Home
last modified time | relevance | path

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

1234

/external/perfetto/test/trace_processor/
Dtrack_event_merged_debug_annotations.textproto38 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/
DDescriptorPool.php96 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);
DDescriptor.php44 private $nested_type = []; variable in Google\\Protobuf\\Internal\\Descriptor
91 $this->nested_type[] = $desc;
96 return $this->nested_type;
DDescriptorProto.php38 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/
Dtensorflow.-meta-graph-def.pbtxt54 nested_type {
107 nested_type {
126 nested_type {
145 nested_type {
Dtensorflow.summary.-summary.pbtxt12 nested_type {
39 nested_type {
72 nested_type {
Dtensorflow.-summary.pbtxt12 nested_type {
39 nested_type {
72 nested_type {
Dtensorflow.profiler.-advice-proto.pbtxt12 nested_type {
31 nested_type {
Dtensorflow.-node-def.pbtxt43 nested_type {
62 nested_type {
Dtensorflow.-tensor-info.pbtxt42 nested_type {
63 nested_type {
Dtensorflow.-g-p-u-options.pbtxt60 nested_type {
111 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.pbtxt31 nested_type {
/external/protobuf/python/google/protobuf/
Ddescriptor_database.py173 for nested_type in desc_proto.nested_type:
174 for symbol in _ExtractSymbols(nested_type, message_name):
/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/java/
Djava_message_lite.cc87 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/
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/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 {

1234