Home
last modified time | relevance | path

Searched refs:serialized_proto (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/test/cpp/util/
Dproto_file_parser.cc231 const std::string& method, const std::string& serialized_proto, in GetFormattedStringFromMethod() argument
238 return GetFormattedStringFromMessageType(message_type_name, serialized_proto, in GetFormattedStringFromMethod()
281 const std::string& message_type_name, const std::string& serialized_proto, in GetFormattedStringFromMessageType() argument
292 if (!msg->ParseFromString(serialized_proto)) { in GetFormattedStringFromMessageType()
Dproto_file_parser.h87 const std::string& serialized_proto,
97 const std::string& message_type_name, const std::string& serialized_proto,
/third_party/grpc/src/python/grpcio_reflection/grpc_reflection/v1alpha/
D_base.py37 serialized_proto = proto.SerializeToString()
40 file_descriptor_proto=(serialized_proto,)),)