Searched refs:NestedType (Results 1 – 5 of 5) sorted by relevance
239 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 …]
98 proto.NestedType, in MessageDescriptor()
1038 public pbc::RepeatedField<global::Google.Protobuf.Reflection.DescriptorProto> NestedType { property in Google.Protobuf.Reflection.DescriptorProto
72 MEMBER_RECORD(LF_NESTTYPE, 0x1510, NestedType)
380 : TypeRecord(TypeRecordKind::NestedType), Type(Type), Name(Name) {} in NestedTypeRecord()