Searched refs:formatted_proto (Results 1 – 2 of 2) sorted by relevance
/third_party/grpc/test/cpp/util/ |
D | proto_file_parser.cc | 219 const std::string& method, const std::string& formatted_proto, in GetSerializedProtoFromMethod() argument 226 return GetSerializedProtoFromMessageType(message_type_name, formatted_proto, in GetSerializedProtoFromMethod() 243 const std::string& message_type_name, const std::string& formatted_proto, in GetSerializedProtoFromMessageType() argument 258 ok = grpc::protobuf::json::JsonStringToMessage(formatted_proto, msg.get()) in GetSerializedProtoFromMessageType() 265 ok = protobuf::TextFormat::ParseFromString(formatted_proto, msg.get()); in GetSerializedProtoFromMessageType()
|
D | proto_file_parser.h | 67 const std::string& formatted_proto, 76 const std::string& message_type_name, const std::string& formatted_proto,
|