Searched refs:cpp_constants (Results 1 – 1 of 1) sorted by relevance
469 const auto& cpp_constants = interface->GetConstantDeclarations(); in TEST_F() local470 EXPECT_EQ((size_t)1, cpp_constants.size()); in TEST_F()471 EXPECT_EQ("POSITIVE_HEX_VALUE", cpp_constants[0]->GetName()); in TEST_F()472 EXPECT_EQ("245", cpp_constants[0]->ValueString(cpp::ConstantValueDecorator)); in TEST_F()489 const auto& cpp_constants = interface->GetConstantDeclarations(); in TEST_F() local490 EXPECT_EQ((size_t)1, cpp_constants.size()); in TEST_F()491 EXPECT_EQ("NEGATIVE_HEX_VALUE", cpp_constants[0]->GetName()); in TEST_F()492 EXPECT_EQ("-1", cpp_constants[0]->ValueString(cpp::ConstantValueDecorator)); in TEST_F()