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

  /external/nanopb-c/generator/google/protobuf/
service.py 187 def NotifyOnCancel(self, callback):
193 has already been canceled when NotifyOnCancel() is called, the callback
196 NotifyOnCancel() must be called no more than once per request.
  /external/protobuf/python/google/protobuf/
service.py 187 def NotifyOnCancel(self, callback):
193 has already been canceled when NotifyOnCancel() is called, the callback
196 NotifyOnCancel() must be called no more than once per request.
  /external/protobuf/src/google/protobuf/
service.h 251 // has already been canceled when NotifyOnCancel() is called, the callback
254 // NotifyOnCancel() must be called no more than once per request.
255 virtual void NotifyOnCancel(Closure* callback) = 0;
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
service.h 250 // has already been canceled when NotifyOnCancel() is called, the callback
253 // NotifyOnCancel() must be called no more than once per request.
254 virtual void NotifyOnCancel(Closure* callback) = 0;
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
service.h 250 // has already been canceled when NotifyOnCancel() is called, the callback
253 // NotifyOnCancel() must be called no more than once per request.
254 virtual void NotifyOnCancel(Closure* callback) = 0;
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
service.h 250 // has already been canceled when NotifyOnCancel() is called, the callback
253 // NotifyOnCancel() must be called no more than once per request.
254 virtual void NotifyOnCancel(Closure* callback) = 0;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
service.h 251 // has already been canceled when NotifyOnCancel() is called, the callback
254 // NotifyOnCancel() must be called no more than once per request.
255 virtual void NotifyOnCancel(Closure* callback) = 0;
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
service.h 250 // has already been canceled when NotifyOnCancel() is called, the callback
253 // NotifyOnCancel() must be called no more than once per request.
254 virtual void NotifyOnCancel(Closure* callback) = 0;
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]

Completed in 426 milliseconds