Searched refs:GetValueIndex (Results 1 – 4 of 4) sorted by relevance
69 bool GetValueIndex(const std::string& value, std::size_t* index) const;
68 bool Node::GetValueIndex(const std::string& value, std::size_t* index) const { in GetValueIndex() function in android::perfmgr::Node
89 EXPECT_TRUE(t.GetValueIndex("value2", &index)); in TEST()92 EXPECT_FALSE(t.GetValueIndex("NON_EXIST", &index)); in TEST()
80 EXPECT_TRUE(t.GetValueIndex("value2", &index)); in TEST()83 EXPECT_FALSE(t.GetValueIndex("NON_EXIST", &index)); in TEST()