Home
last modified time | relevance | path

Searched refs:full_method_name (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_grpc/
Dpw_rpc_handler.cc28 InlineString<kMaxMethodNameSize> full_method_name) { in OnNew() argument
31 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()
/external/grpc-grpc/test/cpp/util/
Dproto_file_parser.cc192 std::string full_method_name = GetFullMethodName(method); in GetMessageTypeFromMethod() local
197 desc_pool_->FindMethodByName(full_method_name); in GetMessageTypeFromMethod()
210 std::string full_method_name = GetFullMethodName(method); in IsStreaming() local
216 desc_pool_->FindMethodByName(full_method_name); in IsStreaming()
/external/pigweed/pw_grpc/public/pw_grpc/
Dpw_rpc_handler.h44 InlineString<kMaxMethodNameSize> full_method_name) override;
Dconnection.h101 InlineString<kMaxMethodNameSize> full_method_name) = 0;