Home
last modified time | relevance | path

Searched refs:nested_type (Results 1 – 25 of 71) sorted by relevance

123

/external/protobuf/python/google/protobuf/
Ddescriptor_database.py137 for nested_type in desc_proto.nested_type:
138 for symbol in _ExtractSymbols(nested_type, message_name):
Dreflection.py114 for name, nested_type in descriptor.nested_types_by_name.items():
115 attributes[name] = MakeClass(nested_type)
Ddescriptor_pool.py432 for nested in desc_proto.nested_type]
591 for nested_type in desc_proto.nested_type:
592 self._SetAllFieldTypes(nested_package, nested_type, scope)
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-summary.pbtxt12 nested_type {
39 nested_type {
72 nested_type {
Dtensorflow.summary.-summary.pbtxt12 nested_type {
39 nested_type {
72 nested_type {
Dtensorflow.-meta-graph-def.pbtxt54 nested_type {
101 nested_type {
120 nested_type {
Dtensorflow.profiler.-advice-proto.pbtxt12 nested_type {
31 nested_type {
Dtensorflow.-node-def.pbtxt43 nested_type {
62 nested_type {
Dtensorflow.-g-p-u-options.pbtxt60 nested_type {
99 nested_type {
Dtensorflow.-config-proto.pbtxt108 nested_type {
126 nested_type {
Dtensorflow.train.-features.pbtxt12 nested_type {
Dtensorflow.train.-feature-lists.pbtxt12 nested_type {
Dtensorflow.train.-job-def.pbtxt18 nested_type {
Dtensorflow.-name-attr-list.pbtxt18 nested_type {
Dtensorflow.profiler.-op-log-proto.pbtxt19 nested_type {
Dtensorflow.-summary-metadata.pbtxt24 nested_type {
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_message.cc93 if (IsMapEntry(descriptor_->nested_type(i))) continue; in GenerateStaticVariables()
94 MessageGenerator(descriptor_->nested_type(i), params_) in GenerateStaticVariables()
104 if (IsMapEntry(descriptor_->nested_type(i))) continue; in GenerateStaticVariableInitializers()
105 MessageGenerator(descriptor_->nested_type(i), params_) in GenerateStaticVariableInitializers()
180 if (IsMapEntry(descriptor_->nested_type(i))) continue; in Generate()
181 MessageGenerator(descriptor_->nested_type(i), params_).Generate(printer); in Generate()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_message.cc153 MessageGenerator(descriptor_->nested_type(i), params_) in GenerateStaticVariables()
163 MessageGenerator(descriptor_->nested_type(i), params_) in GenerateStaticVariableInitializers()
204 MessageGenerator(descriptor_->nested_type(i), params_).Generate(printer); in Generate()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_message_lite.cc102 ImmutableMessageLiteGenerator(descriptor_->nested_type(i), context_) in GenerateStaticVariables()
114 ImmutableMessageLiteGenerator(descriptor_->nested_type(i), context_) in GenerateStaticVariableInitializers()
212 if (IsMapEntry(descriptor_->nested_type(i))) continue; in Generate()
214 descriptor_->nested_type(i), context_); in Generate()
1049 ImmutableMessageLiteGenerator(descriptor_->nested_type(i), context_) in GenerateExtensionRegistrationCode()
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc498 PrintNestedEnums(*descriptor.nested_type(i)); in PrintNestedEnums()
664 *message_descriptor.nested_type(i)); in PrintDescriptor()
733 PrintDescriptor(*containing_descriptor.nested_type(i)); in PrintNestedDescriptors()
789 PrintMessage(*containing_descriptor.nested_type(i), prefix, to_register); in PrintNestedMessages()
805 FixForeignFieldsInDescriptor(*descriptor.nested_type(i), &descriptor); in FixForeignFieldsInDescriptor()
1001 FixForeignFieldsInNestedExtensions(*descriptor.nested_type(i)); in FixForeignFieldsInNestedExtensions()
1289 FixOptionsForMessage(*descriptor.nested_type(i)); in FixOptionsForMessage()
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.train.-feature-lists.pbtxt12 nested_type {
Dtensorflow.train.-features.pbtxt12 nested_type {
Dtensorflow.train.-job-def.pbtxt18 nested_type {
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_message.cc224 if (!IsMapEntryMessage(descriptor_->nested_type(i))) { in Generate()
226 descriptor_->nested_type(i), this->options()); in Generate()
249 if (!IsMapEntryMessage(descriptor_->nested_type(i))) { in HasNestedGeneratedTypes()
/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator.cc213 GenerateMessage(message->nested_type(i), printer); in GenerateMessage()
282 GenerateMessageAssignment(nested_prefix, message->nested_type(i), printer); in GenerateMessageAssignment()
355 if (UsesTypeFromFile(message->nested_type(i), file, error)) { in UsesTypeFromFile()

123