Home
last modified time | relevance | path

Searched refs:is_json (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dencode_decode.c1157 bool emit_defaults, bool is_json, bool open_msg);
1189 int depth, bool emit_defaults, bool is_json) { in putsubmsg()
1200 putmsg(submsg, subdesc, subsink, depth + 1, emit_defaults, is_json, true); in putsubmsg()
1205 bool emit_defaults, bool is_json) { in putary()
1248 putsubmsg(val, f, subsink, depth, emit_defaults, is_json); in putary()
1261 bool is_json) { in put_ruby_value()
1307 putsubmsg(value, f, sink, depth, emit_defaults, is_json); in put_ruby_value()
1312 bool emit_defaults, bool is_json) { in putmap()
1341 is_json); in putmap()
1343 entry_sink, emit_defaults, is_json); in putmap()
1188 putsubmsg(VALUE submsg, const upb_fielddef *f, upb_sink sink, int depth, bool emit_defaults, bool is_json) putsubmsg() argument
1204 putary(VALUE ary, const upb_fielddef* f, upb_sink sink, int depth, bool emit_defaults, bool is_json) putary() argument
1259 put_ruby_value(VALUE value, const upb_fielddef* f, VALUE type_class, int depth, upb_sink sink, bool emit_defaults, bool is_json) put_ruby_value() argument
1311 putmap(VALUE map, const upb_fielddef* f, upb_sink sink, int depth, bool emit_defaults, bool is_json) putmap() argument
1465 putmsg(VALUE msg_rb, const Descriptor* desc, upb_sink sink, int depth, bool emit_defaults, bool is_json, bool open_msg) putmsg() argument
[all...]
/third_party/skia/
H A DPRESUBMIT.py52 is_json = affected_file_path.endswith('.json')
55 if is_json or is_metadata:
/third_party/vulkan-loader/loader/
H A Dloader.c166 bool is_json(const char *path, size_t len) { in is_json() function
2795 if (!is_json(cur_write - 5, s)) { in copy_data_file_info()
2825 if (!is_json(name_suffix, name_len)) { in add_if_manifest_file()
2862 if (is_json(cur_file + len - 5, len)) { in add_data_files()

Completed in 13 milliseconds