Home
last modified time | relevance | path

Searched refs:NestedType (Results 1 – 22 of 22) sorted by relevance

/external/libchrome/base/json/
Djson_value_converter.h235 template <typename NestedType>
236 class NestedValueConverter : public ValueConverter<NestedType> {
240 bool Convert(const base::Value& value, NestedType* field) const override { in Convert()
245 JSONValueConverter<NestedType> converter_;
285 template <typename NestedType>
287 : public ValueConverter<std::vector<std::unique_ptr<NestedType>>> {
292 std::vector<std::unique_ptr<NestedType>>* field) const override { in Convert()
303 std::unique_ptr<NestedType> nested(new NestedType); in Convert()
315 JSONValueConverter<NestedType> converter_;
319 template <typename NestedType>
[all …]
/external/cronet/base/json/
Djson_value_converter.h238 template <typename NestedType>
239 class NestedValueConverter : public ValueConverter<NestedType> {
246 bool Convert(const base::Value& value, NestedType* field) const override { in Convert()
251 JSONValueConverter<NestedType> converter_;
290 template <typename NestedType>
292 : public ValueConverter<std::vector<std::unique_ptr<NestedType>>> {
300 std::vector<std::unique_ptr<NestedType>>* field) const override { in Convert()
308 auto nested = std::make_unique<NestedType>(); in Convert()
321 JSONValueConverter<NestedType> converter_;
324 template <typename NestedType>
[all …]
/external/dagger2/javatests/dagger/functional/
DComponentNestedTypeTest.java40 dagger.functional.sub.NestedType nestedType(); in nestedType()
42 interface NestedType {} interface
45 public static final class SomeType implements dagger.functional.sub.NestedType {}
50 static dagger.functional.sub.NestedType provideSomeType() { in provideSomeType()
/external/dagger2/javatests/dagger/functional/sub/
DNestedType.java21 public interface NestedType {} interface
/external/perfetto/protos/perfetto/trace/chrome/
Dchrome_trace_event.proto21 enum NestedType { enum
25 optional NestedType nested_type = 1;
/external/perfetto/protos/perfetto/trace/track_event/
Ddebug_annotation.proto112 enum NestedType { enum
118 optional NestedType nested_type = 1;
/external/golang-protobuf/internal/cmd/pbdump/
Dpbdump.go240 m.NestedType = append(m.NestedType, fs[n].sub.messageDescriptor(s))
/external/golang-protobuf/reflect/protodesc/
Dproto.go93 p.NestedType = append(p.NestedType, ToDescriptorProto(messages.Get(i)))
/external/llvm/test/tools/llvm-readobj/
Dcodeview-types.test38 // CHECK-DAG: {{^ *NestedType {$}}
/external/llvm/test/DebugInfo/COFF/
Dtypes-nested-class.ll43 ; CHECK: NestedType {
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DMessageDescriptor.cs99 proto.NestedType, in MessageDescriptor()
DDescriptor.cs1102 public pbc::RepeatedField<global::Google.Protobuf.Reflection.DescriptorProto> NestedType { property in Google.Protobuf.Reflection.DescriptorProto
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DMessageDescriptor.cs99 proto.NestedType, in MessageDescriptor()
DDescriptor.cs1102 public pbc::RepeatedField<global::Google.Protobuf.Reflection.DescriptorProto> NestedType { property in Google.Protobuf.Reflection.DescriptorProto
/external/golang-protobuf/internal/filedesc/
Ddesc_test.go108 NestedType: []*descriptorpb.DescriptorProto{{
128 NestedType: []*descriptorpb.DescriptorProto{{
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewTypes.def72 MEMBER_RECORD(LF_NESTTYPE, 0x1510, NestedType)
DTypeRecord.h380 : TypeRecord(TypeRecordKind::NestedType), Type(Type), Name(Name) {} in NestedTypeRecord()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecords.def71 MEMBER_RECORD(LF_NESTTYPE, 0x1510, NestedType)
DTypeRecord.h386 : TypeRecord(TypeRecordKind::NestedType), Type(Type), Name(Name) {} in NestedTypeRecord()
/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go897NestedType []*DescriptorProto `protobuf:"bytes,3,rep,name=nested_type,json=nest… member
963 return x.NestedType
/external/llvm/unittests/CodeGen/
DDIEHashTest.cpp526 TEST_F(DIEHashTest, NestedType) { in TEST_F() argument
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto4226 enum NestedType { enum
4230 optional NestedType nested_type = 1;
9154 enum NestedType { enum
9160 optional NestedType nested_type = 1;