HomeSort by relevance Sort by last modified time
    Searched refs:GetFullMethodName (Results 1 - 4 of 4) sorted by null

  /external/googletest/googletest/test/
googletest-listener-test.cc 61 g_events->push_back(GetFullMethodName("OnTestProgramStart"));
67 message << GetFullMethodName("OnTestIterationStart")
73 g_events->push_back(GetFullMethodName("OnEnvironmentsSetUpStart"));
77 g_events->push_back(GetFullMethodName("OnEnvironmentsSetUpEnd"));
81 g_events->push_back(GetFullMethodName("OnTestCaseStart"));
85 g_events->push_back(GetFullMethodName("OnTestStart"));
89 g_events->push_back(GetFullMethodName("OnTestPartResult"));
93 g_events->push_back(GetFullMethodName("OnTestEnd"));
97 g_events->push_back(GetFullMethodName("OnTestCaseEnd"));
101 g_events->push_back(GetFullMethodName("OnEnvironmentsTearDownStart"))
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-listener_test.cc 62 g_events->push_back(GetFullMethodName("OnTestProgramStart"));
68 message << GetFullMethodName("OnTestIterationStart")
74 g_events->push_back(GetFullMethodName("OnEnvironmentsSetUpStart"));
78 g_events->push_back(GetFullMethodName("OnEnvironmentsSetUpEnd"));
82 g_events->push_back(GetFullMethodName("OnTestCaseStart"));
86 g_events->push_back(GetFullMethodName("OnTestStart"));
90 g_events->push_back(GetFullMethodName("OnTestPartResult"));
94 g_events->push_back(GetFullMethodName("OnTestEnd"));
98 g_events->push_back(GetFullMethodName("OnTestCaseEnd"));
102 g_events->push_back(GetFullMethodName("OnEnvironmentsTearDownStart"))
    [all...]
  /external/grpc-grpc/test/cpp/util/
proto_file_parser.cc 130 grpc::string ProtoFileParser::GetFullMethodName(const grpc::string& method) {
170 grpc::string formatted_method_name = GetFullMethodName(method);
185 grpc::string full_method_name = GetFullMethodName(method);
203 grpc::string full_method_name = GetFullMethodName(method);
proto_file_parser.h 50 grpc::string GetFullMethodName(const grpc::string& method);

Completed in 200 milliseconds