Home
last modified time | relevance | path

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

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