Home
last modified time | relevance | path

Searched defs:iterator_type (Results 1 – 25 of 178) sorted by relevance

12345678

/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/traits/
Diterator_type.hpp94 struct iterator_type<VectorT, void> struct
96 typedef typename vector_traits<VectorT>::iterator type;
106 struct iterator_type<MatrixT,tag::major> struct
108 …tor_type_impl<MatrixT,tag::major,typename matrix_traits<MatrixT>::orientation_category>::type type;
118 struct iterator_type<MatrixT,tag::minor> struct
120 …tor_type_impl<MatrixT,tag::minor,typename matrix_traits<MatrixT>::orientation_category>::type type;
/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
62 … void annotate(AST& /* ast */, iterator_type /* first */, iterator_type /* last */, mpl::false_) in annotate() argument
/external/sdv/vsomeip/third_party/boost/numeric/odeint/test/
Dadaptive_iterator.cpp54 typedef adaptive_iterator< dummy_controlled_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
77 … typedef adaptive_iterator< dummy_dense_output_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
99 …boost::reference_wrapper< dummy_dense_output_stepper > , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
120 typedef adaptive_iterator< dummy_controlled_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
138 … typedef adaptive_iterator< dummy_dense_output_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
155 …boost::reference_wrapper< dummy_dense_output_stepper > , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
Dadaptive_time_iterator.cpp58 …pedef adaptive_time_iterator< dummy_controlled_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
69 …def adaptive_time_iterator< dummy_dense_output_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
79 …boost::reference_wrapper< dummy_dense_output_stepper > , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
91 …pedef adaptive_time_iterator< dummy_controlled_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
106 …def adaptive_time_iterator< dummy_dense_output_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
122 …boost::reference_wrapper< dummy_dense_output_stepper > , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
/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
94 void (asio::error_code, iterator_type)) in ASIO_INITFN_RESULT_TYPE() argument
117 void (asio::error_code, iterator_type)) in ASIO_INITFN_RESULT_TYPE() argument
/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
47 typedef multi_pass<base_iterator_type> iterator_type; in main() typedef
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/repository/home/qi/directive/
Dkwd.hpp631 typedef typename MakeDirectiveHelper::iterator_type iterator_type; typedef
699 typedef repository::qi::kwd_pass_iterator<int> iterator_type; typedef
795 typedef repository::qi::kwd_pass_iterator<int> iterator_type; typedef
819 typedef repository::qi::kwd_pass_iterator<int> iterator_type; typedef
842 typedef repository::qi::kwd_exact_iterator<T> iterator_type; typedef
902 typedef repository::qi::kwd_exact_iterator<T2> iterator_type; typedef
925 typedef repository::qi::kwd_exact_iterator<T2> iterator_type; typedef
949 typedef repository::qi::kwd_finite_iterator<T> iterator_type; typedef
1012 typedef repository::qi::kwd_finite_iterator<T2> iterator_type; typedef
1038 typedef repository::qi::kwd_finite_iterator<T2> iterator_type; 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
48 typedef typename Lexer::iterator_type iterator_type; in test_parser() typedef
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/calc7/
Dstatement.cpp13 typedef std::string::const_iterator iterator_type; typedef
Dexpression.cpp13 typedef std::string::const_iterator iterator_type; typedef
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/calc8/
Dstatement.cpp13 typedef std::string::const_iterator iterator_type; typedef
Dexpression.cpp13 typedef std::string::const_iterator iterator_type; typedef
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure1/
Dfunction.cpp13 typedef std::string::const_iterator iterator_type; typedef
Dexpression.cpp13 typedef std::string::const_iterator iterator_type; typedef
Dstatement.cpp13 typedef std::string::const_iterator iterator_type; typedef
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/mini_c/
Dstatement.cpp13 typedef std::string::const_iterator iterator_type; typedef
Dexpression.cpp13 typedef std::string::const_iterator iterator_type; typedef
Dfunction.cpp13 typedef std::string::const_iterator iterator_type; typedef
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/
Dstatement.cpp18 typedef lexer_type::iterator_type iterator_type; typedef
Dexpression.cpp18 typedef lexer_type::iterator_type iterator_type; typedef
Dfunction.cpp18 typedef lexer_type::iterator_type iterator_type; typedef
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/
Dstatement.cpp18 typedef lexer_type::iterator_type iterator_type; typedef
Dfunction.cpp18 typedef lexer_type::iterator_type iterator_type; typedef
Dexpression.cpp18 typedef lexer_type::iterator_type iterator_type; typedef
/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/calc7/
Dexpression.cpp11 typedef std::string::const_iterator iterator_type; typedef

12345678