Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Dservice.py167 def SetFailed(self, reason): member in RpcController
Dservice_reflection.py226 rpc_controller.SetFailed('Method %s not implemented.' % method_name)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dservice.h241 virtual void SetFailed(const string& reason) = 0;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dservice_reflection_test.py59 def SetFailed(self, msg): member in FooUnitTest.testService.MockRpcController
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1238 void SetFailed(const string& reason) { in SetFailed() function in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockController
1398 void SetFailed(const string& reason) { in TEST_F() function in google::protobuf::compiler::cpp::cpp_unittest::TEST_F::ExpectUnimplementedController