Home
last modified time | relevance | path

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

/external/libchrome/base/json/
Djson_value_converter.h236 template <typename NestedType>
237 class NestedValueConverter : public ValueConverter<NestedType> {
241 bool Convert(const base::Value& value, NestedType* field) const override { in Convert()
246 JSONValueConverter<NestedType> converter_;
285 template <typename NestedType>
287 : public ValueConverter<ScopedVector<NestedType> > {
292 ScopedVector<NestedType>* field) const override { in Convert()
303 scoped_ptr<NestedType> nested(new NestedType); in Convert()
315 JSONValueConverter<NestedType> converter_;
319 template <typename NestedType>
[all …]
/external/llvm/unittests/CodeGen/
DDIEHashTest.cpp526 TEST_F(DIEHashTest, NestedType) { in TEST_F() argument