Searched defs:getToReferenceConstConversion (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashTraits.h96 static IteratorConstReferenceType getToReferenceConstConversion(IteratorConstGetType x) { return *x; } function in struct:WTF::GenericHashTraits
183 static IteratorConstReferenceType getToReferenceConstConversion(IteratorConstGetType x) { return *x; } function in struct:WTF::HashTraits
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h1264 static IteratorConstReferenceType getToReferenceConstConversion(IteratorConstGetType x) { return x->get(); } function in struct:WTF::HashTraits
1291 static IteratorConstReferenceType getToReferenceConstConversion(IteratorConstGetType x) { return x->get(); } function in struct:WTF::HashTraits

Completed in 1415 milliseconds