Searched refs:NewPermanentCallback (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/stubs/ |
D | common_unittest.cc | 271 Closure* closure = NewPermanentCallback(&SetA123Function); in TEST_F() 282 Closure* closure = NewPermanentCallback(current_instance_, in TEST_F() 294 Closure* closure = NewPermanentCallback(&SetAFunction, 456); in TEST_F() 305 Closure* closure = NewPermanentCallback(current_instance_, in TEST_F() 318 Closure* closure = NewPermanentCallback(&SetABFunction, 789, cstr); in TEST_F() 334 Closure* closure = NewPermanentCallback(current_instance_, in TEST_F() 350 permanent_closure_ = NewPermanentCallback((ClosureTest*) this, in TEST_F()
|
D | common.h | 1010 inline Closure* NewPermanentCallback(void (*function)()) { in NewPermanentCallback() function 1022 inline Closure* NewPermanentCallback(Class* object, void (Class::*method)()) { in NewPermanentCallback() function 1035 inline Closure* NewPermanentCallback(void (*function)(Arg1), in NewPermanentCallback() function 1049 inline Closure* NewPermanentCallback(Class* object, void (Class::*method)(Arg1), in NewPermanentCallback() function 1064 inline Closure* NewPermanentCallback(void (*function)(Arg1, Arg2), in NewPermanentCallback() function 1080 inline Closure* NewPermanentCallback( in NewPermanentCallback() function
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 1199 done_(NewPermanentCallback(&DoNothing)) {} in GeneratedServiceTest()
|