Home
last modified time | relevance | path

Searched defs:nested_type (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/
Daidl_language.cpp1397 const std::string nested_type = (first_dot == std::string::npos) ? "" : name.substr(first_dot); in ResolveName() local
1812 const std::string nested_type = (first_dot == std::string::npos) ? "" : name.substr(first_dot); in ResolveName() local
Daidl_unittest.cpp1697 AidlTypeSpecifier nested_type(AIDL_LOCATION_HERE, "p.Outer.Inner", /*array=*/std::nullopt, in TEST_P() local
1715 AidlTypeSpecifier nested_type(AIDL_LOCATION_HERE, "p.Outer.Inner", /*array=*/std::nullopt, in TEST_P() local
1740 AidlTypeSpecifier nested_type(AIDL_LOCATION_HERE, "p.IOuter.Inner", /*array=*/std::nullopt, in TEST_F() local