Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddynamic_message.cc757 int oneof_size = 0; in GetPrototypeNoLock() local
762 oneof_size = AlignTo(oneof_size, std::min(kSafeAlignment, field_size)); in GetPrototypeNoLock()
763 offsets[field->index()] = oneof_size; in GetPrototypeNoLock()
764 oneof_size += field_size; in GetPrototypeNoLock()
768 type_info->default_oneof_instance = ::operator new(oneof_size); in GetPrototypeNoLock()