Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/tools/llvm-pdbdump/
H A DVariableDumper.cpp135 while (auto NestedArray = dyn_cast<PDBSymbolTypeArray>(ElementType.get())) { in dumpSymbolTypeAndName() local
137 IndexStream << NestedArray->getCount(); in dumpSymbolTypeAndName()
139 ElementType = NestedArray->getElementType(); in dumpSymbolTypeAndName()
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Ddata_view_unittest.cc190 TEST_F(DataViewTest, NestedArray) { in TEST_F() argument