Home
last modified time | relevance | path

Searched refs:GetFullMethodName (Results 1 – 4 of 4) sorted by relevance

/external/googletest/googletest/test/
Dgoogletest-listener-test.cc61 g_events->push_back(GetFullMethodName("OnTestProgramStart")); in OnTestProgramStart()
67 message << GetFullMethodName("OnTestIterationStart") in OnTestIterationStart()
73 g_events->push_back(GetFullMethodName("OnEnvironmentsSetUpStart")); in OnEnvironmentsSetUpStart()
77 g_events->push_back(GetFullMethodName("OnEnvironmentsSetUpEnd")); in OnEnvironmentsSetUpEnd()
81 g_events->push_back(GetFullMethodName("OnTestCaseStart")); in OnTestCaseStart()
85 g_events->push_back(GetFullMethodName("OnTestStart")); in OnTestStart()
89 g_events->push_back(GetFullMethodName("OnTestPartResult")); in OnTestPartResult()
93 g_events->push_back(GetFullMethodName("OnTestEnd")); in OnTestEnd()
97 g_events->push_back(GetFullMethodName("OnTestCaseEnd")); in OnTestCaseEnd()
101 g_events->push_back(GetFullMethodName("OnEnvironmentsTearDownStart")); in OnEnvironmentsTearDownStart()
[all …]
/external/google-breakpad/src/testing/gtest/test/
Dgtest-listener_test.cc62 g_events->push_back(GetFullMethodName("OnTestProgramStart")); in OnTestProgramStart()
68 message << GetFullMethodName("OnTestIterationStart") in OnTestIterationStart()
74 g_events->push_back(GetFullMethodName("OnEnvironmentsSetUpStart")); in OnEnvironmentsSetUpStart()
78 g_events->push_back(GetFullMethodName("OnEnvironmentsSetUpEnd")); in OnEnvironmentsSetUpEnd()
82 g_events->push_back(GetFullMethodName("OnTestCaseStart")); in OnTestCaseStart()
86 g_events->push_back(GetFullMethodName("OnTestStart")); in OnTestStart()
90 g_events->push_back(GetFullMethodName("OnTestPartResult")); in OnTestPartResult()
94 g_events->push_back(GetFullMethodName("OnTestEnd")); in OnTestEnd()
98 g_events->push_back(GetFullMethodName("OnTestCaseEnd")); in OnTestCaseEnd()
102 g_events->push_back(GetFullMethodName("OnEnvironmentsTearDownStart")); in OnEnvironmentsTearDownStart()
[all …]
/external/grpc-grpc/test/cpp/util/
Dproto_file_parser.cc130 grpc::string ProtoFileParser::GetFullMethodName(const grpc::string& method) { in GetFullMethodName() function in grpc::testing::ProtoFileParser
170 grpc::string formatted_method_name = GetFullMethodName(method); in GetFormattedMethodName()
185 grpc::string full_method_name = GetFullMethodName(method); in GetMessageTypeFromMethod()
203 grpc::string full_method_name = GetFullMethodName(method); in IsStreaming()
Dproto_file_parser.h50 grpc::string GetFullMethodName(const grpc::string& method);