HomeSort by relevance Sort by last modified time
    Searched defs:FindIndex (Results 1 - 6 of 6) sorted by null

  /art/runtime/base/
bit_vector-inl.h 39 bit_index_ = FindIndex(bit_index_ + 1u);
49 inline uint32_t BitVector::IndexIterator::FindIndex(uint32_t start_index) const {
hash_set.h 378 return iterator(this, FindIndex(key, hash));
383 return const_iterator(this, FindIndex(key, hash));
550 // This value for not found is important so that iterator(this, FindIndex(...)) == end().
552 size_t FindIndex(const K& element, size_t hash) const {
  /external/pdfium/core/src/fxcrt/
fx_basic_list.cpp 107 FX_POSITION CFX_PtrList::FindIndex(int nIndex) const {
  /development/ndk/sources/android/ndk_helper/
gestureDetector.cpp 139 int32_t PinchDetector::FindIndex( const AInputEvent* event, int32_t id )
230 int32_t index = FindIndex( event_, vec_pointers_[0] );
237 index = FindIndex( event_, vec_pointers_[1] );
254 int32_t DragDetector::FindIndex( const AInputEvent* event, int32_t id )
337 int32_t iIndex = FindIndex( event_, vec_pointers_[0] );
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 351 DXLISTPOS FindIndex(int nIndex) const;
615 DXLISTPOS CDXList<TYPE,ARG_TYPE>::FindIndex(int nIndex) const {
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssstyleselector.cpp 11 int32_t CFDE_CSSCounterStyle::FindIndex(const FX_WCHAR* pszIdentifier) {
41 int32_t iIndex = FindIndex(pszIdentifier);
    [all...]

Completed in 253 milliseconds