Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/
Dservice.py169 def SetFailed(self, reason): member in RpcController
Dservice_reflection.py242 rpc_controller.SetFailed('Method %s not implemented.' % method_name)
/third_party/protobuf/src/google/protobuf/
Dservice.h242 virtual void SetFailed(const std::string& reason) = 0;
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dservice_reflection_test.py54 def SetFailed(self, msg): member in FooUnitTest.testService.MockRpcController
/third_party/protobuf/python/google/protobuf/internal/
Dservice_reflection_test.py59 def SetFailed(self, msg): member in FooUnitTest.testService.MockRpcController
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc1248 void SetFailed(const std::string& reason) {
1249 ADD_FAILURE() << "SetFailed() not expected during this test.";
1408 void SetFailed(const std::string& reason) {