Searched defs:SetFailed (Results 1 - 5 of 5) sorted by relevance

/external/protobuf/python/google/protobuf/
H A Dservice.py167 def SetFailed(self, reason): member in class:RpcController
174 NOT call SetFailed().
/external/protobuf/python/google/protobuf/internal/
H A Dservice_reflection_test.py54 def SetFailed(self, msg): member in class:FooUnitTest.testService.MockRpcController
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc989 void SetFailed(const string& reason) { function in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockController
990 ADD_FAILURE() << "SetFailed() not expected during this test.";
1149 void SetFailed(const string& reason) { function in class:google::protobuf::compiler::cpp::cpp_unittest::ExpectUnimplementedController
/external/clang/include/clang/Sema/
H A DInitialization.h952 void SetFailed(FailureKind Failure) { function in class:clang::InitializationSequence
979 SetFailed(FK_Incomplete);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas500 procedure SetFailed(const Value: Boolean); procedure
555 property Failed: Boolean read GetFailed write SetFailed;
1808 procedure SetFailed(const Value: Boolean);
3798 procedure TRecognizerSharedState.SetFailed(const Value: Boolean);

Completed in 116 milliseconds