Searched defs:is_in_oneof (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc904 bool is_in_oneof; local
906 FindFieldWithOneofs(message, field_name, &is_in_oneof);
908 if (!is_in_oneof) {
1134 bool is_in_oneof; local
1136 FindFieldWithOneofs(message, field_name, &is_in_oneof);
1138 if (!is_in_oneof) {
1145 } else if (is_in_oneof) {

Completed in 319 milliseconds