Home
last modified time | relevance | path

Searched defs:GetFullMethodName (Results 1 – 3 of 3) sorted by relevance

/third_party/boringssl/src/third_party/googletest/test/
Dgoogletest-listener-test.cc121 std::string GetFullMethodName(const char* name) { in GetFullMethodName() function in testing::internal::EventRecordingListener
195 std::string GetFullMethodName(const char* name) { return name_ + "." + name; } in GetFullMethodName() function in testing::internal::EventRecordingListener2
/third_party/googletest/googletest/test/
Dgoogletest-listener-test.cc121 std::string GetFullMethodName(const char* name) { in GetFullMethodName() function in testing::internal::EventRecordingListener
/third_party/grpc/test/cpp/util/
Dproto_file_parser.cc130 std::string ProtoFileParser::GetFullMethodName(const std::string& method) { in GetFullMethodName() function in grpc::testing::ProtoFileParser