Searched refs:IsLazy (Results 1 – 4 of 4) sorted by relevance
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_padding_optimizer.cc | 150 if (IsLazy(field, options)) { in OptimizeLayout()
|
D | cpp_message.cc | 172 ret = ret || (!field->is_repeated() && !IsLazy(field, options) && in CanBeManipulatedAsRawBytes() 358 if (IsLazy(field, options)) { in TableDrivenParsingEnabled() 810 !IsLazy(field, options_)) { in GenerateSingularFieldHasBits() 826 if (IsLazy(field, options_)) { in GenerateSingularFieldHasBits() 1892 if (IsLazy(field, options_)) { in GenerateFieldMetadata() 1971 if (!field->is_repeated() && !IsLazy(field, options_) && in GenerateDefaultInstanceInitializer() 2650 (IsLazy(field, options_) || IsStringPiece(field, options_))) { in GenerateStructors()
|
D | cpp_helpers.cc | 812 if (IsLazy(descriptor->field(field_idx), options)) { in HasLazyFields() 817 if (IsLazy(descriptor->extension(idx), options)) { in HasLazyFields() 838 if (IsLazy(file->extension(field_idx), options)) { in HasLazyFields() 1582 } else if (IsLazy(field, options_)) { in GenerateLengthDelim()
|
D | cpp_helpers.h | 343 inline bool IsLazy(const FieldDescriptor* field, const Options& options) { in IsLazy() function 555 return IsLazy(field, options); in ShouldIgnoreRequiredFieldCheck()
|