Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dencode_decode.c1079 bool is_matching_oneof = false; in putmsg() local
1096 is_matching_oneof = true; in putmsg()
1111 if (is_matching_oneof || RSTRING_LEN(str) > 0) { in putmsg()
1122 if (is_matching_oneof || value != default_value) { \ in putmsg()