Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dcommon_unittest.cc272 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.h420 inline Closure* NewPermanentCallback(void (*function)()) { in NewPermanentCallback() function
432 inline Closure* NewPermanentCallback(Class* object, void (Class::*method)()) { in NewPermanentCallback() function
445 inline Closure* NewPermanentCallback(void (*function)(Arg1), in NewPermanentCallback() function
459 inline Closure* NewPermanentCallback(Class* object, void (Class::*method)(Arg1), in NewPermanentCallback() function
474 inline Closure* NewPermanentCallback(void (*function)(Arg1, Arg2), in NewPermanentCallback() function
490 inline Closure* NewPermanentCallback( in NewPermanentCallback() function
505 inline ResultCallback<R>* NewPermanentCallback(R (*function)()) { in NewPermanentCallback() function
518 inline ResultCallback<R>* NewPermanentCallback( in NewPermanentCallback() function
532 inline ResultCallback1<R, A1>* NewPermanentCallback(R (*function)(A1)) { in NewPermanentCallback() function
545 inline ResultCallback1<R, A1>* NewPermanentCallback( in NewPermanentCallback() function
[all …]
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-argument-comment.cpp33 Closure *NewPermanentCallback(void (*f)(T1, T2), T1 arg1, T2 arg2) { return nullptr; } in NewPermanentCallback() function
37 (void)NewPermanentCallback(&ffff, /*xxxx=*/11, /*yyyy=*/22); in h()
/external/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc1608 MaximumMatcher::NodeMatchCallback* callback = ::google::protobuf::NewPermanentCallback( in MatchRepeatedFieldIndices()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc1329 done_(::google::protobuf::NewPermanentCallback(&DoNothing)) {}
/external/googletest/docs/
Dgmock_cook_book.md2241 .WillRepeatedly(Invoke(NewPermanentCallback(Sum3, 1)));
2302 .WillOnce(Invoke(NewPermanentCallback(SignOfSum, 5)));
2340 .WillOnce(InvokeWithoutArgs(NewPermanentCallback(Job2, 5, 'a')));