Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/java/
Djava_field.cc80 if (IsLazy(field, context->EnforceLite())) { in MakeImmutableGenerator()
102 if (IsLazy(field, context->EnforceLite())) { in MakeImmutableGenerator()
122 if (IsLazy(field, context->EnforceLite())) { in MakeImmutableGenerator()
153 if (IsLazy(field, context->EnforceLite())) { in MakeImmutableLiteGenerator()
175 if (IsLazy(field, context->EnforceLite())) { in MakeImmutableLiteGenerator()
195 if (IsLazy(field, context->EnforceLite())) { in MakeImmutableLiteGenerator()
Djava_helpers.h204 inline bool IsLazy(const FieldDescriptor* descriptor, bool enforce_lite) { in IsLazy() function