OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:make_move_iterator
(Results
1 - 22
of
22
) sorted by null
/external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/
make_move_iterator.pass.cpp
16
//
make_move_iterator
(const Iter& i);
28
assert(std::
make_move_iterator
(i) == r);
43
std::
make_move_iterator
(a+4);
44
std::
make_move_iterator
(a); // test for LWG issue 2061
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/
make_move_iterator.pass.cpp
16
//
make_move_iterator
(const Iter& i);
28
assert(std::
make_move_iterator
(i) == r);
43
std::
make_move_iterator
(a+4);
44
std::
make_move_iterator
(a); // test for LWG issue 2061
/external/llvm/lib/Target/Mips/
MipsAnalyzeImmediate.cpp
75
SeqLs.append(std::
make_move_iterator
(SeqLsORi.begin()),
76
std::
make_move_iterator
(SeqLsORi.end()));
/frameworks/base/tools/aapt2/link/
AutoVersioner.cpp
123
std::
make_move_iterator
(stripped.begin()),
124
std::
make_move_iterator
(stripped.end()));
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
355
std::
make_move_iterator
(Children.begin()),
356
std::
make_move_iterator
(Children.end()));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_iterator.h
1124
make_move_iterator
(_Iterator __i)
function
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_iterator.h
1124
make_move_iterator
(_Iterator __i)
function
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_iterator.h
1124
make_move_iterator
(_Iterator __i)
function
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_iterator.h
1141
make_move_iterator
(_Iterator __i)
function
[
all
...]
/external/clang/lib/Format/
UnwrappedLineParser.cpp
[
all
...]
/external/libcxx/include/
iterator
[
all
...]
vector
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
iterator
[
all
...]
vector
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
iterator
[
all
...]
vector
[
all
...]
/art/dex2oat/
dex2oat.cc
[
all
...]
/external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp
[
all
...]
/external/libcxx/www/
cxx1y_status.html
125
<tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2061">2061</a></td><td>
make_move_iterator
and arrays</td><td>Kona</td><td>Complete</td></tr>
[
all
...]
/art/runtime/
class_linker.cc
[
all
...]
/ndk/tests/device/test-libc++-shared-full/jni/
Android.mk
[
all
...]
/ndk/tests/device/test-libc++-static-full/jni/
Android.mk
[
all
...]
Completed in 2091 milliseconds