Searched refs:IsLazy (Results 1 – 2 of 2) sorted by relevance
80 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()
245 inline bool IsLazy(const FieldDescriptor* descriptor, bool enforce_lite) { in IsLazy() function