Searched refs:GetKeyAtIndex (Results 1 – 5 of 5) sorted by relevance
/external/google-breakpad/src/processor/ |
D | static_map-inl.h | 69 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
|
D | static_map.h | 123 const Key GetKeyAtIndex(int i) const;
|
/external/mdnsresponder/mDNSWindows/DLLX/ |
D | TXTRecord.h | 138 STDMETHOD(GetKeyAtIndex)(ULONG index, BSTR* retval);
|
D | TXTRecord.cpp | 266 STDMETHODIMP CTXTRecord::GetKeyAtIndex(ULONG index, BSTR* retval) in GetKeyAtIndex() function in CTXTRecord
|
D | DLLX.idl | 262 …[id(6), helpstring("method GetKeyAtIndex")] HRESULT GetKeyAtIndex([in] ULONG index, [out,retval] B…
|