Searched refs:getValues (Results 1 – 4 of 4) sorted by relevance
37 virtual std::vector<std::string> getValues() const = 0;58 std::vector<std::string> getValues() const override;69 std::vector<std::string> getValues() const override;
74 std::vector<std::string> StringAnnotationParam::getValues() const { in getValues() function in android::StringAnnotationParam87 std::vector<std::string> ConstantExpressionAnnotationParam::getValues() const { in getValues() function in android::ConstantExpressionAnnotationParam163 const std::vector<std::string>& values = param->getValues(); in dump()
940 for (const auto& value : param->getValues()) { in emitVtsMethodDeclaration()
289 int64_t getValues[] = { in TEST_F() local303 ASSERT_EQ(arraysize(setValues), arraysize(getValues)); in TEST_F()309 …EXPECT_PRED_FORMAT2(AssertEqualHex, getValues[i], val) << "Property was set to '" << setValues[i] … in TEST_F()336 int32_t getValues[] = { in TEST_F() local350 ASSERT_EQ(arraysize(setValues), arraysize(getValues)); in TEST_F()356 …EXPECT_PRED_FORMAT2(AssertEqualHex, getValues[i], val) << "Property was set to '" << setValues[i] … in TEST_F()