Home
last modified time | relevance | path

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

/third_party/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c1189 int depth, bool emit_defaults, bool is_json) { in putsubmsg()
1205 bool emit_defaults, bool is_json) { in putary()
1260 int depth, upb_sink sink, bool emit_defaults, in put_ruby_value()
1312 bool emit_defaults, bool is_json) { in putmap()
1356 int depth, bool emit_defaults) { in putjsonany()
1439 upb_sink sink, int depth, bool emit_defaults) { in putjsonlistvalue()
1466 upb_sink sink, int depth, bool emit_defaults, in putmsg()
1654 VALUE emit_defaults = Qfalse; in Message_encode_json() local
/third_party/python/Parser/
Dasdl_c.py1112 def emit_defaults(self, name, fields, depth): member in PyTypesVisitor