Home
last modified time | relevance | path

Searched refs:iterator_type (Results 1 – 25 of 248) sorted by relevance

12345678910

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/ast/
Dposition_tagged.hpp30 typedef typename Container::value_type iterator_type; typedef in boost::spirit::x3::position_cache
33 iterator_type first in position_cache()
34 , iterator_type last) in position_cache()
38 boost::iterator_range<iterator_type>
42 boost::iterator_range<iterator_type>( in position_of()
52 , boost::iterator_range<iterator_type>
57 return boost::iterator_range<iterator_type>(); in position_of()
62 … void annotate(AST& /* ast */, iterator_type /* first */, iterator_type /* last */, mpl::false_) in annotate() argument
68 void annotate(position_tagged& ast, iterator_type first, iterator_type last, mpl::true_) in annotate()
77 void annotate(AST& ast, iterator_type first, iterator_type last) in annotate()
[all …]
/external/sdv/vsomeip/third_party/boost/numeric/odeint/test/
Dadaptive_time_iterator.cpp58 …pedef adaptive_time_iterator< dummy_controlled_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
60iterator_type iter1 = iterator_type( dummy_controlled_stepper() , empty_system() , x , 0.0 , 1.0 ,… in BOOST_AUTO_TEST_CASE()
61 iterator_type iter2 = iter1; in BOOST_AUTO_TEST_CASE()
69 …def adaptive_time_iterator< dummy_dense_output_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
71iterator_type iter1 = iterator_type( dummy_dense_output_stepper() , empty_system() , x , 0.0 , 1.0… in BOOST_AUTO_TEST_CASE()
72 iterator_type iter2 = iter1; in BOOST_AUTO_TEST_CASE()
79 …boost::reference_wrapper< dummy_dense_output_stepper > , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
82iterator_type iter1 = iterator_type( boost::ref( stepper ) , empty_system() , x , 0.0 , 1.0 , 0.1 … in BOOST_AUTO_TEST_CASE()
83 iterator_type iter2 = iter1; in BOOST_AUTO_TEST_CASE()
91 …pedef adaptive_time_iterator< dummy_controlled_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
[all …]
Dadaptive_iterator.cpp54 typedef adaptive_iterator< dummy_controlled_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
57 iterator_type iter1( dummy_controlled_stepper() , empty_system() , x ); in BOOST_AUTO_TEST_CASE()
58 iterator_type iter2( iter1 ); in BOOST_AUTO_TEST_CASE()
77 … typedef adaptive_iterator< dummy_dense_output_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
81 iterator_type iter1( dummy_dense_output_stepper() , empty_system() , x , 0.0 , 1.0 , 0.1 ); in BOOST_AUTO_TEST_CASE()
82 iterator_type iter2( iter1 ); in BOOST_AUTO_TEST_CASE()
99 …boost::reference_wrapper< dummy_dense_output_stepper > , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
103 iterator_type iter1( boost::ref( stepper ) , empty_system() , x , 0.0 , 0.9 , 0.1 ); in BOOST_AUTO_TEST_CASE()
104 iterator_type iter2( iter1 ); in BOOST_AUTO_TEST_CASE()
120 typedef adaptive_iterator< dummy_controlled_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
[all …]
Dn_step_iterator.cpp55 typedef n_step_iterator< Stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
57 iterator_type iter1 = iterator_type( Stepper() , empty_system() , x , 0.0 , 0.1 , 10 ); in BOOST_AUTO_TEST_CASE_TEMPLATE()
58 iterator_type iter2 = iter1; in BOOST_AUTO_TEST_CASE_TEMPLATE()
67 typedef n_step_iterator< Stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
69 iterator_type iter1 = iterator_type( Stepper() , empty_system() , x1 , 0.0 , 0.1 , 10 ); in BOOST_AUTO_TEST_CASE_TEMPLATE()
70 iterator_type iter2 = iterator_type( Stepper() , empty_system() , x2 , 0.0 , 0.2 , 10 ); in BOOST_AUTO_TEST_CASE_TEMPLATE()
Dconst_step_time_iterator.cpp57 typedef const_step_time_iterator< Stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
59 iterator_type iter1 = iterator_type( Stepper() , empty_system() , x , 0.0 , 1.0 , 0.1 ); in BOOST_AUTO_TEST_CASE_TEMPLATE()
60 iterator_type iter2 = iter1; in BOOST_AUTO_TEST_CASE_TEMPLATE()
68 typedef const_step_time_iterator< Stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
70 iterator_type iter1 = iterator_type( Stepper() , empty_system() , x1 , 0.0 , 1.0 , 0.1 ); in BOOST_AUTO_TEST_CASE_TEMPLATE()
71 iterator_type iter2 = iterator_type( Stepper() , empty_system() , x2 , 0.0 , 1.0 , 0.2 ); in BOOST_AUTO_TEST_CASE_TEMPLATE()
/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/adapted/mpl/
Dmpl_iterator.hpp29 typedef typename remove_const<Iterator_>::type iterator_type; typedef
32 struct value_of : mpl::deref<typename Iterator::iterator_type> {};
38 typename Iterator::iterator_type>::type
53 typename mpl::next<typename Iterator::iterator_type>::type>
68 typename mpl::prior<typename Iterator::iterator_type>::type>
83 typename mpl::advance<typename Iterator::iterator_type, N>::type>
97 typename I1::iterator_type
98 , typename I2::iterator_type>
102 typename I1::iterator_type
103 , typename I2::iterator_type
/external/sdv/vsomeip/third_party/boost/spirit/test/x3/
Dany_parser.cpp33 typedef char const* iterator_type; in main() typedef
42 any_parser<iterator_type> start = in main()
56 any_parser<iterator_type, unused_type, context_type> start = in main()
65 any_parser<iterator_type, unused_type, context_type> a = lit('a'); in main()
66 any_parser<iterator_type, unused_type, context_type> b = lit('b'); in main()
67 any_parser<iterator_type, unused_type, context_type> c = lit('c'); in main()
70 any_parser<iterator_type, unused_type, context_type> start = *(a | b) >> c; in main()
82 any_parser<iterator_type, char> a = alpha; in main()
106 any_parser<iterator_type, char> a = alpha; in main()
133 any_parser<iterator_type, std::string> r in main()
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/test/support/
Dregression_multi_pass_error_handler.cpp28 typedef multi_pass<base_iterator_type> iterator_type; in main() typedef
30 iterator_type first = make_default_multi_pass(base_iterator_type(iss)); in main()
31 iterator_type last = make_default_multi_pass(base_iterator_type()); in main()
35 qi::rule<iterator_type> r = qi::int_ > qi::int_; in main()
47 typedef multi_pass<base_iterator_type> iterator_type; in main() typedef
49 iterator_type first = make_default_multi_pass(base_iterator_type(iss)); in main()
50 iterator_type last = make_default_multi_pass(base_iterator_type()); in main()
54 qi::rule<iterator_type> r1 = qi::int_ > qi::int_; in main()
55 qi::rule<iterator_type> r2 = qi::int_ > qi::char_; in main()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/
Dtokenize_and_parse.hpp83 typename Lexer::iterator_type iter = lex.begin(first, last); in tokenize_and_parse()
100 typename Lexer::iterator_type iter = lex.begin(first, last); in tokenize_and_parse()
173 typename Lexer::iterator_type iter = lex.begin(first, last); in tokenize_and_phrase_parse()
174 typename Lexer::iterator_type end = lex.end(); in tokenize_and_phrase_parse()
203 typename Lexer::iterator_type iter = lex.begin(first, last); in tokenize_and_phrase_parse()
204 typename Lexer::iterator_type end = lex.end(); in tokenize_and_phrase_parse()
300 typedef typename Lexer::iterator_type iterator_type; in tokenize() typedef
302 iterator_type iter = lex.begin(first, last, initial_state); in tokenize()
303 iterator_type end = lex.end(); in tokenize()
318 typedef typename Lexer::iterator_type iterator_type; in tokenize() typedef
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/test/lex/
Dtest_parser.hpp27 typedef typename Lexer::iterator_type iterator_type; in test_parser() typedef
29 iterator_type iter = lex.begin(it_in, end_in); in test_parser()
30 iterator_type end = lex.end(); in test_parser()
48 typedef typename Lexer::iterator_type iterator_type; in test_parser() typedef
50 iterator_type iter = lex.begin(it_in, end_in); in test_parser()
51 iterator_type end = lex.end(); in test_parser()
/external/sdv/vsomeip/third_party/boost/spirit/test/qi/
Dregression_reorder.cpp42 typedef char const* iterator_type; in main() typedef
44 qi::rule<iterator_type, optional<double>(), space_type> u,v,w; in main()
45 qi::rule<iterator_type, uvw_reordered_type(), space_type> uvw; in main()
46 qi::rule<iterator_type, vwu_reordered_type(), space_type> vwu; in main()
57 iterator_type first = "1U 2V 3W"; in main()
58 iterator_type last = first + std::strlen(first); in main()
69 iterator_type first = "2V 3W 1U"; in main()
70 iterator_type last = first + std::strlen(first); in main()
/external/sdv/vsomeip/third_party/boost/move/include/boost/move/
Diterator.hpp47 typedef It iterator_type; typedef in boost::move_iterator
48 typedef typename boost::movelib::iterator_traits<iterator_type>::value_type value_type;
58 …typedef typename boost::movelib::iterator_traits<iterator_type>::difference_type difference_type;
59 …typedef typename boost::movelib::iterator_traits<iterator_type>::iterator_category iterator_catego…
89 BOOST_MOVE_FORCEINLINE move_iterator<iterator_type> operator++(int) in operator ++()
90 { move_iterator<iterator_type> tmp(*this); ++(*this); return tmp; } in operator ++()
95 BOOST_MOVE_FORCEINLINE move_iterator<iterator_type> operator--(int) in operator --()
96 { move_iterator<iterator_type> tmp(*this); --(*this); return tmp; } in operator --()
98 move_iterator<iterator_type> operator+ (difference_type n) const in operator +()
99 { return move_iterator<iterator_type>(m_it + n); } in operator +()
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/directive/
Drepeat.hpp204 >::type iterator_type; in generate() typedef
207 typename traits::make_indirect_iterator<iterator_type>::type in generate()
214 iterator_type it = traits::begin(attr); in generate()
215 iterator_type end = traits::end(attr); in generate()
304 typedef exact_iterator<T> iterator_type; typedef
308 , strict_repeat_generator<Subject, iterator_type>
309 , repeat_generator<Subject, iterator_type>
324 typedef finite_iterator<T> iterator_type; typedef
328 , strict_repeat_generator<Subject, iterator_type>
329 , repeat_generator<Subject, iterator_type>
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/ip/
Dresolver_service.hpp47 typedef basic_resolver_iterator<InternetProtocol> iterator_type; typedef in asio::ip::resolver_service
85 iterator_type resolve(implementation_type& impl, const query_type& query, in resolve()
94 void (asio::error_code, iterator_type)) in ASIO_INITFN_RESULT_TYPE() argument
99 ResolveHandler, void (asio::error_code, iterator_type)> init( in ASIO_INITFN_RESULT_TYPE()
108 iterator_type resolve(implementation_type& impl, in resolve()
117 void (asio::error_code, iterator_type)) in ASIO_INITFN_RESULT_TYPE() argument
122 ResolveHandler, void (asio::error_code, iterator_type)> init( in ASIO_INITFN_RESULT_TYPE()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dresolver_service.hpp45 typedef asio::ip::basic_resolver_iterator<Protocol> iterator_type; typedef in asio::detail::resolver_service
54 iterator_type resolve(implementation_type&, const query_type& query, in resolve()
63 return ec ? iterator_type() : iterator_type::create( in resolve()
86 iterator_type resolve(implementation_type&, in resolve()
95 return ec ? iterator_type() : iterator_type::create( in resolve()
/external/sdv/vsomeip/third_party/boost/config/test/
Dboost_no_std_iterator.ipp27 > iterator_type;
29 iterator_type::value_type v = 0;
30 iterator_type::difference_type d = 0;
31 iterator_type::pointer p = &v;
32 iterator_type::reference r = v;
33 iterator_type::iterator_category cat;
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure1/
Dmain.cpp55 typedef std::string::const_iterator iterator_type; in main() typedef
56 iterator_type iter = source_code.begin(); in main()
57 iterator_type end = source_code.end(); in main()
62 client::error_handler<iterator_type> in main()
64 client::parser::function<iterator_type> in main()
66 client::parser::skipper<iterator_type> in main()
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/mini_c/
Dmain.cpp55 typedef std::string::const_iterator iterator_type; in main() typedef
56 iterator_type iter = source_code.begin(); in main()
57 iterator_type end = source_code.end(); in main()
62 client::error_handler<iterator_type> in main()
64 client::parser::function<iterator_type> in main()
66 client::parser::skipper<iterator_type> in main()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/lexer/lexertl/
Dstatic_lexer.hpp111 , typename Iterator = typename Token::iterator_type
130 typedef iterator<Functor> iterator_type; typedef in boost::spirit::lex::lexertl::static_lexer
173 iterator_type begin(Iterator_& first, Iterator_ const& last in begin()
181 return iterator_type(iterator_data, first, last, initial_state); in begin()
186 iterator_type end() const in end()
188 return iterator_type(); in end()
263 , typename Iterator = typename Token::iterator_type
/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/
Ddate_parsing.hpp219 template<class date_type, class iterator_type>
222 from_stream_type(iterator_type& beg, in from_stream_type()
223 iterator_type const& end, in from_stream_type()
236 template<class date_type, class iterator_type>
239 from_stream_type(iterator_type& beg, in from_stream_type()
240 iterator_type const& /* end */, in from_stream_type()
252 template<class date_type, class iterator_type>
254 date_type from_stream_type(iterator_type& beg, in from_stream_type()
255 iterator_type const& end, in from_stream_type()
280 template<class date_type, class iterator_type>
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/repository/home/qi/directive/
Dkwd.hpp631 typedef typename MakeDirectiveHelper::iterator_type iterator_type; typedef
638 … repository::qi::kwd_parser<Subject, const_keyword, iterator_type, no_case, Distinct >,
639 repository::qi::complex_kwd_parser<Subject, const_keyword, iterator_type, Distinct >
699 typedef repository::qi::kwd_pass_iterator<int> iterator_type; typedef
706 … repository::qi::kwd_parser<Subject, const_keyword, iterator_type, no_case, Distinct >,
707 repository::qi::complex_kwd_parser<Subject, const_keyword, iterator_type, Distinct>
719 ,iterator_type() in create_kwd_string()
729 ,iterator_type() in create_kwd_string()
743 ,iterator_type() in create_kwd()
795 typedef repository::qi::kwd_pass_iterator<int> iterator_type; typedef
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/
Dmain.cpp60 typedef lexer_type::iterator_type iterator_type; in main() typedef
67 iterator_type iter = lexer.begin(first, last); in main()
68 iterator_type end = lexer.end(); in main()
73 client::error_handler<base_iterator_type, iterator_type> in main()
75 client::parser::function<iterator_type, lexer_type> in main()
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/
Dmain.cpp61 typedef lexer_type::iterator_type iterator_type; in main() typedef
68 iterator_type iter = lexer.begin(first, last); in main()
69 iterator_type end = lexer.end(); in main()
74 client::error_handler<base_iterator_type, iterator_type> in main()
76 client::parser::function<iterator_type, lexer_type> in main()
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/calc7/
Dmain.cpp51 typedef std::string::const_iterator iterator_type; in main() typedef
52 iterator_type iter = source.begin(); in main()
53 iterator_type end = source.end(); in main()
59 client::error_handler<iterator_type> in main()
61 client::parser::statement<iterator_type> in main()
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/calc8/
Dmain.cpp47 typedef std::string::const_iterator iterator_type; in main() typedef
48 iterator_type iter = source.begin(); in main()
49 iterator_type end = source.end(); in main()
55 client::error_handler<iterator_type> in main()
57 client::parser::statement<iterator_type> in main()

12345678910