Searched defs:ReturnCode (Results 1 – 6 of 6) sorted by relevance
121 TEST_P(InvalidFileTest, ReturnCode) { RunTest(); } in TEST_P() argument164 TEST_P(InvalidFileInvalidPeekTest, ReturnCode) { RunTest(); } in TEST_P() argument
53 int ReturnCode; member
75 Value *ReturnCode = Builder.CreateCall(Callee, CallArgs); in insertSimpleCallFunction() local
88 int ReturnCode = sys::ExecuteAndWait(RemoteClientPath, Args, nullptr, in RunProgramRemotelyWithTimeout() local
111 int ReturnCode = sys::Program::ExecuteAndWait(RemoteClientPath, Args, in RunProgramRemotelyWithTimeout() local
1712 enum ReturnCode { SUCCESS, ERROR }; in Run() enum in google::protobuf::compiler::__anonb9fcae660111::EncodeDecodeTest