Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dreflection.c72 static bool in_oneof(const upb_msglayout_field *field) { in in_oneof() function
86 if (in_oneof(field)) { in upb_msg_has()
159 in_oneof(field) && _upb_getoneofcase_field(msg, field) != field->number; in upb_msg_mutable()
195 } else if (in_oneof(field)) { in upb_msg_set()
206 } else if (in_oneof(field)) { in upb_msg_clearfield()
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1378 const Message* message, const string& field_name, bool* in_oneof) { in FindFieldWithOneofs() argument
1379 *in_oneof = false; in FindFieldWithOneofs()
1389 *in_oneof = true; in FindFieldWithOneofs()
1396 bool CheckHasPresence(const FieldDescriptor* field_descriptor, bool in_oneof) { in CheckHasPresence() argument
1407 if (in_oneof) { in CheckHasPresence()