HomeSort by relevance Sort by last modified time
    Searched refs:GetKeyAtIndex (Results 1 - 5 of 5) sorted by null

  /external/google-breakpad/src/processor/
static_map-inl.h 69 compare_result = compare_(key, GetKeyAtIndex(middle));
90 comp_result = compare_(key, GetKeyAtIndex(middle));
111 compare_result = compare_(key, GetKeyAtIndex(middle));
155 if (compare_(GetKeyAtIndex(node_index),
156 GetKeyAtIndex(node_index - 1)) <= 0) {
165 const Key StaticMap<Key, Value, Compare>::GetKeyAtIndex(int index) const {
static_map.h 123 const Key GetKeyAtIndex(int i) const;
  /external/mdnsresponder/mDNSWindows/DLLX/
TXTRecord.h 138 STDMETHOD(GetKeyAtIndex)(ULONG index, BSTR* retval);
TXTRecord.cpp 266 STDMETHODIMP CTXTRecord::GetKeyAtIndex(ULONG index, BSTR* retval)
DLLX.idl 262 [id(6), helpstring("method GetKeyAtIndex")] HRESULT GetKeyAtIndex([in] ULONG index, [out,retval] BSTR* retval);

Completed in 85 milliseconds