Searched refs:BinarySearch (Results 1 - 4 of 4) sorted by relevance

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas170 function BinarySearch(const Item: T; out Index: Integer): Boolean; overload;
171 function BinarySearch(const Item: T; out Index: Integer; const AComparer: IComparer<T>): Boolean; overload;
/external/v8/src/
H A Dobjects-inl.h1901 return BinarySearch(name, 0, nof - 1);
H A Dobjects.h2546 int BinarySearch(String* name, int low, int high);
H A Dobjects.cc5896 int DescriptorArray::BinarySearch(String* name, int low, int high) { function in class:v8::internal::DescriptorArray

Completed in 256 milliseconds