Searched refs:EnforceLite (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/ |
D | java_field.cc | 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()
|
D | java_generator_factory.cc | 62 if (HasDescriptorMethods(descriptor, context_->EnforceLite())) { in NewMessageGenerator() 71 if (HasDescriptorMethods(descriptor->file(), context_->EnforceLite())) { in NewExtensionGenerator()
|
D | java_file.cc | 284 if (HasDescriptorMethods(file_, context_->EnforceLite())) { in Generate() 303 if (HasDescriptorMethods(file_, context_->EnforceLite())) { in Generate() 315 if (HasGenericServices(file_, context_->EnforceLite())) { in Generate() 341 if (HasDescriptorMethods(file_, context_->EnforceLite())) { in Generate() 590 if (HasDescriptorMethods(file_, context_->EnforceLite())) { in GenerateSiblings() 618 if (HasGenericServices(file_, context_->EnforceLite())) { in GenerateSiblings()
|
D | java_context.h | 88 bool EnforceLite() const { return options_.enforce_lite; } in EnforceLite() function
|
D | java_enum.cc | 228 if (HasDescriptorMethods(descriptor_, context_->EnforceLite())) { in Generate() 365 if (HasDescriptorMethods(descriptor_, context_->EnforceLite()) && in Generate()
|
D | java_message_builder_lite.cc | 84 GOOGLE_CHECK(!HasDescriptorMethods(descriptor->file(), context->EnforceLite())) in MessageBuilderLiteGenerator()
|
D | java_message_builder.cc | 84 GOOGLE_CHECK(HasDescriptorMethods(descriptor->file(), context->EnforceLite())) in MessageBuilderGenerator()
|
D | java_message_lite.cc | 90 GOOGLE_CHECK(!HasDescriptorMethods(descriptor->file(), context->EnforceLite())) in ImmutableMessageLiteGenerator()
|
D | java_message.cc | 97 GOOGLE_CHECK(HasDescriptorMethods(descriptor->file(), context->EnforceLite())) in ImmutableMessageGenerator()
|