Home
last modified time | relevance | path

Searched defs:parse_token_t (Results 1 – 5 of 5) sorted by relevance

/dports/shells/fish/fish-3.3.1/src/
H A Dparse_tree.h24 struct parse_token_t { struct
25 enum parse_token_type_t type; // The type of the token as represented by the parser argument
44 return type == parse_token_type_t::string && has_dash_prefix; in is_dash_prefix_string() argument
50 constexpr parse_token_t(parse_token_type_t type) : type(type) {} in parse_token_t() function
/dports/devel/liborcus/liborcus-0.16.1/include/orcus/
H A Dsax_token_parser_thread.hpp27 enum class parse_token_t enum
H A Dyaml_parser_base.hpp46 enum class parse_token_t enum
H A Djson_parser_thread.hpp28 enum class parse_token_t enum
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/protocol/osc/
H A Dparse.h53 enum parse_token_t enum