Home
last modified time | relevance | path

Searched refs:token_ (Results 1 – 25 of 44) sorted by relevance

12

/third_party/boost/boost/spirit/home/support/detail/lexer/parser/tokeniser/
Dre_tokeniser.hpp36 static void next (state &state_, token_map &map_, num_token &token_) in next() argument
41 token_.min_max (0, false, 0); in next()
63 token_.set (num_token::END, null_token); in next()
70 escape (state_, map_, token_); in next()
76 create_charset_token (string (1, ch_), false, map_, token_); in next()
85 token_.set (num_token::OPENPAREN, null_token); in next()
101 token_.set (num_token::CLOSEPAREN, null_token); in next()
112 token_.set (num_token::AOPT, null_token); in next()
117 token_.set (num_token::OPT, null_token); in next()
124 token_.set (num_token::AZEROORMORE, null_token); in next()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_sample_token.cc27 current_ = current_->Next(*token_); in operator ++()
41 (lhs.current_ == nullptr || lhs.token_ == rhs.token_); in operator ==()
60 : token_(token), current_(CordzInfo::Head(*token)) {} in Iterator()
Dcordz_sample_token.h81 const CordzSampleToken* token_ = nullptr; variable
/third_party/boost/boost/spirit/home/support/detail/lexer/parser/
Dparser.hpp430 static void repeatn (const bool greedy_, const token &token_, in repeatn() argument
439 if (!(token_._min == 1 && !token_._comma)) in repeatn()
441 const std::size_t top_ = token_._min > 0 ? in repeatn()
442 token_._min : token_._max; in repeatn()
444 if (token_._min == 0) in repeatn()
461 if (token_._comma && token_._min > 0) in repeatn()
463 if (token_._min > 1) in repeatn()
472 if (token_._comma && token_._max) in repeatn()
480 const std::size_t count_ = token_._max - token_._min; in repeatn()
/third_party/boost/boost/spirit/home/support/detail/lexer/parser/tree/
Dleaf_node.hpp22 leaf_node (const std::size_t token_, const bool greedy_) : in leaf_node() argument
23 node (token_ == null_token), in leaf_node()
24 _token (token_), in leaf_node()
/third_party/boost/boost/asio/experimental/
Das_single.hpp54 : token_(BOOST_ASIO_MOVE_CAST(CompletionToken)(token)) in as_single_t()
62 : token_(BOOST_ASIO_MOVE_CAST(T)(completion_token)) in as_single_t()
116 CompletionToken token_; member in boost::asio::experimental::as_single_t
/third_party/boost/libs/asio/include/boost/asio/experimental/
Das_single.hpp54 : token_(BOOST_ASIO_MOVE_CAST(CompletionToken)(token)) in as_single_t()
62 : token_(BOOST_ASIO_MOVE_CAST(T)(completion_token)) in as_single_t()
116 CompletionToken token_; member in boost::asio::experimental::as_single_t
/third_party/boost/libs/asio/example/cpp11/timeouts/
Dblocking_token_tcp_client.cpp65 : token_(token) in completion_handler_type()
77 close_after token_; member in boost::asio::async_result::completion_handler_type
85 : timeout_(h.token_.timeout_), in async_result()
86 socket_(h.token_.socket_) in async_result()
/third_party/boost/doc/html/boost_asio/example/cpp11/timeouts/
Dblocking_token_tcp_client.cpp65 : token_(token) in completion_handler_type()
77 close_after token_; member in boost::asio::async_result::completion_handler_type
85 : timeout_(h.token_.timeout_), in async_result()
86 socket_(h.token_.socket_) in async_result()
/third_party/boost/doc/html/boost_asio/example/cpp03/timeouts/
Dblocking_token_tcp_client.cpp65 : token_(token) in completion_handler_type()
77 close_after token_; member in boost::asio::async_result::completion_handler_type
85 : timeout_(h.token_.timeout_), in async_result()
86 socket_(h.token_.socket_) in async_result()
/third_party/boost/libs/asio/example/cpp03/timeouts/
Dblocking_token_tcp_client.cpp65 : token_(token) in completion_handler_type()
77 close_after token_; member in boost::asio::async_result::completion_handler_type
85 : timeout_(h.token_.timeout_), in async_result()
86 socket_(h.token_.socket_) in async_result()
/third_party/node/src/
Dnode_http_common-inl.h122 uint8_t flags) : env_(env), token_(token), flags_(flags) { in NgHeader()
136 token_(other.token_), in NgHeader()
138 other.token_ = -1; in NgHeader()
155 const char* header_name = T::ToHttpHeaderName(token_); in GetName()
/third_party/boost/libs/asio/include/boost/asio/
Dredirect_error.hpp41 : token_(BOOST_ASIO_MOVE_CAST(T)(completion_token)), in redirect_error_t()
47 CompletionToken token_; member in boost::asio::redirect_error_t
/third_party/boost/boost/asio/
Dredirect_error.hpp41 : token_(BOOST_ASIO_MOVE_CAST(T)(completion_token)), in redirect_error_t()
47 CompletionToken token_; member in boost::asio::redirect_error_t
/third_party/boost/boost/spirit/home/support/detail/lexer/
Dgenerator.hpp543 static void fill_lookup (const string_token &token_, in fill_lookup() argument
546 const CharT *curr_ = token_._charset.c_str (); in fill_lookup()
547 const CharT *chars_end_ = curr_ + token_._charset.size (); in fill_lookup()
552 if (token_._negated) in fill_lookup()
679 const std::size_t token_ = node_->token (); in fill_rhs_list() local
681 if (token_ != null_token) in fill_rhs_list()
685 if (token_ == bol_token || token_ == eol_token) in fill_rhs_list()
689 index_set_.insert (token_); in fill_rhs_list()
691 node_->greedy (), token_, node_->followpos ()); in fill_rhs_list()
695 list_->back () = new equivset (set_mapping_[token_], in fill_rhs_list()
[all …]
/third_party/flatbuffers/src/
Didl_parser.cpp340 token_ = c; in Next()
344 token_ = kTokenEof; in Next()
474 token_ = kTokenStringConstant; in Next()
506 token_ = kTokenIdentifier; in Next()
560 token_ = dot_lvl ? kTokenIntegerConstant : kTokenFloatConstant; in Next()
576 bool Parser::Is(int t) const { return t == token_; } in Is()
579 return token_ == kTokenIdentifier && attribute_ == id; in IsIdent()
584 if (t != token_) { in Expect()
586 " instead got: " + TokenToStringId(token_)); in Expect()
638 if (token_ == kTokenIdentifier) { in ParseType()
[all …]
/third_party/boost/boost/spirit/home/support/detail/lexer/partition/
Dcharset.hpp32 basic_charset (const token &token_, const std::size_t index_) : in basic_charset()
33 _token (token_) in basic_charset()
/third_party/boost/libs/asio/include/boost/asio/impl/
Dredirect_error.hpp45 handler_(BOOST_ASIO_MOVE_CAST(CompletionToken)(e.token_)) in redirect_error_handler()
321 token.token_, BOOST_ASIO_MOVE_CAST(Args)(args)...); in initiate()
335 token.token_); in initiate()
350 token.token_, BOOST_ASIO_VARIADIC_MOVE_ARGS(n)); \
/third_party/boost/boost/asio/impl/
Dredirect_error.hpp45 handler_(BOOST_ASIO_MOVE_CAST(CompletionToken)(e.token_)) in redirect_error_handler()
321 token.token_, BOOST_ASIO_MOVE_CAST(Args)(args)...); in initiate()
335 token.token_); in initiate()
350 token.token_, BOOST_ASIO_VARIADIC_MOVE_ARGS(n)); \
/third_party/boost/boost/wave/util/
Dmacro_definition.hpp57 macro_definition(TokenT const &token_, bool has_parameters, in macro_definition()
59 : macroname(token_), uid(uid_), is_functionlike(has_parameters), in macro_definition()
/third_party/grpc/src/core/lib/security/credentials/external/
Daws_request_signer.cc72 token_(std::move(token)), in AwsRequestSigner()
140 if (!token_.empty()) { in GetSignedRequestHeaders()
141 request_headers_.insert({"x-amz-security-token", token_}); in GetSignedRequestHeaders()
Daws_request_signer.h59 std::string token_; variable
/third_party/boost/boost/asio/experimental/impl/
Das_single.hpp47 : handler_(BOOST_ASIO_MOVE_CAST(CompletionToken)(e.token_)) in as_single_handler()
205 token.token_, BOOST_ASIO_MOVE_CAST(Args)(args)...); in initiate()
/third_party/boost/libs/asio/include/boost/asio/experimental/impl/
Das_single.hpp47 : handler_(BOOST_ASIO_MOVE_CAST(CompletionToken)(e.token_)) in as_single_handler()
205 token.token_, BOOST_ASIO_MOVE_CAST(Args)(args)...); in initiate()
/third_party/cef/patch/patches/
Dbase_sandbox_2743.patch91 return token_ == other.token_;

12