Searched defs:GetFullMethodName (Results 1 – 7 of 7) sorted by relevance
120 std::string GetFullMethodName(const char* name) { return name_ + "." + name; } in GetFullMethodName() function in testing::internal::EventRecordingListener192 std::string GetFullMethodName(const char* name) { return name_ + "." + name; } in GetFullMethodName() function in testing::internal::EventRecordingListener2
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
138 std::string ProtoFileParser::GetFullMethodName(const std::string& method) { in GetFullMethodName() function in grpc::testing::ProtoFileParser
173 Result<std::string> GetFullMethodName(const std::string& server_address, in GetFullMethodName() function