Home
last modified time | relevance | path

Searched refs:find_last (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/algorithm/string/
Dfind.hpp133 find_last( in find_last() function
323 using algorithm::find_last;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp62 int Last = UsedBytes.find_last(); in tailPadding()
250 uint32_t Offset = UsedBytes.find_last() + 1; in initializeChildren()
264 LayoutSize = UsedBytes.find_last() + 1; in initializeChildren()
/third_party/boost/libs/algorithm/string/test/
Dfind_test.cpp72 nc_result=find_last( str1, string("abc") ); in find_test()
77 cv_result=find_last( const_cast<const string&>(str1), str2 ); in find_test()
87 ch_result=find_last( pch1, "abc" ); in find_test()
/third_party/boost/libs/algorithm/string/example/
Dfind_example.cpp46 iterator_range<char*> crange=find_last(text,"ll"); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DHashTable.cpp50 int ReqBits = Vec.find_last() + 1; in writeSparseBitVector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DHashTable.h162 int NumBitsP = Present.find_last() + 1; in calculateSerializedLength()
163 int NumBitsD = Deleted.find_last() + 1; in calculateSerializedLength()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSparseBitVector.h135 int find_last() const { in find_last() function
787 int find_last() const { in find_last() function
791 return (Last.index() * ElementSize) + Last.find_last(); in find_last()
DSmallBitVector.h237 int find_last() const { in find_last() function
244 return getPointer()->find_last(); in find_last()
DBitVector.h335 int find_last() const { return find_last_in(0, Size); } in find_last() function
/third_party/ntfs-3g/ntfsprogs/
Dntfscluster.c456 static int find_last(ntfs_inode *ino, ATTR_RECORD *attr, runlist_element *run, in find_last() function
554 result = cluster_find(vol, 0, LONG_MAX, (cluster_cb*)&find_last, &m); in main()
/third_party/boost/boost/sort/common/util/
Dsearch.hpp166 inline Iter_t find_last(Iter_t first, Iter_t last, in find_last() function
/third_party/boost/doc/html/
Ddoc_HTML.manifest643 boost/algorithm/find_last.html