Home
last modified time | relevance | path

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

/third_party/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c1157 bool emit_defaults, bool is_json, bool open_msg);
1189 int depth, bool emit_defaults, bool is_json) { in putsubmsg() argument
1200 putmsg(submsg, subdesc, subsink, depth + 1, emit_defaults, is_json, true); in putsubmsg()
1205 bool emit_defaults, bool is_json) { in putary() argument
1248 putsubmsg(val, f, subsink, depth, emit_defaults, is_json); in putary()
1261 bool is_json) { in put_ruby_value() argument
1307 putsubmsg(value, f, sink, depth, emit_defaults, is_json); in put_ruby_value()
1312 bool emit_defaults, bool is_json) { in putmap() argument
1341 is_json); in putmap()
1343 entry_sink, emit_defaults, is_json); in putmap()
[all …]
/third_party/skia/
DPRESUBMIT.py52 is_json = affected_file_path.endswith('.json')
55 if is_json or is_metadata:
/third_party/flutter/skia/
DPRESUBMIT.py73 is_json = affected_file_path.endswith('.json')
76 if is_json or is_metadata:
/third_party/vulkan-loader/loader/
Dloader.c155 static bool is_json(const char *path, size_t len) { in is_json() function
2681 if (!is_json(cur_write - 5, s)) { in copy_data_file_info()
2763 if (!is_json(name_suffix, name_len)) { in add_if_manifest_file()
2800 if (is_json(cur_file + len - 5, len)) { in add_data_files()