Searched refs:IsLazy (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_padding_optimizer.cc | 150 if (IsLazy(field, options)) { in OptimizeLayout()
|
D | cpp_helpers.cc | 768 if (IsLazy(descriptor->field(field_idx), options)) { in HasLazyFields() 773 if (IsLazy(descriptor->extension(idx), options)) { in HasLazyFields() 794 if (IsLazy(file->extension(field_idx), options)) { in HasLazyFields() 1525 } else if (IsLazy(field, options_)) { in GenerateLengthDelim()
|
D | cpp_helpers.h | 327 inline bool IsLazy(const FieldDescriptor* field, const Options& options) { in IsLazy() function 509 return IsLazy(field, options); in ShouldIgnoreRequiredFieldCheck()
|
D | cpp_message.cc | 157 ret = ret || (!field->is_repeated() && !IsLazy(field, options) && in CanConstructByZeroing() 312 if (IsLazy(field, options)) { in TableDrivenParsingEnabled() 808 if (IsLazy(field, options_)) { in GenerateSingularFieldHasBits() 1842 if (IsLazy(field, options_)) { in GenerateFieldMetadata() 1920 if (!field->is_repeated() && !IsLazy(field, options_) && in GenerateDefaultInstanceInitializer() 2593 (IsLazy(field, options_) || IsStringPiece(field, options_))) { in GenerateStructors()
|