Home
last modified time | relevance | path

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

/third_party/gn/src/base/json/
Djson_value_converter.h239 template <typename NestedType>
240 class NestedValueConverter : public ValueConverter<NestedType> {
244 bool Convert(const base::Value& value, NestedType* field) const override { in Convert()
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 { in Convert()
308 std::unique_ptr<NestedType> nested(new NestedType); in Convert()
319 JSONValueConverter<NestedType> converter_;
324 template <typename NestedType>
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DMessageDescriptor.cs98 proto.NestedType, in MessageDescriptor()
DDescriptor.cs1038 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/
DCodeViewTypes.def72 MEMBER_RECORD(LF_NESTTYPE, 0x1510, NestedType)
DTypeRecord.h380 : TypeRecord(TypeRecordKind::NestedType), Type(Type), Name(Name) {} in NestedTypeRecord()