Searched refs:FormatJson (Results 1 – 3 of 3) sorted by relevance
85 ErrorOr<std::string> FormatJson(const std::string& json, google::protobuf::Message* scratch_space);
29 using ::android::jsonpb::internal::FormatJson;249 auto formatted = FormatJson(json, &scalar_); in TEST_F()264 auto formatted = FormatJson(json, &scalar_); in TEST_P()
163 auto new_json_string = internal::FormatJson(json, scratch_space); in EqReformattedJson()201 ErrorOr<std::string> FormatJson(const std::string& json, google::protobuf::Message* scratch_space) { in FormatJson() function