Home
last modified time | relevance | path

Searched defs:emit_defaults (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Parser/
H A Dasdl_c.py1171 def emit_defaults(self, name, fields, depth): function
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dencode_decode.c1188 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
1355 putjsonany(VALUE msg_rb, const Descriptor* desc, upb_sink sink, int depth, bool emit_defaults) putjsonany() argument
1437 putjsonlistvalue( VALUE msg_rb, const Descriptor* desc, upb_sink sink, int depth, bool emit_defaults) putjsonlistvalue() 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
1654 VALUE emit_defaults = Qfalse; Message_encode_json() local
[all...]

Completed in 6 milliseconds