Searched refs:find_last (Results 1 – 12 of 12) sorted by relevance
/third_party/boost/boost/algorithm/string/ |
D | find.hpp | 133 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/ |
D | UDTLayout.cpp | 62 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/ |
D | find_test.cpp | 72 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/ |
D | find_example.cpp | 46 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/ |
D | HashTable.cpp | 50 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/ |
D | HashTable.h | 162 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/ |
D | SparseBitVector.h | 135 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()
|
D | SmallBitVector.h | 237 int find_last() const { in find_last() function 244 return getPointer()->find_last(); in find_last()
|
D | BitVector.h | 335 int find_last() const { return find_last_in(0, Size); } in find_last() function
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfscluster.c | 456 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/ |
D | search.hpp | 166 inline Iter_t find_last(Iter_t first, Iter_t last, in find_last() function
|
/third_party/boost/doc/html/ |
D | doc_HTML.manifest | 643 boost/algorithm/find_last.html
|