Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h362 inline bool IsExplicitLazy(const FieldDescriptor* field) { in IsExplicitLazy() function
369 return IsExplicitLazy(field) && !field->is_repeated() && in IsLazilyVerifiedLazy()
379 return IsLazy(field, options, scc_analyzer) && !IsExplicitLazy(field); in IsEagerlyVerifiedLazy()
Dcpp_field.cc179 !IsExplicitLazy(descriptor)) { in AddAccessorAnnotations()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dfield.cc179 !IsExplicitLazy(descriptor)) { in AddAccessorAnnotations()
Dhelpers.h365 inline bool IsExplicitLazy(const FieldDescriptor* field) { in IsExplicitLazy() function