Home
last modified time | relevance | path

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

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