HomeSort by relevance Sort by last modified time
    Searched full:const_iterator (Results 876 - 900 of 3365) sorted by null

<<31323334353637383940>>

  /external/webkit/Source/WebKit2/UIProcess/
GeolocationPermissionRequestManagerProxy.cpp 42 PendingRequestMap::const_iterator it = m_pendingRequests.begin();
43 PendingRequestMap::const_iterator end = m_pendingRequests.end();
  /external/webkit/Source/WebKit2/UIProcess/Plugins/qt/
PluginInfoStoreQt.cpp 48 Vector<String>::const_iterator end = pluginPaths.end();
49 for (Vector<String>::const_iterator it = pluginPaths.begin(); it != end; ++it) {
  /external/webkit/Tools/TestWebKitAPI/
TestsController.cpp 48 std::map<std::string, CreateTestFunction>::const_iterator it = m_createTestFunctions.begin();
49 std::map<std::string, CreateTestFunction>::const_iterator end = m_createTestFunctions.end();
  /frameworks/compile/mclinker/lib/MC/
AttributeSet.cpp 39 const_iterator cur = m_AttrSet.begin();
40 const_iterator aEnd = m_AttrSet.end();
  /ndk/sources/cxx-stl/llvm-libc++/include/
initializer_list 30 typedef const E* const_iterator;
76 typedef const _Ep* const_iterator;
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/forwardlist/forwardlist.cons/
assign_init.pass.cpp 28 for (C::const_iterator i = c.cbegin(); i != c.cend(); ++i, ++n)
39 for (C::const_iterator i = c.cbegin(); i != c.cend(); ++i, ++n)
assign_op_init.pass.cpp 28 for (C::const_iterator i = c.cbegin(); i != c.cend(); ++i, ++n)
39 for (C::const_iterator i = c.cbegin(); i != c.cend(); ++i, ++n)
assign_range.pass.cpp 32 for (C::const_iterator i = c.cbegin(); i != c.cend(); ++i, ++n)
45 for (C::const_iterator i = c.cbegin(); i != c.cend(); ++i, ++n)
assign_size_value.pass.cpp 27 for (C::const_iterator i = c.cbegin(); i != c.cend(); ++i, ++n)
38 for (C::const_iterator i = c.cbegin(); i != c.cend(); ++i, ++n)
copy.pass.cpp 30 for (C::const_iterator i = c.begin(), e = c.end(); i != e; ++i, ++n)
45 for (C::const_iterator i = c.begin(), e = c.end(); i != e; ++i, ++n)
copy_alloc.pass.cpp 30 for (C::const_iterator i = c.begin(), e = c.end(); i != e; ++i, ++n)
44 for (C::const_iterator i = c.begin(), e = c.end(); i != e; ++i, ++n)
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/forwardlist/forwardlist.ops/
splice_after_flist.pass.cpp 12 // void splice_after(const_iterator p, forward_list&& x);
28 C::const_iterator i = c.begin();
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/list/list.cons/
size_type.pass.cpp 25 std::list<int>::const_iterator i = l.begin();
36 std::list<int>::const_iterator i = l.begin();
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/list/list.modifiers/
erase_iter.pass.cpp 12 // iterator erase(const_iterator position);
21 std::list<int>::const_iterator i = l1.begin();
erase_iter_iter.pass.cpp 12 // iterator erase(const_iterator first, const_iterator last);
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector/vector.modifiers/
erase_iter.pass.cpp 12 // iterator erase(const_iterator position);
21 std::vector<int>::const_iterator i = l1.begin();
erase_iter_iter.pass.cpp 12 // iterator erase(const_iterator first, const_iterator last);
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector.bool/
erase_iter.pass.cpp 13 // iterator erase(const_iterator position);
22 std::vector<bool>::const_iterator i = l1.begin();
erase_iter_iter.pass.cpp 13 // iterator erase(const_iterator first, const_iterator last);
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.map/unorder.map.modifiers/
emplace_hint.pass.cpp 17 // iterator emplace_hint(const_iterator p, Args&&... args);
31 C::const_iterator e = c.end();
insert_hint_const_lvalue.pass.cpp 16 // iterator insert(const_iterator p, const value_type& x);
28 C::const_iterator e = c.end();
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multimap/unord.multimap.modifiers/
emplace_hint.pass.cpp 17 // iterator emplace_hint(const_iterator p, Args&&... args);
31 C::const_iterator e = c.end();
insert_hint_const_lvalue.pass.cpp 16 // iterator insert(const_iterator p, const value_type& x);
28 C::const_iterator e = c.end();
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.regex/re.regex.assign/
assign_iter_iter_flag.pass.cpp 26 typedef input_iterator<std::string::const_iterator> I;
27 typedef forward_iterator<std::string::const_iterator> F;
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.modifiers/string_insert/
iter_char.pass.cpp 12 // iterator insert(const_iterator p, charT c);
20 test(S& s, typename S::const_iterator p, typename S::value_type c, S expected)

Completed in 3000 milliseconds

<<31323334353637383940>>