Home
last modified time | relevance | path

Searched defs:oneof_case (Results 1 – 11 of 11) sorted by relevance

/external/protobuf/src/google/protobuf/
Dgenerated_message_table_driven_lite.h150 inline void SetOneofField(MessageLite* msg, uint32* oneof_case, in SetOneofField()
193 Arena* arena, MessageLite* msg, uint32* oneof_case, in ResetOneofField()
521 uint32* oneof_case = Raw<uint32>(msg, table.oneof_case_offset); in MergePartialFromCodedStreamInlined() local
592 uint32* oneof_case = Raw<uint32>(msg, table.oneof_case_offset); in MergePartialFromCodedStreamInlined() local
631 uint32* oneof_case = Raw<uint32>(msg, table.oneof_case_offset); in MergePartialFromCodedStreamInlined() local
725 uint32* oneof_case = Raw<uint32>(msg, table.oneof_case_offset); in MergePartialFromCodedStreamInlined() local
Dgenerated_message_reflection.cc2048 uint32 oneof_case = GetOneofCase(*message, oneof_descriptor); in ClearOneof() local
/external/tensorflow/tensorflow/core/framework/
Dkernel_def_util.cc82 #define RETURN_IF_ATTR_NOT_FOUND(n, oneof_case, type_str) \ in KernelAttrsMatch() argument
Dattr_value_util.cc302 #define VALIDATE_FIELD(name, type_string, oneof_case) \ in AttrValueHasType() argument
/external/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c651 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_clear() local
747 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_get() local
839 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_set() local
901 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_mark() local
Dmessage.c85 uint32_t oneof_case; in which_oneof_field() local
/external/protobuf/php/ext/google/protobuf/
Dstorage.c767 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_init() local
815 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_get() local
838 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_set() local
1148 uint32_t* oneof_case = slot_oneof_case(layout, storage, first_field); in layout_get_oneof_case() local
Dmessage.c472 uint32_t* oneof_case = slot_oneof_case(intern->descriptor->layout, local
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dreflection.c105 uint32_t oneof_case = _upb_getoneofcase_field(msg, field); in upb_msg_whichoneof() local
207 uint32_t *oneof_case = _upb_oneofcase_field(msg, field); in upb_msg_clearfield() local
Ddecode.c482 uint32_t *oneof_case = _upb_oneofcase_field(msg, field); in decode_tomsg() local
Ddecode_fast.c266 uint32_t *oneof_case = UPB_PTR_AT(msg, case_ofs, uint32_t); in fastdecode_getfield() local