Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_unittest.cpp1728 const auto& cpp_constants = interface->GetConstantDeclarations(); in TEST_P() local
1729 EXPECT_EQ((size_t)1, cpp_constants.size()); in TEST_P()
1730 EXPECT_EQ("POSITIVE_HEX_VALUE", cpp_constants[0]->GetName()); in TEST_P()
1731 EXPECT_TRUE(cpp_constants[0]->CheckValid(typenames_)); in TEST_P()
1732 EXPECT_EQ("245", cpp_constants[0]->ValueString(cpp::ConstantValueDecorator)); in TEST_P()
1747 const auto& cpp_constants = interface->GetConstantDeclarations(); in TEST_P() local
1748 EXPECT_EQ((size_t)1, cpp_constants.size()); in TEST_P()
1749 EXPECT_EQ("NEGATIVE_HEX_VALUE", cpp_constants[0]->GetName()); in TEST_P()
1750 EXPECT_EQ(true, cpp_constants[0]->CheckValid(typenames_)); in TEST_P()
1751 EXPECT_EQ("-1", cpp_constants[0]->ValueString(cpp::ConstantValueDecorator)); in TEST_P()