Home
last modified time | relevance | path

Searched refs:GetKeyAtIndex (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/processor/
Dstatic_map-inl.h69 compare_result = compare_(key, GetKeyAtIndex(middle)); in find()
90 comp_result = compare_(key, GetKeyAtIndex(middle)); in lower_bound()
111 compare_result = compare_(key, GetKeyAtIndex(middle)); in upper_bound()
155 if (compare_(GetKeyAtIndex(node_index), in ValidateInMemoryStructure()
156 GetKeyAtIndex(node_index - 1)) <= 0) { in ValidateInMemoryStructure()
165 const Key StaticMap<Key, Value, Compare>::GetKeyAtIndex(int index) const { in GetKeyAtIndex() function
Dstatic_map.h123 const Key GetKeyAtIndex(int i) const;
/external/lldb/include/lldb/DataFormatters/
DFormatNavigator.h211 GetKeyAtIndex (size_t index) in GetKeyAtIndex() function
406 ConstString key = m_format_map.GetKeyAtIndex(index); in GetTypeNameSpecifierAtIndex_Impl()
417 lldb::RegularExpressionSP regex = m_format_map.GetKeyAtIndex(index); in GetTypeNameSpecifierAtIndex_Impl()