Home
last modified time | relevance | path

Searched refs:in_oneof (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc1403 bool* in_oneof) { in FindFieldWithOneofs()
1404 *in_oneof = false; in FindFieldWithOneofs()
1414 *in_oneof = true; in FindFieldWithOneofs()
1421 bool CheckHasPresence(const FieldDescriptor* field_descriptor, bool in_oneof) { in CheckHasPresence() argument
1401 FindFieldWithOneofs(const Message* message, ConstStringParam field_name, bool* in_oneof) FindFieldWithOneofs() argument
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c5630 static bool in_oneof(const upb_msglayout_field *field) { in in_oneof() function
5644 if (in_oneof(field)) { in upb_msg_has()
5668 if (in_oneof(field)) { in upb_msg_whichoneof()
5724 in_oneof(field) && _upb_getoneofcase_field(msg, field) != field->number; in upb_msg_mutable()
5760 } else if (in_oneof(field)) { in upb_msg_set()
5771 } else if (in_oneof(field)) { in upb_msg_clearfield()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c5152 static bool in_oneof(const upb_msglayout_field *field) { in in_oneof() function
5158 UPB_ASSERT(in_oneof(field)); in oneofcase()
5174 if (in_oneof(field)) { in upb_msg_has()
5244 bool wrong_oneof = in_oneof(field) && *oneofcase(msg, field) != field->number; in upb_msg_mutable()
5277 if (in_oneof(field)) { in upb_msg_set()

Completed in 43 milliseconds