OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetValueIndex
(Results
1 - 4
of
4
) sorted by null
/system/extras/libperfmgr/include/perfmgr/
Node.h
72
bool
GetValueIndex
(const std::string value, std::size_t* index) const;
/system/extras/libperfmgr/
Node.cc
119
bool Node::
GetValueIndex
(const std::string value, std::size_t* index) const {
HintManager.cc
292
if (!nodes[node_index]->
GetValueIndex
(value_name, &value_index)) {
/system/extras/libperfmgr/tests/
NodeTest.cc
72
// Test
GetValueIndex
77
EXPECT_TRUE(t.
GetValueIndex
("value2", &index));
80
EXPECT_FALSE(t.
GetValueIndex
("NON_EXIST", &index));
Completed in 810 milliseconds