Searched defs:oneof_case (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | storage.c | 419 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_set() local 463 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_init() local 518 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_get() local
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | storage.c | 536 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_get() local 611 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_set() local 656 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_init() local 714 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_mark() local
|
D | message.c | 78 uint32_t oneof_case; in which_oneof_field() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | attr_value_util.cc | 279 #define VALIDATE_FIELD(name, type_string, oneof_case) \ in AttrValueHasType() argument
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.cc | 2130 uint32 oneof_case = GetOneofCase(*message, oneof_descriptor); in ClearOneof() local
|