Home
last modified time | relevance | path

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

1234

/external/perfetto/test/trace_processor/track_event/
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
99 nested_type: 1 # DICT
103 nested_type: 0 # leaf
107 nested_type: 2 # ARRAY
109 nested_type: 0 # leaf
113 nested_type: 0 # leaf
/external/perfetto/src/protozero/filtering/
Dfilter_util.cc151 field.nested_type = ParseProtoDescriptor(proto_field->message_type(), in ParseProtoDescriptor()
188 Message* target = id_and_field.second.nested_type; in Dedupe()
198 id_and_field.second.nested_type = it->second; in Dedupe()
231 const Message* nested_type = id_and_field.second.nested_type; in PrintAsText() local
234 nested_type ? StripPrefix(nested_type->full_name, root_prefix) : ""; in PrintAsText()
253 if (field.nested_type) { in GenerateFilterBytecode()
255 PERFETTO_CHECK(descr_to_idx.count(field.nested_type)); in GenerateFilterBytecode()
256 uint32_t nested_msg_index = descr_to_idx[field.nested_type]; in GenerateFilterBytecode()
315 msg = field->nested_type; in LookupField()
Dfilter_util.h87 Message* nested_type = nullptr; member
88 bool is_simple() const { return nested_type == nullptr; } in is_simple()
/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.-run-options.pbtxt50 nested_type {
71 nested_type {
Dtensorflow.-g-p-u-options.pbtxt60 nested_type {
111 nested_type {
Dtensorflow.train.-feature-lists.pbtxt12 nested_type {
Dtensorflow.train.-features.pbtxt12 nested_type {
Dtensorflow.-config-proto.pbtxt114 nested_type {
132 nested_type {
Dtensorflow.-run-options.-experimental.pbtxt24 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