Searched refs:nested_type (Results 1 – 25 of 71) sorted by relevance
123
/external/protobuf/python/google/protobuf/ |
D | descriptor_database.py | 137 for nested_type in desc_proto.nested_type: 138 for symbol in _ExtractSymbols(nested_type, message_name):
|
D | reflection.py | 114 for name, nested_type in descriptor.nested_types_by_name.items(): 115 attributes[name] = MakeClass(nested_type)
|
D | descriptor_pool.py | 432 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/ |
D | tensorflow.-summary.pbtxt | 12 nested_type { 39 nested_type { 72 nested_type {
|
D | tensorflow.summary.-summary.pbtxt | 12 nested_type { 39 nested_type { 72 nested_type {
|
D | tensorflow.-meta-graph-def.pbtxt | 54 nested_type { 101 nested_type { 120 nested_type {
|
D | tensorflow.profiler.-advice-proto.pbtxt | 12 nested_type { 31 nested_type {
|
D | tensorflow.-node-def.pbtxt | 43 nested_type { 62 nested_type {
|
D | tensorflow.-g-p-u-options.pbtxt | 60 nested_type { 99 nested_type {
|
D | tensorflow.-config-proto.pbtxt | 108 nested_type { 126 nested_type {
|
D | tensorflow.train.-features.pbtxt | 12 nested_type {
|
D | tensorflow.train.-feature-lists.pbtxt | 12 nested_type {
|
D | tensorflow.train.-job-def.pbtxt | 18 nested_type {
|
D | tensorflow.-name-attr-list.pbtxt | 18 nested_type {
|
D | tensorflow.profiler.-op-log-proto.pbtxt | 19 nested_type {
|
D | tensorflow.-summary-metadata.pbtxt | 24 nested_type {
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_message.cc | 93 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/ |
D | javamicro_message.cc | 153 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/ |
D | java_message_lite.cc | 102 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/ |
D | python_generator.cc | 498 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/ |
D | tensorflow.train.-feature-lists.pbtxt | 12 nested_type {
|
D | tensorflow.train.-features.pbtxt | 12 nested_type {
|
D | tensorflow.train.-job-def.pbtxt | 18 nested_type {
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_message.cc | 224 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/ |
D | ruby_generator.cc | 213 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