Searched defs:GetFullMethodName (Results 1 – 5 of 5) sorted by relevance
125 std::string GetFullMethodName(const char* name) { in GetFullMethodName() function in testing::internal::EventRecordingListener199 std::string GetFullMethodName(const char* name) { return name_ + "." + name; } in GetFullMethodName() function in testing::internal::EventRecordingListener2
125 std::string GetFullMethodName(const char* name) { return name_ + "." + name; } in GetFullMethodName() function in testing::internal::EventRecordingListener197 std::string GetFullMethodName(const char* name) { return name_ + "." + name; } in GetFullMethodName() function in testing::internal::EventRecordingListener2
130 grpc::string ProtoFileParser::GetFullMethodName(const grpc::string& method) { in GetFullMethodName() function in grpc::testing::ProtoFileParser