OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:It2
(Results
1 - 8
of
8
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff/
test.pass.cpp
25
template <class It1, class
It2
>
27
test(It1 l,
It2
r, std::ptrdiff_t x)
30
const std::reverse_iterator<
It2
> r2(r);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
finder.hpp
401
input_iterator_type
It2
=Begin;
403
// Advance
It2
by N increments
404
for( Index=0; Index<N &&
It2
!=End; ++Index,++
It2
) {};
406
// Advance It,
It2
to the end
407
for(;
It2
!=End; ++It,++
It2
) {};
409
return result_type( It,
It2
);
578
ForwardIteratorT
It2
=It;
583
while(
It2
!=End && m_Pred(*It2) ) ++It2
[
all
...]
/external/llvm/include/llvm/ADT/
SmallVector.h
184
template<typename It1, typename
It2
>
185
static
It2
move(It1 I, It1 E,
It2
Dest) {
199
template<typename It1, typename
It2
>
200
static
It2
move_backward(It1 I, It1 E,
It2
Dest) {
212
template<typename It1, typename
It2
>
213
static void uninitialized_move(It1 I, It1 E,
It2
Dest) {
224
template<typename It1, typename
It2
>
225
static void uninitialized_copy(It1 I, It1 E,
It2
Dest)
[
all
...]
/art/runtime/mirror/
art_method.cc
170
typedef MappingTable::DexToPcIterator
It2
;
171
for (
It2
cur = table.DexToPcBegin(), end = table.DexToPcEnd(); cur != end; ++cur) {
201
typedef MappingTable::PcToDexIterator
It2
;
202
for (
It2
cur = table.PcToDexBegin(), end = table.PcToDexEnd(); cur != end; ++cur) {
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
for_each_selectors.h
222
template<typename It, typename
It2
, typename T>
229
It2
begin2_iterator;
235
inner_product_selector(It b1,
It2
b2)
/art/runtime/native/
dalvik_system_VMDebug.cc
280
typedef std::vector<gc::space::DiscontinuousSpace*>::const_iterator
It2
;
281
for (
It2
it = discontinuous_spaces.begin(), end = discontinuous_spaces.end(); it != end; ++it) {
/external/clang/include/clang/AST/
ASTVector.h
212
template<typename It1, typename
It2
>
213
static void uninitialized_copy(It1 I, It1 E,
It2
Dest) {
/art/runtime/gc/
heap.cc
[
all
...]
Completed in 95 milliseconds