Searched refs:GetValueIndex (Results 1 – 5 of 5) 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
606 if (!nodes[node_index]->GetValueIndex(value_name, &value_index)) { in ParseActions()
94 EXPECT_TRUE(t.GetValueIndex("value2", &index)); in TEST()97 EXPECT_FALSE(t.GetValueIndex("NON_EXIST", &index)); in TEST()
87 EXPECT_TRUE(t.GetValueIndex("value2", &index)); in TEST()90 EXPECT_FALSE(t.GetValueIndex("NON_EXIST", &index)); in TEST()