H A D | encode_decode.c | 1157 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...] |