OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rend
(Results
526 - 550
of
1115
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/llvm/lib/Support/Windows/
Signals.inc
272
std::find(FilesToRemove->rbegin(), FilesToRemove->
rend
(), Filename);
273
if (I != FilesToRemove->
rend
())
/external/llvm/lib/Target/ARM/
MLxExpansionPass.cpp
335
MachineBasicBlock::reverse_iterator MII = MBB.rbegin(), E = MBB.
rend
();
368
E = MBB.
rend
(); // May have changed if MI was the 1st instruction.
/external/openfst/src/include/fst/
string-weight.h
208
const L& Value() const { return iter_ == rest_.
rend
() ? first_ : *iter_; }
211
if (iter_ == rest_.
rend
()) fin_ = true;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
string-weight.h
200
const L& Value() const { return iter_ == rest_.
rend
() ? first_ : *iter_; }
203
if (iter_ == rest_.
rend
()) fin_ = true;
/external/stlport/stlport/stl/
_string_sum.h
107
const_reverse_iterator
rend
() const { return _M_get_storage().
rend
(); }
function in class:__bstr_sum
/external/stlport/stlport/stl/debug/
_list.h
170
reverse_iterator
rend
() { return reverse_iterator(begin()); }
function in class:list
173
const_reverse_iterator
rend
() const { return const_reverse_iterator(begin()); }
function in class:list
/external/stlport/test/unit/
map_test.cpp
211
CPPUNIT_ASSERT( ri != m.
rend
() );
220
CPPUNIT_ASSERT( rci != cm.
rend
() );
set_test.cpp
264
CPPUNIT_ASSERT( rit == tree.
rend
() );
272
CPPUNIT_ASSERT( rit == ctree.
rend
() );
/frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp
159
RelocData::iterator reloc_it,
rEnd
= reloc_sect->getRelocData()->end();
160
for (reloc_it = reloc_sect->getRelocData()->begin(); reloc_it !=
rEnd
;
/frameworks/compile/mclinker/lib/Object/
SectionMap.cpp
136
for (CONST_RIT rit = dotAssignments().rbegin(), rie = dotAssignments().
rend
();
149
for (RIT rit = dotAssignments().rbegin(), rie = dotAssignments().
rend
();
/ndk/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h
107
const_reverse_iterator
rend
() const { return _M_get_storage().
rend
(); }
function in class:__bstr_sum
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h
170
reverse_iterator
rend
() { return reverse_iterator(begin()); }
function in class:list
173
const_reverse_iterator
rend
() const { return const_reverse_iterator(begin()); }
function in class:list
/ndk/tests/device/test-gnustl-full/unit/
map_test.cpp
211
CPPUNIT_ASSERT( ri != m.
rend
() );
220
CPPUNIT_ASSERT( rci != cm.
rend
() );
set_test.cpp
264
CPPUNIT_ASSERT( rit == tree.
rend
() );
272
CPPUNIT_ASSERT( rit == ctree.
rend
() );
/ndk/tests/device/test-stlport/unit/
map_test.cpp
211
CPPUNIT_ASSERT( ri != m.
rend
() );
220
CPPUNIT_ASSERT( rci != cm.
rend
() );
set_test.cpp
264
CPPUNIT_ASSERT( rit == tree.
rend
() );
272
CPPUNIT_ASSERT( rit == ctree.
rend
() );
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/debug/
list
200
rend
()
204
rend
() const
vector
215
rend
()
219
rend
() const
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/profile/
list
222
rend
()
226
rend
() const
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
list
208
rend
() _GLIBCXX_NOEXCEPT
212
rend
() const _GLIBCXX_NOEXCEPT
map.h
167
rend
() _GLIBCXX_NOEXCEPT
171
rend
() const _GLIBCXX_NOEXCEPT
vector
240
rend
() _GLIBCXX_NOEXCEPT
244
rend
() const _GLIBCXX_NOEXCEPT
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/
list
233
rend
() _GLIBCXX_NOEXCEPT
237
rend
() const _GLIBCXX_NOEXCEPT
map.h
170
rend
() _GLIBCXX_NOEXCEPT
177
rend
() const _GLIBCXX_NOEXCEPT
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
list
208
rend
() _GLIBCXX_NOEXCEPT
212
rend
() const _GLIBCXX_NOEXCEPT
Completed in 1068 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>