Searched refs:getValues (Results 1 – 4 of 4) sorted by relevance
35 virtual std::vector<std::string> getValues() const = 0;53 std::vector<std::string> getValues() const override;
63 std::vector<std::string> StringAnnotationParam::getValues() const { in getValues() function in android::StringAnnotationParam111 const std::vector<std::string>& values = param->getValues(); in dump()
916 for (const auto& value : param->getValues()) { in emitVtsMethodDeclaration()
308 int64_t getValues[] = { in TEST_F() local322 ASSERT_EQ(arraysize(setValues), arraysize(getValues)); in TEST_F()328 …EXPECT_PRED_FORMAT2(AssertEqualHex, getValues[i], val) << "Property was set to '" << setValues[i] … in TEST_F()355 int32_t getValues[] = { in TEST_F() local369 ASSERT_EQ(arraysize(setValues), arraysize(getValues)); in TEST_F()375 …EXPECT_PRED_FORMAT2(AssertEqualHex, getValues[i], val) << "Property was set to '" << setValues[i] … in TEST_F()