Searched refs:NestedType (Results 1 - 4 of 4) sorted by relevance
/third_party/gn/src/base/json/ |
H A D | json_value_converter.h | 239 template <typename NestedType> 240 class NestedValueConverter : public ValueConverter<NestedType> { 244 bool Convert(const base::Value& value, NestedType* field) const override { 249 JSONValueConverter<NestedType> converter_; 290 template <typename NestedType> 292 : public ValueConverter<std::vector<std::unique_ptr<NestedType>>> { 297 std::vector<std::unique_ptr<NestedType>>* field) const override { 308 std::unique_ptr<NestedType> nested(new NestedType); 319 JSONValueConverter<NestedType> converter [all...] |
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | MessageDescriptor.cs | 98 proto.NestedType, in MessageDescriptor()
|
H A D | Descriptor.cs | 167 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.DescriptorProto), global::Google.Protobuf.Reflection.DescriptorProto.Parser, new[]{ "Name", "Field", "Extension", "NestedType", "EnumType", "ExtensionRange", "OneofDecl", "Options", "ReservedRange", "ReservedName" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange), global::Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange.Parser, new[]{ "Start", "End", "Options" }, null, null, null, null), in DescriptorReflection() 1038 public pbc::RepeatedField<global::Google.Protobuf.Reflection.DescriptorProto> NestedType { property in Google.Protobuf.Reflection.DescriptorProto
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 380 : TypeRecord(TypeRecordKind::NestedType), Type(Type), Name(Name) {} in NestedTypeRecord()
|
Completed in 19 milliseconds