OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:approximateBinarySearch
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/text/
TextPosition.cpp
58
const unsigned* foundLineEnding =
approximateBinarySearch
<unsigned, unsigned>(lineEndings, lineEndings.size(), offset, valueExtractor);
/external/chromium_org/third_party/WebKit/Source/wtf/
StdLibExtras.h
227
// If the element is not found, crash if asserts are enabled, and behave like
approximateBinarySearch
in release builds.
243
inline ArrayElementType*
approximateBinarySearch
(ArrayType& array, size_t size, KeyType key, ExtractKey extractKey = ExtractKey())
260
inline ArrayElementType*
approximateBinarySearch
(const ArrayType& array, size_t size, KeyType key, ExtractKey extractKey = ExtractKey())
281
using WTF::
approximateBinarySearch
;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.cpp
475
UChar* boundingCharacter =
approximateBinarySearch
<UChar, UChar>(
523
UChar32* boundingCharacter =
approximateBinarySearch
<UChar32, UChar32>(
592
UChar32* boundingCharacter =
approximateBinarySearch
<UChar32, UChar32>(
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.cpp
779
const SMILTimeWithOrigin* result =
approximateBinarySearch
<const SMILTimeWithOrigin, SMILTime>(list, sizeOfList, minimumTime, extractTimeFromVector);
[
all
...]
Completed in 48 milliseconds