Home
last modified time | relevance | path

Searched refs:get_position (Results 1 – 25 of 125) sorted by relevance

12345

/third_party/boost/libs/spirit/classic/test/
Dposition_iterator_tests.cpp121 BOOST_TEST(iter.get_position() == iter2.get_position()); in CheckIncrement()
122 BOOST_TEST(iter.get_position() == iter3.get_position()); in CheckIncrement()
130 BOOST_TEST(iter.get_position() == iter2.get_position()); in CheckIncrement()
131 BOOST_TEST(iter.get_position() == iter3.get_position()); in CheckIncrement()
150 BOOST_TEST(iter.get_position().line == 1); in CheckLineCounting()
152 BOOST_TEST(iter.get_position().line == 2); in CheckLineCounting()
158 BOOST_TEST(iter.get_position().line == 2); in CheckLineCounting()
161 BOOST_TEST(iter.get_position().line == 2); in CheckLineCounting()
163 BOOST_TEST(iter.get_position().line == 3); in CheckLineCounting()
169 BOOST_TEST(iter.get_position().line == 3); in CheckLineCounting()
[all …]
/third_party/json/include/nlohmann/detail/input/
Dparser.hpp96 sdp.parse_error(m_lexer.get_position(), in parse()
98 parse_error::create(101, m_lexer.get_position(), in parse()
125 sdp.parse_error(m_lexer.get_position(), in parse()
127 parse_error::create(101, m_lexer.get_position(), in parse()
162 return sax->parse_error(m_lexer.get_position(), in sax_parse()
164 parse_error::create(101, m_lexer.get_position(), in sax_parse()
209 return sax->parse_error(m_lexer.get_position(), in sax_parse_internal()
211 parse_error::create(101, m_lexer.get_position(), in sax_parse_internal()
222 return sax->parse_error(m_lexer.get_position(), in sax_parse_internal()
224 parse_error::create(101, m_lexer.get_position(), in sax_parse_internal()
[all …]
/third_party/boost/libs/metaparse/doc/
Dget_position.qbk1 [#get_position]
2 [section get_position]
7 struct get_position;
22 #include <boost/metaparse/get_position.hpp>
26 #include <boost/metaparse/get_position.hpp>
47 get_position<reject<sample_error, start>>::type
55 get_position<
63 std::is_same<start, get_position<returns_reject>::type>::type::value,
/third_party/boost/libs/metaparse/test/
Done_char_test.hpp42 using boost::metaparse::get_position; in BOOST_METAPARSE_TEST_CASE()
59 get_position<parse_first_char>::type in BOOST_METAPARSE_TEST_CASE()
74 get_position< in BOOST_METAPARSE_TEST_CASE()
86 get_position<apply_wrap2<iterate_c<oc, 3>, dos_multi_line_text, start> > in BOOST_METAPARSE_TEST_CASE()
96 get_position<apply_wrap2<iterate_c<oc, 2>, mac_multi_line_text, start> > in BOOST_METAPARSE_TEST_CASE()
Dfail_tag.cpp25 using boost::metaparse::get_position; in BOOST_METAPARSE_TEST_CASE()
39 BOOST_MPL_ASSERT((equal_to<start, get_position<failed_result>::type>)); in BOOST_METAPARSE_TEST_CASE()
Dreject.cpp37 using boost::metaparse::get_position; in BOOST_METAPARSE_TEST_CASE()
56 BOOST_MPL_ASSERT((is_same<start, get_position<reject<int, start> >::type>)); in BOOST_METAPARSE_TEST_CASE()
Dtransform_error.cpp20 using boost::metaparse::get_position;
34 struct apply : reject<new_message, get_position<E> > {};
Dreturn_.cpp35 using boost::metaparse::get_position; in BOOST_METAPARSE_TEST_CASE()
58 BOOST_MPL_ASSERT((equal_to<int3, get_position<acc>::type>)); in BOOST_METAPARSE_TEST_CASE()
Daccept.cpp40 using boost::metaparse::get_position; in BOOST_METAPARSE_TEST_CASE()
68 is_same<start, get_position<accept<int, s, start> >::type> in BOOST_METAPARSE_TEST_CASE()
Dlit.cpp30 using boost::metaparse::get_position; in BOOST_METAPARSE_TEST_CASE()
66 get_position<apply_wrap2<lit_h, str_hello, start> >::type in BOOST_METAPARSE_TEST_CASE()
/third_party/boost/boost/metaparse/v1/cpp98/impl/
Dskip_seq.hpp31 typename get_position<ParsingResult>::type
41 typename get_position<Result>::type
46 typename get_position<Result>::type
51 typename get_position<Result>::type
Dlater_result.hpp26 typename get_position<R2>::type,
27 typename get_position<R1>::type
/third_party/boost/boost/spirit/home/support/iterators/detail/
Dfixed_size_queue_policy.hpp58 if (!mp.queued_position.get_position().is_initialized()) in dereference()
59 mp.queued_position.get_position().set_queue(&mp.shared()->queued_elements); in dereference()
73 if (!mp.queued_position.get_position().is_initialized()) in increment()
74 mp.queued_position.get_position().set_queue(&mp.shared()->queued_elements); in increment()
/third_party/boost/libs/wave/test/testwave/
Dcollect_hooks_information.hpp158 strm << "00: " << repr(macrocall.get_position()) << ": " in expanding_function_like_macro()
170 strm << "[" << repr(macro.get_position()) << ": " in expanding_function_like_macro()
212 strm << "01: " << repr(macro.get_position()) << ": " in expanding_object_like_macro()
422 strm << "08: " << repr(macro.get_position()) << ": " in defined_macro()
459 strm << "09: " << repr(macro.get_position()) << ": " in undefined_macro()
487 strm << "10: " << repr(directive.get_position()) << ": " in found_directive()
524 strm << "11: " << repr(directive.get_position()) << ": " in evaluated_conditional_expression()
551 strm << "12: " << repr(token.get_position()) << ": >" in skipped_token()
824 strm << "20: " << repr(pragma_token.get_position()) << ": " in detected_pragma_once()
859 strm << "21: " << repr((*line.begin()).get_position()) << ": " in found_unknown_directive()
/third_party/boost/libs/wave/samples/cpp_tokens/
Dslex_token.hpp63 position_type const &get_position() const { return pos; } in get_position() function in boost::wave::cpplexer::slex_token
96 << ") at " << get_position().get_file() << " (" in print()
97 << std::setw(3) << std::right << get_position().get_line() << "/" in print()
98 << std::setw(2) << std::right << get_position().get_column() in print()
Dcpp_tokens.cpp127 << current_token.get_position().get_file() in main()
128 << "(" << current_token.get_position().get_line() << "): " in main()
136 << current_token.get_position().get_file() in main()
137 << "(" << current_token.get_position().get_line() << "): " in main()
/third_party/boost/libs/wave/samples/lexed_tokens/
Dlexed_tokens.cpp59 << ") at " << t.get_position().get_file() << " (" in operator <<()
60 << setw(3) << right << t.get_position().get_line() << "/" in operator <<()
61 << setw(2) << right << t.get_position().get_column() in operator <<()
120 current_position = (*it).get_position(); // for error reporting in main()
/third_party/boost/libs/wave/samples/real_positions/
Dreal_positions.cpp80 stream << " at: " << t.get_position().get_file() << " (" in operator <<()
81 << setw(3) << right << t.get_position().get_line() << "/" in operator <<()
82 << setw(2) << right << t.get_position().get_column() in operator <<()
153 current_position = (*first).get_position(); in main()
/third_party/boost/libs/wave/tool/
Dtrace_macro_expansion.hpp273 << macrocall.get_position() << ": "
292 << macrodef.get_position() << ": see macro definition: "
399 << macrocall.get_position() << ": "
410 << macrodef.get_position() << ": see macro definition: "
531 timer(token_type(T_INTLIT, "1", act_token.get_position()));
550 msg.c_str(), act_token.get_position());
563 error_directive, msg.c_str(), act_token.get_position());
607 typename ContextT::position_type pos = act_token.get_position();
870 act_token.get_position());
960 act_token.get_position());
[all …]
/third_party/boost/boost/wave/util/
Dinterpret_pragma.hpp114 msg.c_str(), act_token.get_position()); in interpret_pragma()
141 option_str.c_str(), act_token.get_position()); in interpret_pragma()
177 msg.c_str(), act_token.get_position()); in interpret_pragma()
192 msg.c_str(), act_token.get_position()); in interpret_pragma()
Dcpp_macromap.hpp436 name.get_value().c_str(), (*va_opt_it).get_position(), in add_macro()
623 pos = macro_def.macroname.get_position(); in get_macro()
783 curr_token.get_position()); in expand_tokensequence_worker()
839 (*first++).get_position()); in expand_tokensequence_worker()
923 (*next).get_position())); in collect_arguments()
948 (*next).get_position())); in collect_arguments()
973 argument->push_back(token_type(T_SPACE, " ", (*next).get_position())); in collect_arguments()
1163 position_type const &pos = (*cit).get_position(); in expand_replacement_list()
1182 position_type const &pos = (*cit).get_position(); in expand_replacement_list()
1290 position_type pos ((*arguments[i].begin()).get_position()); in expand_replacement_list()
[all …]
/third_party/boost/tools/quickbook/src/
Dinclude_paths.cpp35 detail::outerr(path.get_file(), path.get_position()) in check_path()
51 detail::outerr(path.get_file(), path.get_position()) in check_path()
70 detail::outerr(path.get_file(), path.get_position()) in check_path()
83 err = &detail::outerr(path.get_file(), path.get_position()); in check_path()
88 &detail::outwarn(path.get_file(), path.get_position()); in check_path()
106 detail::outerr(p.get_file(), p.get_position()) in check_xinclude_path()
/third_party/boost/boost/metaparse/v1/cpp11/impl/
Deval_later_result.hpp26 typename get_position<R2>::type,
27 typename get_position<R1>::type
/third_party/boost/boost/metaparse/v1/
Dbuild_parser.hpp38 get_position<typename P::template apply<S, start> >
41 get_position<typename P::template apply<S, start> >
Dfoldr_start_with_parser.hpp35 typename get_position<Rem>::type
60 typename get_position<Res>::type

12345