Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_unittest.cpp2289 auto set_array = [](std::unique_ptr<AidlTypeSpecifier>&& type) { in TEST_F() local
2301 auto array_w = set_array(type("p.Wrapper", type("String"))); in TEST_F()
2305 auto nullable_array_w = set_nullable(set_array(type("p.Wrapper", type("String")))); in TEST_F()