Home
last modified time | relevance | path

Searched refs:get_message (Results 1 – 25 of 36) sorted by relevance

12

/third_party/boost/libs/metaparse/doc/
Dget_message.qbk1 [#get_message]
2 [section get_message]
7 struct get_message;
22 #include <boost/metaparse/get_message.hpp>
26 #include <boost/metaparse/get_message.hpp>
45 get_message<reject<sample_error, start>>::type
51 std::is_same<sample_error, get_message<returns_reject>::type>::type::value,
Dtransform_error_message.qbk36 `reject<f::apply<get_message<p::apply<s, pos>>::type>, get_position<p::apply<s, pos>>>`
50 #include <boost/metaparse/get_message.hpp>
93 get_message<
Dreject.qbk48 * [link get_message `get_message`]
Dfail.qbk39 #include <boost/metaparse/get_message.hpp>
55 get_message<fail_p::apply<BOOST_METAPARSE_STRING("foo"), start>>::type,
DBOOST_METAPARSE_DEFINE_ERROR.qbk51 #include <boost/metaparse/get_message.hpp>
68 get_message<name_age::apply<BOOST_METAPARSE_STRING("Joe "), start>>::type
Dentire_input.qbk46 #include <boost/metaparse/get_message.hpp>
64 get_message<
Dchange_error_message.qbk48 #include <boost/metaparse/get_message.hpp>
79 get_message<
Dexcept.qbk52 #include <boost/metaparse/get_message.hpp>
77 get_message<except_int::apply<BOOST_METAPARSE_STRING("13"), start>>::type
Dtransform_error.qbk49 #include <boost/metaparse/get_message.hpp>
92 get_message<
/third_party/mindspore/mindspore/_extends/remote/
Dkernel_build_server_ascend.py77 tune_mode = self.get_message()
82 json = self.get_message()
87 json = self.get_message()
94 if self.get_message() != 'CONTINUE':
98 if self.get_message() != 'CONTINUE':
102 if self.get_message() != 'CONTINUE':
118 arg = self.get_message()
125 json = self.get_message()
129 json = self.get_message()
Dkernel_build_server.py36 def get_message(self): member in Messager
150 process_num_str = messager.get_message()
152 wait_time_str = messager.get_message()
157 self.attrs = messager.get_message()
162 req = messager.get_message()
Dkernel_build_server_gpu.py37 arg = self.get_message()
/third_party/boost/libs/metaparse/test/
Dfail_tag.cpp24 using boost::metaparse::get_message; in BOOST_METAPARSE_TEST_CASE()
36 BOOST_MPL_ASSERT((is_same<test_failure, get_message<failed_result>::type>)); in BOOST_METAPARSE_TEST_CASE()
Dreject.cpp36 using boost::metaparse::get_message; in BOOST_METAPARSE_TEST_CASE()
53 BOOST_MPL_ASSERT((is_same<int, get_message<reject<int, start> >::type>)); in BOOST_METAPARSE_TEST_CASE()
Dentire_input.cpp30 using boost::metaparse::get_message; in BOOST_METAPARSE_TEST_CASE()
51 get_message< in BOOST_METAPARSE_TEST_CASE()
Ddigit.cpp30 using boost::metaparse::get_message; in BOOST_METAPARSE_TEST_CASE()
52 is_same<digit_expected, get_message<apply_wrap2<digit, str_, start> >::type> in BOOST_METAPARSE_TEST_CASE()
Dlit.cpp31 using boost::metaparse::get_message; in BOOST_METAPARSE_TEST_CASE()
55 get_message<apply_wrap2<lit_h, str_, start> >::type in BOOST_METAPARSE_TEST_CASE()
Dlit_c.cpp31 using boost::metaparse::get_message; in BOOST_METAPARSE_TEST_CASE()
55 get_message<apply_wrap2<lit_c_h, str_, start> >::type in BOOST_METAPARSE_TEST_CASE()
Dmiddle_of.cpp30 using boost::metaparse::get_message; in BOOST_METAPARSE_TEST_CASE()
69 get_message< in BOOST_METAPARSE_TEST_CASE()
/third_party/cef/libcef_dll/ctocpp/
Dv8exception_ctocpp.cc21 if (CEF_MEMBER_MISSING(_struct, get_message)) in GetMessage()
27 cef_string_userfree_t _retval = _struct->get_message(_struct); in GetMessage()
/third_party/boost/boost/metaparse/
Dget_message.hpp15 using v1::get_message;
/third_party/boost/boost/metaparse/v1/fwd/
Dget_message.hpp19 struct get_message;
/third_party/boost/boost/metaparse/v1/
Dget_message.hpp21 struct get_message : get_message_impl<typename T::type::tag>::template apply<typename T::type> struct
Dtransform_error_message.hpp28 typename F::template apply<typename get_message<R>::type>::type,
Dbuild_parser.hpp43 typename get_message<typename P::template apply<S, start> >::type

12