Home
last modified time | relevance | path

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

/third_party/googletest/googletest/test/
Dgoogletest-listener-test.cc125 std::string GetFullMethodName(const char* name) { in GetFullMethodName() function in testing::internal::EventRecordingListener
199 std::string GetFullMethodName(const char* name) { return name_ + "." + name; } in GetFullMethodName() function in testing::internal::EventRecordingListener2
/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