Lines Matching refs:field_count
347 for (int i = 0; i < descriptor->field_count(); i++) { in SharedCtor()
439 for (int i = 0; i < descriptor->field_count(); i++) { in ~DynamicMessage()
448 descriptor->field_count() + field->containing_oneof()->index()]); in ~DynamicMessage()
542 for (int i = 0; i < descriptor->field_count(); i++) { in CrossLinkPrototypes()
667 int* offsets = new int[type->field_count() + type->oneof_decl_count()]; in GetPrototypeNoLock()
682 DivideRoundingUp(type->field_count(), bitsizeof(uint32)); in GetPrototypeNoLock()
714 for (int i = 0; i < type->field_count(); i++) { in GetPrototypeNoLock()
728 offsets[type->field_count() + i] = size; in GetPrototypeNoLock()
760 for (int j = 0; j < type->oneof_decl(i)->field_count(); j++) { in GetPrototypeNoLock()
814 for (int j = 0; j < type->oneof_decl(i)->field_count(); j++) { in ConstructDefaultOneofInstance()
860 for (int j = 0; j < type->oneof_decl(i)->field_count(); j++) { in DeleteDefaultOneofInstance()