Home
last modified time | relevance | path

Searched refs:is_json (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dencode_decode.c1064 int depth, bool is_json TSRMLS_DC);
1066 upb_sink sink, int depth, bool is_json,
1084 int depth, bool is_json TSRMLS_DC);
1086 upb_sink sink, int depth, bool is_json TSRMLS_DC);
1089 int depth, bool is_json TSRMLS_DC);
1091 int depth, bool is_json TSRMLS_DC);
1103 bool is_json TSRMLS_DC) { in put_optional_value()
1110 if (is_json || value != default_value) { \ in put_optional_value()
1128 putrawstr(memory, len, f, sink, is_json); in put_optional_value()
1138 putrawsubmsg(submsg, f, sink, depth, is_json TSRMLS_CC); in put_optional_value()
[all …]
/external/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c961 bool is_json, bool open_msg);
993 int depth, bool emit_defaults, bool is_json) { in putsubmsg() argument
1004 putmsg(submsg, subdesc, &subsink, depth + 1, emit_defaults, is_json, true); in putsubmsg()
1009 int depth, bool emit_defaults, bool is_json) { in putary() argument
1050 emit_defaults, is_json); in putary()
1066 bool is_json) { in put_ruby_value() argument
1111 putsubmsg(value, f, sink, depth, emit_defaults, is_json); in put_ruby_value()
1116 int depth, bool emit_defaults, bool is_json) { in putmap() argument
1145 emit_defaults, is_json); in putmap()
1147 &entry_sink, emit_defaults, is_json); in putmap()
[all …]
/external/chromium-trace/catapult/tracing/tracing/trace_data/
Dtrace_data.py251 is_json = trace.handle.name.endswith('.json') or is_compressed_json
252 if is_json:
/external/skia/
DPRESUBMIT.py70 is_json = affected_file_path.endswith('.json')
73 if is_json or is_metadata:
/external/skqp/
DPRESUBMIT.py70 is_json = affected_file_path.endswith('.json')
73 if is_json or is_metadata: