Searched defs:emit_defaults (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | encode_decode.c | 993 int depth, bool emit_defaults, bool is_json) { in putsubmsg() 1009 int depth, bool emit_defaults, bool is_json) { in putary() 1065 bool emit_defaults, in put_ruby_value() 1116 int depth, bool emit_defaults, bool is_json) { in putmap() 1160 upb_sink* sink, int depth, bool emit_defaults) { in putjsonany() 1245 upb_sink* sink, int depth, bool emit_defaults) { in putjsonlistvalue() 1272 upb_sink *sink, int depth, bool emit_defaults, in putmsg() 1485 VALUE emit_defaults = Qfalse; in Message_encode_json() local
|
/external/python/cpython3/Parser/ |
D | asdl_c.py | 1045 def emit_defaults(self, name, fields, depth): member in PyTypesVisitor
|