Home
last modified time | relevance | path

Searched refs:iterators (Results 1 - 13 of 13) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
H A Dset-iterators.js62 var iterators = [s.keys(), s.values(), s[Symbol.iterator]()]; variable
67 iterators.forEach(function(element) {
79 iterators.forEach(function(element) {
90 iterators = [s.keys(), s.values(), s[Symbol.iterator]()];
95 iterators.forEach(function(element) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSTLExtras.h279 // bidirectional iterators for this to work.
290 /// An iterator adaptor that filters the elements of given inner iterators.
444 /// somewhere between them. The constraints of these iterators are:
545 // inner iterators have the same difference_type. It would fail if, for
556 std::tuple<Iters...> iterators;
560 return value_type(*std::get<Ns>(iterators)...); in deref()
564 decltype(iterators) tup_inc(std::index_sequence<Ns...>) const { in tup_inc()
565 return std::tuple<Iters...>(std::next(std::get<Ns>(iterators))...); in tup_inc()
569 decltype(iterators) tup_dec(std::index_sequence<Ns...>) const { in tup_dec()
570 return std::tuple<Iters...>(std::prev(std::get<Ns>(iterators)) in tup_dec()
717 std::tuple<Iters...> iterators; global() member in llvm::detail::zip_longest_iterator
[all...]
/third_party/json/include/nlohmann/detail/iterators/
H A Dinternal_iterator.hpp12 #include <nlohmann/detail/iterators/primitive_iterator.hpp>
H A Diter_impl.hpp15 #include <nlohmann/detail/iterators/internal_iterator.hpp>
16 #include <nlohmann/detail/iterators/primitive_iterator.hpp>
32 This class implements a both iterators (iterator and const_iterator) for the
37 **The library uses assertions to detect calls on uninitialized iterators.**
44 iterators in version 3.0.0 (see https://github.com/nlohmann/json/issues/593)
65 "basic_json iterator assumes array and object type iterators satisfy the LegacyBidirectionalIterator named requirement.");
69 /// The C++ Standard has never required user-defined iterators to derive from std::iterator.
72 /// Note that value_type is required to be non-const, even for constant iterators.
77 /// a type to represent differences between iterators
474 JSON_THROW(invalid_iterator::create(212, "cannot compare iterators o in operator ==()
[all...]
/third_party/python/Lib/test/test_email/
H A Dtorture_test.py18 from email.iterators import _structure
H A Dtest_email.py38 from email import iterators namespace
2081 iterators._structure(msg, sfp)
2099 iterators._structure(msg, sfp)
3023 'generator', 'header', 'iterators', 'message',
3414 iterators._structure(msg, sfp)
3529 it = iterators.body_line_iterator(msg)
3535 it = iterators.body_line_iterator(msg)
3544 it = iterators.typed_subpart_iterator(msg, 'text')
3561 it = iterators.typed_subpart_iterator(msg, 'text', 'plain')
/third_party/json/include/nlohmann/detail/input/
H A Dinput_adapters.hpp26 #include <nlohmann/detail/iterators/iterator_traits.hpp>
/third_party/json/include/nlohmann/
H A Djson.hpp45 #include <nlohmann/detail/iterators/internal_iterator.hpp>
46 #include <nlohmann/detail/iterators/iter_impl.hpp>
47 #include <nlohmann/detail/iterators/iteration_proxy.hpp>
48 #include <nlohmann/detail/iterators/json_reverse_iterator.hpp>
49 #include <nlohmann/detail/iterators/primitive_iterator.hpp>
211 /// a type to represent differences between iterators
1028 JSON_THROW(invalid_iterator::create(201, "iterators are not compatible", nullptr)); in basic_json()
1046 JSON_THROW(invalid_iterator::create(204, "iterators out of range", first.m_object)); in basic_json()
1115 JSON_THROW(invalid_iterator::create(206, detail::concat("cannot construct with iterators from ", first.m_object->type_name()), first.m_object)); in basic_json()
2492 JSON_THROW(invalid_iterator::create(203, "iterators d in erase()
[all...]
/third_party/json/include/nlohmann/detail/meta/
H A Dtype_traits.hpp16 #include <nlohmann/detail/iterators/iterator_traits.hpp>
/third_party/json/include/nlohmann/detail/conversions/
H A Dto_json.hpp20 #include <nlohmann/detail/iterators/iteration_proxy.hpp>
/third_party/python/Lib/email/
H A Dmessage.py969 from email.iterators import walk
/third_party/json/docs/docset/
H A DdocSet.sql182 INSERT INTO searchIndex(name, type, path) VALUES ('Iterators', 'Guide', 'features/iterators/index.html');
/third_party/json/single_include/nlohmann/
H A Djson.hpp3230 // #include <nlohmann/detail/iterators/iterator_traits.hpp>
4449 /// @brief exception indicating errors with iterators
5075 // #include <nlohmann/detail/iterators/iteration_proxy.hpp>
6093 // #include <nlohmann/detail/iterators/iterator_traits.hpp>
12607 // #include <nlohmann/detail/iterators/internal_iterator.hpp>
12620 // #include <nlohmann/detail/iterators/primitive_iterator.hpp>
12779 // #include <nlohmann/detail/iterators/iter_impl.hpp>
12795 // #include <nlohmann/detail/iterators/internal_iterator.hpp>
12797 // #include <nlohmann/detail/iterators/primitive_iterator.hpp>
12818 This class implements a both iterators (iterato
[all...]

Completed in 33 milliseconds