HomeSort by relevance Sort by last modified time
    Searched defs:Iter (Results 1 - 25 of 209) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/test/SemaTemplate/
instantiate-overloaded-arrow.cpp 9 struct Iter {
15 (void)Iter()->x;
  /external/skia/src/core/
SkOSFile.h 80 class Iter {
82 Iter();
83 Iter(const char path[], const char suffix[] = nullptr);
84 ~Iter();
  /external/skqp/src/core/
SkOSFile.h 80 class Iter {
82 Iter();
83 Iter(const char path[], const char suffix[] = nullptr);
84 ~Iter();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.foreach/
for_each_n.pass.cpp 31 typedef input_iterator<int*> Iter;
37 Iter it = std::for_each_n(Iter(ia), 0, std::ref(f));
38 assert(it == Iter(ia));
44 Iter it = std::for_each_n(Iter(ia), s, std::ref(f));
46 assert(it == Iter(ia+s));
54 Iter it = std::for_each_n(Iter(ia), 1, std::ref(f));
56 assert(it == Iter(ia+1))
    [all...]
  /external/google-breakpad/src/testing/gtest/scripts/
gen_gtest_pred_impl.py 189 def Iter(n, format, sep=''):
197 Iter(3, 'v%s', sep=', ') returns 'v1, v2, v3'.
211 'vs' : Iter(n, 'v%s', sep=', '),
212 'vts' : Iter(n, '#v%s', sep=', '),
223 impl += Iter(n, """,
229 impl += Iter(n, """,
235 impl += Iter(n, """,
245 impl += Iter(n, """
250 impl += Iter(n, """
267 impl += Iter(n, """, \
    [all...]
  /external/googletest/googletest/scripts/
gen_gtest_pred_impl.py 189 def Iter(n, format, sep=''):
197 Iter(3, 'v%s', sep=', ') returns 'v1, v2, v3'.
211 'vs' : Iter(n, 'v%s', sep=', '),
212 'vts' : Iter(n, '#v%s', sep=', '),
223 impl += Iter(n, """,
229 impl += Iter(n, """,
235 impl += Iter(n, """,
245 impl += Iter(n, """
250 impl += Iter(n, """
267 impl += Iter(n, """, \
    [all...]
  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/
for_each_n.pass.cpp 46 typedef input_iterator<int*> Iter;
52 Iter it = std::for_each_n(Iter(ia), 0, std::ref(f));
53 assert(it == Iter(ia));
59 Iter it = std::for_each_n(Iter(ia), s, std::ref(f));
61 assert(it == Iter(ia+s));
69 Iter it = std::for_each_n(Iter(ia), 1, std::ref(f));
71 assert(it == Iter(ia+1))
    [all...]
  /external/libcxx/test/std/containers/associative/map/
compare.pass.cpp 31 typedef MapT::iterator Iter;
32 typedef std::pair<Iter, bool> IterBool;
38 Iter it = m_empty.find(Key(0));
  /external/libcxx/test/std/containers/unord/unord.map/
compare.pass.cpp 40 typedef MapT::iterator Iter;
42 Iter it = map.find(Key(0));
44 std::pair<Iter, bool> result = map.insert(std::make_pair(Key(0), 42));
  /external/llvm/lib/DebugInfo/PDB/Raw/
NameMap.cpp 172 auto Iter = Mapping.find(Name);
173 if (Iter == Mapping.end())
175 Value = Iter->second;
  /external/llvm/lib/Target/Mips/
MipsHazardSchedule.cpp 65 typedef MachineBasicBlock::iterator Iter;
95 static Iter getNextMachineInstr(Iter Position) {
96 Iter I = Position, E = Position->getParent()->end();
97 I = std::find_if_not(I, E, [](const Iter &Insn) { return Insn->isTransient(); });
115 for (Iter I = FI->begin(); I != FI->end(); ++I) {
  /external/protobuf/gtest/scripts/
gen_gtest_pred_impl.py 189 def Iter(n, format, sep=''):
197 Iter(3, 'v%s', sep=', ') returns 'v1, v2, v3'.
211 'vs' : Iter(n, 'v%s', sep=', '),
212 'vts' : Iter(n, '#v%s', sep=', '),
223 impl += Iter(n, """,
229 impl += Iter(n, """,
235 impl += Iter(n, """,
246 impl += Iter(n, """
251 impl += Iter(n, """
269 impl += Iter(n, """, \
    [all...]
  /external/skia/include/core/
SkRWBuffer.h 30 class SK_API Iter {
32 Iter(const SkROBuffer*);
33 Iter(const sk_sp<SkROBuffer>&);
  /external/skqp/include/core/
SkRWBuffer.h 30 class SK_API Iter {
32 Iter(const SkROBuffer*);
33 Iter(const sk_sp<SkROBuffer>&);
  /external/v8/testing/gtest/scripts/
gen_gtest_pred_impl.py 189 def Iter(n, format, sep=''):
197 Iter(3, 'v%s', sep=', ') returns 'v1, v2, v3'.
211 'vs' : Iter(n, 'v%s', sep=', '),
212 'vts' : Iter(n, '#v%s', sep=', '),
223 impl += Iter(n, """,
229 impl += Iter(n, """,
235 impl += Iter(n, """,
245 impl += Iter(n, """
250 impl += Iter(n, """
267 impl += Iter(n, """, \
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
gen_gtest_pred_impl.py 189 def Iter(n, format, sep=''):
197 Iter(3, 'v%s', sep=', ') returns 'v1, v2, v3'.
211 'vs' : Iter(n, 'v%s', sep=', '),
212 'vts' : Iter(n, '#v%s', sep=', '),
223 impl += Iter(n, """,
229 impl += Iter(n, """,
235 impl += Iter(n, """,
245 impl += Iter(n, """
250 impl += Iter(n, """
267 impl += Iter(n, """, \
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
BinaryItemStream.h 92 auto Iter =
94 size_t Idx = std::distance(ItemEndOffsets.begin(), Iter);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
BinaryItemStream.h 92 auto Iter =
94 size_t Idx = std::distance(ItemEndOffsets.begin(), Iter);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
BinaryItemStream.h 92 auto Iter =
94 size_t Idx = std::distance(ItemEndOffsets.begin(), Iter);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
BinaryItemStream.h 92 auto Iter =
94 size_t Idx = std::distance(ItemEndOffsets.begin(), Iter);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
BinaryItemStream.h 92 auto Iter =
94 size_t Idx = std::distance(ItemEndOffsets.begin(), Iter);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
BinaryItemStream.h 92 auto Iter =
94 size_t Idx = std::distance(ItemEndOffsets.begin(), Iter);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
BinaryItemStream.h 92 auto Iter =
94 size_t Idx = std::distance(ItemEndOffsets.begin(), Iter);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
BinaryItemStream.h 92 auto Iter =
94 size_t Idx = std::distance(ItemEndOffsets.begin(), Iter);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/
compare.pass.cpp 31 typedef MapT::iterator Iter;
32 typedef std::pair<Iter, bool> IterBool;
38 Iter it = m_empty.find(Key(0));

Completed in 632 milliseconds

1 2 3 4 5 6 7 8 9