Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddynamic_message.cc158 #define bitsizeof(T) (sizeof(T) * 8) macro
499 DivideRoundingUp(type->field_count(), bitsizeof(uint32)); in GetPrototypeNoLock()
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Ddynamic_message.cc160 #define bitsizeof(T) (sizeof(T) * 8) macro
512 DivideRoundingUp(type->field_count(), bitsizeof(uint32)); in GetPrototypeNoLock()