Home
last modified time | relevance | path

Searched defs:MyCallback (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
Dservice_reflection_test.py69 def MyCallback(response): function
118 def MyCallback(response): function
/external/python/cpython3/Lib/ctypes/test/
Dtest_refcounts.py6 MyCallback = ctypes.CFUNCTYPE(ctypes.c_int, ctypes.c_int) variable
/external/python/cpython2/Lib/ctypes/test/
Dtest_refcounts.py5 MyCallback = ctypes.CFUNCTYPE(ctypes.c_int, ctypes.c_int) variable