HomeSort by relevance Sort by last modified time
    Searched refs:slot_oneof_case (Results 1 - 2 of 2) sorted by null

  /external/protobuf/php/ext/google/protobuf/
storage.c 410 static uint32_t* slot_oneof_case(MessageLayout* layout, const void* storage, function
419 uint32_t* oneof_case = slot_oneof_case(layout, storage, field);
463 uint32_t* oneof_case = slot_oneof_case(layout, storage, field);
518 uint32_t* oneof_case = slot_oneof_case(layout, storage, field);
  /external/protobuf/ruby/ext/google/protobuf_c/
storage.c 524 static uint32_t* slot_oneof_case(MessageLayout* layout, function
536 uint32_t* oneof_case = slot_oneof_case(layout, storage, field);
611 uint32_t* oneof_case = slot_oneof_case(layout, storage, field);
656 uint32_t* oneof_case = slot_oneof_case(layout, storage, field);
714 uint32_t* oneof_case = slot_oneof_case(layout, storage, field);
736 uint32_t* to_oneof_case = slot_oneof_case(layout, to, field);
738 uint32_t* from_oneof_case = slot_oneof_case(layout, from, field);
763 uint32_t* to_oneof_case = slot_oneof_case(layout, to, field);
765 uint32_t* from_oneof_case = slot_oneof_case(layout, from, field);
792 uint32_t* msg1_oneof_case = slot_oneof_case(layout, msg1, field)
    [all...]

Completed in 49 milliseconds