Home
last modified time | relevance | path

Searched defs:json_writer (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/iproute2/lib/
H A Djson_writer.c25 struct json_writer { struct
33 static void jsonw_indent(json_writer_t *self) in jsonw_indent() argument
/aosp_15_r20/external/bpftool/src/
H A Djson_writer.c21 struct json_writer { struct
29 static void jsonw_indent(json_writer_t *self) in jsonw_indent() argument
H A Dpids.c25 void emit_obj_refs_json(struct hashmap *map, __u32 id, json_writer_t *json_writer) {} in emit_obj_refs_json()
201 json_writer_t *json_writer) in emit_obj_refs_json()
/aosp_15_r20/external/ethtool/
H A Djson_writer.c21 struct json_writer { struct
29 static void jsonw_indent(json_writer_t *self) in jsonw_indent() argument
/aosp_15_r20/external/cronet/build/android/
H A Dtest_runner.py1098 def json_writer(): function
/aosp_15_r20/external/angle/build/android/
H A Dtest_runner.py1134 def json_writer(): function
/aosp_15_r20/external/protobuf/src/google/protobuf/util/
H A Djson_util.cc102 converter::JsonObjectWriter json_writer(options.add_whitespace ? " " : "", in BinaryToJsonStream() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/
H A Djson_util.cc102 converter::JsonObjectWriter json_writer(options.add_whitespace ? " " : "", in BinaryToJsonStream() local
/aosp_15_r20/frameworks/libs/binary_translation/tools/nogrod/
Dmain.cc1263 std::unique_ptr<Json::StreamWriter> const json_writer(factory.newStreamWriter()); in main() local