Home
last modified time | relevance | path

Searched defs:GetValueIndex (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/hardware/google/pixel/power-libperfmgr/libperfmgr/
DNode.cc68 bool Node::GetValueIndex(const std::string& value, std::size_t* index) const { in GetValueIndex() function in android::perfmgr::Node
/aosp_15_r20/external/icing/icing/index/lite/
H A Dlite-index.h113 uint32_t GetValueIndex() const { return delegate_.GetValueIndex(); } in GetValueIndex() function
/aosp_15_r20/external/icing/icing/legacy/index/
H A Dicing-dynamic-trie.cc2033 uint32_t IcingDynamicTrie::Iterator::GetValueIndex() const { in GetValueIndex() function in icing::lib::IcingDynamicTrie::Iterator