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

  /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 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 56 milliseconds