HomeSort by relevance Sort by last modified time
    Searched defs:FindIndex (Results 1 - 5 of 5) 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 313 return Iterator(this, FindIndex(element, hash));
318 return ConstIterator(this, FindIndex(element, hash));
414 // This value for not found is important so that Iterator(this, FindIndex(...)) == end().
416 size_t FindIndex(const K& element, size_t hash) const {
  /external/pdfium/core/src/fxcrt/
fx_basic_list.cpp 116 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 {

Completed in 276 milliseconds