Home
last modified time | relevance | path

Searched refs:formatted_proto (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/test/cpp/util/
Dproto_file_parser.cc219 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()
Dproto_file_parser.h67 const std::string& formatted_proto,
76 const std::string& message_type_name, const std::string& formatted_proto,