Searched refs:NotifyOnCancel (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/python/google/protobuf/
H A Dservice.py187 def NotifyOnCancel(self, callback): member in class:RpcController
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/
H A Dservice.h250 // 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/
H A Dcpp_unittest.cc996 void NotifyOnCancel(Closure* callback) { function in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockController
997 ADD_FAILURE() << "NotifyOnCancel() not expected during this test.";

Completed in 61 milliseconds