HomeSort by relevance Sort by last modified time
    Searched refs:NewPermanentCallback (Results 1 - 8 of 8) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
common_unittest.cc 268 // Repeat all of the above with NewPermanentCallback()
271 Closure* closure = NewPermanentCallback(&SetA123Function);
282 Closure* closure = NewPermanentCallback(current_instance_,
294 Closure* closure = NewPermanentCallback(&SetAFunction, 456);
305 Closure* closure = NewPermanentCallback(current_instance_,
318 Closure* closure = NewPermanentCallback(&SetABFunction, 789, cstr);
334 Closure* closure = NewPermanentCallback(current_instance_,
350 permanent_closure_ = NewPermanentCallback((ClosureTest*) this,
common.h 839 // NewPermanentCallback() instead. You are then responsible for deleting the
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
callback.h 56 // NewPermanentCallback() instead. You are then responsible for deleting the
390 inline Closure* NewPermanentCallback(void (*function)()) {
402 inline Closure* NewPermanentCallback(Class* object, void (Class::*method)()) {
415 inline Closure* NewPermanentCallback(void (*function)(Arg1),
429 inline Closure* NewPermanentCallback(Class* object, void (Class::*method)(Arg1),
444 inline Closure* NewPermanentCallback(void (*function)(Arg1, Arg2),
460 inline Closure* NewPermanentCallback(
475 inline ResultCallback<R>* NewPermanentCallback(R (*function)()) {
488 inline ResultCallback<R>* NewPermanentCallback(
502 inline ResultCallback1<R, A1>* NewPermanentCallback(R (*function)(A1))
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 836 // NewPermanentCallback() instead. You are then responsible for deleting the
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 836 // NewPermanentCallback() instead. You are then responsible for deleting the
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
common.h 836 // NewPermanentCallback() instead. You are then responsible for deleting the
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
common.h 836 // NewPermanentCallback() instead. You are then responsible for deleting the
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]

Completed in 171 milliseconds