Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_padding_optimizer.cc150 if (IsLazy(field, options)) { in OptimizeLayout()
Dcpp_helpers.cc768 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()
Dcpp_helpers.h327 inline bool IsLazy(const FieldDescriptor* field, const Options& options) { in IsLazy() function
509 return IsLazy(field, options); in ShouldIgnoreRequiredFieldCheck()
Dcpp_message.cc157 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()