Home
last modified time | relevance | path

Searched refs:subdesc (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dencode_decode.c206 VALUE subdesc = in appendsubmsg_handler() local
208 VALUE subklass = Descriptor_msgclass(subdesc); in appendsubmsg_handler()
222 VALUE subdesc = in submsg_handler() local
224 VALUE subklass = Descriptor_msgclass(subdesc); in submsg_handler()
394 VALUE subdesc = in oneofsubmsg_handler() local
396 VALUE subklass = Descriptor_msgclass(subdesc); in oneofsubmsg_handler()
912 Descriptor* subdesc; in putsubmsg() local
917 subdesc = ruby_to_Descriptor(descriptor); in putsubmsg()
920 putmsg(submsg, subdesc, &subsink, depth + 1); in putsubmsg()