Home
last modified time | relevance | path

Searched defs:accept (Results 1 – 25 of 132) sorted by relevance

123456

/third_party/boost/boost/metaparse/v1/
Daccept.hpp19 struct accept struct
21 typedef accept_tag tag;
25 type;
27 typedef Result result;
28 typedef Remaining remaining;
29 typedef Pos source_position;
/third_party/boost/boost/xpressive/detail/core/
Dpeeker.hpp117 mpl::false_ accept(Matcher const &) in accept() function
123 mpl::true_ accept(mark_begin_matcher const &) in accept() function
132 mpl::true_ accept(repeat_begin_matcher const &) in accept() function
139 mpl::true_ accept(assert_bol_matcher<Traits> const &) in accept() function
146 mpl::false_ accept(literal_matcher<Traits, ICase, mpl::false_> const &xpr) in accept() function
153 mpl::false_ accept(string_matcher<Traits, ICase> const &xpr) in accept() function
163 mpl::false_ accept(alternate_matcher<Alternates, Traits> const &xpr) in accept() function
171 mpl::false_ accept(attr_matcher<Matcher, Traits, ICase> const &xpr) in accept() function
178 mpl::false_ accept(optional_matcher<Xpr, Greedy> const &) in accept() function
185 mpl::false_ accept(optional_mark_matcher<Xpr, Greedy> const &) in accept() function
[all …]
Dlinker.hpp153 void accept(Matcher const &, void const *) in accept() function
159 void accept(mark_matcher<Traits, ICase> const &, void const *) in accept() function
165 void accept(action_matcher<Action> const &, void const *) in accept() function
171 void accept(predicate_matcher<Predicate> const &, void const *) in accept() function
176 void accept(repeat_begin_matcher const &, void const *next) in accept() function
182 void accept(repeat_end_matcher<Greedy> const &matcher, void const *) in accept() function
189 void accept(alternate_matcher<Alternates, Traits> const &matcher, void const *next) in accept() function
195 void accept(alternate_end_matcher const &matcher, void const *) in accept() function
202 void accept(optional_matcher<Xpr, Greedy> const &matcher, void const *next) in accept() function
209 void accept(optional_mark_matcher<Xpr, Greedy> const &matcher, void const *next) in accept() function
[all …]
/third_party/boost/boost/bind/
Dstorage.hpp44 template<class V> void accept(V & v) const in accept() function
58 template<class V> void accept(V &) const { } in accept() function
67 template<class V> void accept(V &) const { } in accept() function
82 template<class V> void accept(V & v) const in accept() function
99 template<class V> void accept(V & v) const in accept() function
113 template<class V> void accept(V & v) const in accept() function
131 template<class V> void accept(V & v) const in accept() function
148 template<class V> void accept(V & v) const in accept() function
162 template<class V> void accept(V & v) const in accept() function
180 template<class V> void accept(V & v) const in accept() function
[all …]
/third_party/icu/icu4c/source/i18n/
Dnumparse_symbols.cpp92 void IgnorablesMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in IgnorablesMatcher
105 void InfinityMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in InfinityMatcher
120 void MinusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in MinusSignMatcher
134 void NanMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in NanMatcher
151 void PaddingMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in PaddingMatcher
164 void PercentMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PercentMatcher
178 void PermilleMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PermilleMatcher
193 void PlusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PlusSignMatcher
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumparse_symbols.cpp92 void IgnorablesMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in IgnorablesMatcher
105 void InfinityMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in InfinityMatcher
120 void MinusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in MinusSignMatcher
134 void NanMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in NanMatcher
151 void PaddingMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in PaddingMatcher
164 void PercentMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PercentMatcher
178 void PermilleMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PermilleMatcher
193 void PlusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PlusSignMatcher
/third_party/node/deps/icu-small/source/i18n/
Dnumparse_symbols.cpp92 void IgnorablesMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in IgnorablesMatcher
105 void InfinityMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in InfinityMatcher
120 void MinusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in MinusSignMatcher
134 void NanMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in NanMatcher
151 void PaddingMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in PaddingMatcher
164 void PercentMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PercentMatcher
178 void PermilleMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PermilleMatcher
193 void PlusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PlusSignMatcher
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumparse_symbols.cpp87 void IgnorablesMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in IgnorablesMatcher
100 void InfinityMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in InfinityMatcher
115 void MinusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in MinusSignMatcher
129 void NanMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in NanMatcher
146 void PaddingMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in PaddingMatcher
159 void PercentMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PercentMatcher
173 void PermilleMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PermilleMatcher
188 void PlusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PlusSignMatcher
/third_party/boost/boost/asio/
Dbasic_socket_acceptor.hpp1255 void accept(basic_socket<Protocol1, Executor1>& peer, in accept() function in boost::asio::basic_socket_acceptor
1290 BOOST_ASIO_SYNC_OP_VOID accept( in accept() function in boost::asio::basic_socket_acceptor
1380 void accept(basic_socket<protocol_type, Executor1>& peer, in accept() function in boost::asio::basic_socket_acceptor
1418 BOOST_ASIO_SYNC_OP_VOID accept(basic_socket<protocol_type, Executor1>& peer, in accept() function in boost::asio::basic_socket_acceptor
1489 accept() in accept() function in boost::asio::basic_socket_acceptor
1525 accept(boost::system::error_code& ec) in accept() function in boost::asio::basic_socket_acceptor
1621 accept(const Executor1& ex, in accept() function in boost::asio::basic_socket_acceptor
1661 accept(ExecutionContext& context, in accept() function in boost::asio::basic_socket_acceptor
1704 accept(const Executor1& ex, boost::system::error_code& ec, in accept() function in boost::asio::basic_socket_acceptor
1747 accept(ExecutionContext& context, boost::system::error_code& ec, in accept() function in boost::asio::basic_socket_acceptor
[all …]
/third_party/boost/boost/beast/websocket/impl/
Daccept.hpp454 accept() in accept() function in boost::beast::websocket::stream
467 accept(error_code& ec) in accept() function in boost::beast::websocket::stream
481 accept(ConstBufferSequence const& buffers) in accept() function in boost::beast::websocket::stream
498 accept( in accept() function in boost::beast::websocket::stream
514 accept( in accept() function in boost::beast::websocket::stream
530 accept( in accept() function in boost::beast::websocket::stream
/third_party/boost/libs/msm/doc/HTML/examples/
DVisitor.cpp58 void accept(SomeVisitor&,int) const {} in accept() function
82 void accept(SomeVisitor& vis,int i) const in accept() function
95 void accept(SomeVisitor& vis,int i) const in accept() function
107 void accept(SomeVisitor& vis,int i) const in accept() function
120 void accept(SomeVisitor& vis,int i) const in accept() function
134 void accept(SomeVisitor& vis,int i) const in accept() function
144 void accept(SomeVisitor& vis,int i) const in accept() function
245 void accept(SomeVisitor& vis,int i) const in accept() function
/third_party/boost/libs/msm/doc/PDF/examples/
DVisitor.cpp58 void accept(SomeVisitor&,int) const {} in accept() function
82 void accept(SomeVisitor& vis,int i) const in accept() function
95 void accept(SomeVisitor& vis,int i) const in accept() function
107 void accept(SomeVisitor& vis,int i) const in accept() function
120 void accept(SomeVisitor& vis,int i) const in accept() function
134 void accept(SomeVisitor& vis,int i) const in accept() function
144 void accept(SomeVisitor& vis,int i) const in accept() function
245 void accept(SomeVisitor& vis,int i) const in accept() function
/third_party/musl/src/network/
Daccept.c4 int accept(int fd, struct sockaddr *restrict addr, socklen_t *restrict len) in accept() function
/third_party/boost/libs/python/test/numpy/
Ddtype.cpp14 np::dtype accept(T) { in accept() function
/third_party/boost/libs/coroutine2/example/
Dtree.h66 void accept( visitor & v) in accept() function
81 void accept( visitor & v) in accept() function
/third_party/flutter/skia/src/sksl/lex/
DNFA.cpp31 int accept = INVALID; in match() local
DNFA.h24 std::vector<int> accept; in addRegex() local
/third_party/boost/libs/metaparse/test/
Daccept.cpp34 BOOST_METAPARSE_TEST_CASE(accept) in BOOST_METAPARSE_TEST_CASE() argument
/third_party/skia/src/sksl/lex/
DNFA.cpp31 int accept = INVALID; in match() local
DNFA.h24 std::vector<int> accept; in addRegex() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dmemutil.cc50 size_t memspn(const char* s, size_t slen, const char* accept) { in memspn()
76 char* mempbrk(const char* s, size_t slen, const char* accept) { in mempbrk()
/third_party/boost/libs/coroutine/example/asymmetric/
Dtree.h68 void accept( visitor & v) in accept() function
83 void accept( visitor & v) in accept() function
/third_party/abseil-cpp/absl/strings/internal/
Dmemutil.cc50 size_t memspn(const char* s, size_t slen, const char* accept) { in memspn()
76 char* mempbrk(const char* s, size_t slen, const char* accept) { in mempbrk()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DPaddingMatcher.java30 protected void accept(StringSegment segment, ParsedNumber result) { in accept() method in PaddingMatcher
/third_party/boost/libs/beast/test/beast/websocket/
Dtest.hpp450 accept( in accept() function
461 accept(stream<NextLayer, deflateSupported>& ws, in accept() function
469 accept( in accept() function
681 accept(stream<NextLayer, deflateSupported>& ws) const in accept() function in boost::beast::websocket::websocket_test_suite::AsyncClient
694 accept( in accept() function in boost::beast::websocket::websocket_test_suite::AsyncClient
706 accept( in accept() function in boost::beast::websocket::websocket_test_suite::AsyncClient
984 accept( in accept() function
995 accept(stream<NextLayer, deflateSupported>& ws, in accept() function
1003 accept( in accept() function
1247 accept( in accept() function in boost::beast::websocket::test_async_api
[all …]

123456