Home
last modified time | relevance | path

Searched defs:nested_type (Results 1 – 23 of 23) sorted by relevance

/external/perfetto/src/protozero/filtering/
Dfilter_util.h87 Message* nested_type = nullptr; member
Dfilter_util.cc231 const Message* nested_type = id_and_field.second.nested_type; in PrintAsText() local
/external/perfetto/protos/perfetto/trace/track_event/
Ddebug_annotation.proto101 optional NestedType nested_type = 1; field
/external/protobuf/php/src/Google/Protobuf/Internal/
DDescriptor.php44 private $nested_type = []; variable in Google\\Protobuf\\Internal\\Descriptor
DDescriptorProto.php38 private $nested_type; variable in Google\\Protobuf\\Internal\\DescriptorProto
/external/perfetto/protos/perfetto/trace/chrome/
Dchrome_trace_event.proto25 optional NestedType nested_type = 1; field
/external/perfetto/protos/perfetto/common/
Ddescriptor.proto61 repeated DescriptorProto nested_type = 3; field
/external/libchrome/ipc/
Dipc_message_utils_unittest.cc27 uint32_t nested_type = 78; in TEST() local
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto90 repeated DescriptorProto nested_type = 3; field
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto90 repeated DescriptorProto nested_type = 3; field
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto90 repeated DescriptorProto nested_type = 3; field
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto95 repeated DescriptorProto nested_type = 3; field
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto98 repeated DescriptorProto nested_type = 3; field
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto100 repeated DescriptorProto nested_type = 3; field
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto99 repeated DescriptorProto nested_type = 3; field
/external/protobuf/src/google/protobuf/
Ddescriptor.proto100 repeated DescriptorProto nested_type = 3; field
Ddescriptor.pb.h7473 inline const PROTOBUF_NAMESPACE_ID::DescriptorProto& DescriptorProto::nested_type(int index) const { in nested_type() function
7482 DescriptorProto::nested_type() const { in nested_type() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto96 repeated DescriptorProto nested_type = 3; field
Ddescriptor_sv.proto97 repeated DescriptorProto nested_type = 3; field
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc657 const google::protobuf::Type* nested_type = resolved_type.ValueOrDie(); in RenderAny() local
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc1384 const Descriptor* nested_type = descriptor_->nested_type(i); in GenerateClassDefinition() local
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto2467 optional NestedType nested_type = 1; field
2672 repeated DescriptorProto nested_type = 3; field
6213 optional NestedType nested_type = 1; field
/external/rust/crates/protobuf/src/
Ddescriptor.rs907 pub nested_type: crate::RepeatedField<DescriptorProto>, field