Searched refs:full_method_name (Results 1 – 4 of 4) sorted by relevance
28 InlineString<kMaxMethodNameSize> full_method_name) { in OnNew() argument31 std::string_view view = std::string_view(full_method_name); in OnNew()36 full_method_name.c_str()); in OnNew()47 PW_LOG_WARN("Unknown method '%s'", full_method_name.c_str()); in OnNew()
192 std::string full_method_name = GetFullMethodName(method); in GetMessageTypeFromMethod() local197 desc_pool_->FindMethodByName(full_method_name); in GetMessageTypeFromMethod()210 std::string full_method_name = GetFullMethodName(method); in IsStreaming() local216 desc_pool_->FindMethodByName(full_method_name); in IsStreaming()
44 InlineString<kMaxMethodNameSize> full_method_name) override;
101 InlineString<kMaxMethodNameSize> full_method_name) = 0;