Home
last modified time | relevance | path

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

/system/tools/xsdc/tests/resources/nested_type/
DAndroid.bp8 srcs: ["nested_type.xsd"],
15 srcs: ["nested_type.xsd"],
Dnested_type.xsd1 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="nested_type" elementFormDef…
/system/tools/aidl/
Daidl_language.cpp1404 const std::string nested_type = (first_dot == std::string::npos) ? "" : name.substr(first_dot); in ResolveName() local
1409 return type->GetCanonicalName() + nested_type; in ResolveName()
1823 const std::string nested_type = (first_dot == std::string::npos) ? "" : name.substr(first_dot); in ResolveName() local
1827 return import + nested_type; in ResolveName()
1834 return type->GetCanonicalName() + nested_type; in ResolveName()
Daidl_unittest.cpp1807 AidlTypeSpecifier nested_type(AIDL_LOCATION_HERE, "p.Outer.Inner", /*array=*/std::nullopt, in TEST_P() local
1809 EXPECT_EQ("::p::Outer::Inner", cpp::CppNameOf(nested_type, typenames_)); in TEST_P()
1825 AidlTypeSpecifier nested_type(AIDL_LOCATION_HERE, "p.Outer.Inner", /*array=*/std::nullopt, in TEST_P() local
1827 EXPECT_EQ("::p::Outer::Inner", cpp::CppNameOf(nested_type, typenames_)); in TEST_P()
1850 AidlTypeSpecifier nested_type(AIDL_LOCATION_HERE, "p.IOuter.Inner", /*array=*/std::nullopt, in TEST_F() local
1852 EXPECT_EQ("::p::IOuter::Inner", cpp::CppNameOf(nested_type, typenames_)); in TEST_F()