/external/perfetto/test/trace_processor/ |
D | track_event_merged_debug_annotations.textproto | 38 nested_type: 1 # DICT 42 nested_type: 0 # leaf 46 nested_type: 2 # ARRAY 48 nested_type: 0 # leaf 52 nested_type: 0 # leaf 83 nested_type: 1 # DICT 87 nested_type: 0 # leaf 91 nested_type: 2 # ARRAY 93 nested_type: 0 # leaf 97 nested_type: 0 # leaf
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | DescriptorPool.php | 96 foreach ($descriptor->getNestedType() as $nested_type) { 97 $this->addDescriptor($nested_type); 166 foreach ($desc->getNestedType() as $nested_type) { 167 $this->crossLink($nested_type); 169 unset($nested_type);
|
D | Descriptor.php | 44 private $nested_type = []; variable in Google\\Protobuf\\Internal\\Descriptor 91 $this->nested_type[] = $desc; 96 return $this->nested_type;
|
D | DescriptorProto.php | 38 private $nested_type; variable in Google\\Protobuf\\Internal\\DescriptorProto 189 return $this->nested_type; 200 $this->nested_type = $arr;
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.-meta-graph-def.pbtxt | 54 nested_type { 107 nested_type { 126 nested_type { 145 nested_type {
|
D | tensorflow.summary.-summary.pbtxt | 12 nested_type { 39 nested_type { 72 nested_type {
|
D | tensorflow.-summary.pbtxt | 12 nested_type { 39 nested_type { 72 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.-tensor-info.pbtxt | 42 nested_type { 63 nested_type {
|
D | tensorflow.-g-p-u-options.pbtxt | 60 nested_type { 111 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 | 31 nested_type {
|
/external/protobuf/python/google/protobuf/ |
D | descriptor_database.py | 173 for nested_type in desc_proto.nested_type: 174 for symbol in _ExtractSymbols(nested_type, message_name):
|
/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/java/ |
D | java_message_lite.cc | 87 ImmutableMessageLiteGenerator(descriptor_->nested_type(i), context_) in GenerateStaticVariables() 99 ImmutableMessageLiteGenerator(descriptor_->nested_type(i), context_) in GenerateStaticVariableInitializers() 208 if (IsMapEntry(descriptor_->nested_type(i))) continue; in Generate() 209 ImmutableMessageLiteGenerator messageGenerator(descriptor_->nested_type(i), in Generate() 689 ImmutableMessageLiteGenerator(descriptor_->nested_type(i), context_) in GenerateExtensionRegistrationCode()
|
/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/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 {
|