Searched defs:msg_rb (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | defs.c | 1088 VALUE FieldDescriptor_get(VALUE _self, VALUE msg_rb) { in FieldDescriptor_get() argument 1105 VALUE FieldDescriptor_has(VALUE _self, VALUE msg_rb) { in FieldDescriptor_has() argument 1124 VALUE FieldDescriptor_clear(VALUE _self, VALUE msg_rb) { in FieldDescriptor_clear() argument 1144 VALUE FieldDescriptor_set(VALUE _self, VALUE msg_rb, VALUE value) { in FieldDescriptor_set() argument
|
H A D | encode_decode.c | 1036 VALUE msg_rb; in Message_decode() local 1092 VALUE msg_rb; in Message_decode_json() local 1355 static void putjsonany(VALUE msg_rb, cons 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 1611 Message_encode(VALUE klass, VALUE msg_rb) Message_encode() argument 1652 VALUE msg_rb; Message_encode_json() local 1699 discard_unknown(VALUE msg_rb, const Descriptor* desc) discard_unknown() argument 1785 Google_Protobuf_discard_unknown(VALUE self, VALUE msg_rb) Google_Protobuf_discard_unknown() argument [all...] |
Completed in 7 milliseconds