Home
last modified time | relevance | path

Searched defs:json_format (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/common/tools/
Dconv_classpaths_proto.py19 import google.protobuf.json_format as json_format namespace
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/core/v3/
H A Dsubstitution_format_string.proto71 google.protobuf.Struct json_format = 2 [(validate.rules).message = {required: true}]; field
/aosp_15_r20/external/angle/build/util/lib/proto/
H A Dtime_consumption_unittests.py13 import google.protobuf.json_format as json_format namespace
H A Dmeasures_unittests.py12 import google.protobuf.json_format as json_format namespace
/aosp_15_r20/external/webrtc/pc/
H A Drtc_stats_collector_unittest.cc995 std::string json_format = report->ToJson(); in TEST_F() local