Searched refs:serialized_proto (Results 1 – 3 of 3) sorted by relevance
/third_party/grpc/test/cpp/util/ |
D | proto_file_parser.cc | 231 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()
|
D | proto_file_parser.h | 87 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.py | 37 serialized_proto = proto.SerializeToString() 40 file_descriptor_proto=(serialized_proto,)),)
|