Home
last modified time | relevance | path

Searched refs:NewPermanentCallback (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dcommon_unittest.cc45 using internal::NewPermanentCallback;
272 Closure* closure = NewPermanentCallback(&SetA123Function); in TEST_F()
283 Closure* closure = NewPermanentCallback(current_instance_, in TEST_F()
295 Closure* closure = NewPermanentCallback(&SetAFunction, 456); in TEST_F()
306 Closure* closure = NewPermanentCallback(current_instance_, in TEST_F()
319 Closure* closure = NewPermanentCallback(&SetABFunction, 789, cstr); in TEST_F()
335 Closure* closure = NewPermanentCallback(current_instance_, in TEST_F()
351 permanent_closure_ = NewPermanentCallback((ClosureTest*) this, in TEST_F()
Dcallback.h390 inline Closure* NewPermanentCallback(void (*function)()) { in NewPermanentCallback() function
402 inline Closure* NewPermanentCallback(Class* object, void (Class::*method)()) { in NewPermanentCallback() function
415 inline Closure* NewPermanentCallback(void (*function)(Arg1), in NewPermanentCallback() function
429 inline Closure* NewPermanentCallback(Class* object, void (Class::*method)(Arg1), in NewPermanentCallback() function
444 inline Closure* NewPermanentCallback(void (*function)(Arg1, Arg2), in NewPermanentCallback() function
460 inline Closure* NewPermanentCallback( in NewPermanentCallback() function
475 inline ResultCallback<R>* NewPermanentCallback(R (*function)()) { in NewPermanentCallback() function
488 inline ResultCallback<R>* NewPermanentCallback( in NewPermanentCallback() function
502 inline ResultCallback1<R, A1>* NewPermanentCallback(R (*function)(A1)) { in NewPermanentCallback() function
515 inline ResultCallback1<R, A1>* NewPermanentCallback( in NewPermanentCallback() function
[all …]
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.cc902 ::google::protobuf::internal::NewPermanentCallback(&RenderOneFieldPath, ow)); in RenderFieldMask()
/external/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc1390 ::google::protobuf::internal::NewPermanentCallback( in MatchRepeatedFieldIndices()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1255 done_(::google::protobuf::internal::NewPermanentCallback(&DoNothing)) {} in GeneratedServiceTest()