Home
last modified time | relevance | path

Searched defs:token_t (Results 1 – 25 of 249) sorted by relevance

12345678910

/dports/emulators/mess/mame-mame0226/src/lib/netlist/plib/
H A Dptokenizer.h59 struct token_t struct
61 explicit token_t(token_type type) in token_t() function
65 token_t(token_type type, const pstring &str) in token_t() function
69 token_t(const token_id_t &id) in token_t() function
73 token_t(const token_id_t &id, const pstring &str) in token_t() function
85 bool is_type(const token_type type) const noexcept { return m_type == type; } in is_type() argument
87 token_type type() const noexcept { return m_type; } in type() argument
97 class token_store : public std::vector<token_t> argument
123 using token_t = detail::token_t; variable
/dports/emulators/mame/mame-mame0226/src/lib/netlist/plib/
H A Dptokenizer.h59 struct token_t struct
61 explicit token_t(token_type type) in token_t() function
65 token_t(token_type type, const pstring &str) in token_t() argument
69 token_t(const token_id_t &id) in token_t() function
73 token_t(const token_id_t &id, const pstring &str) in token_t() argument
85 bool is_type(const token_type type) const noexcept { return m_type == type; } in is_type() argument
87 token_type type() const noexcept { return m_type; } in type() argument
97 class token_store : public std::vector<token_t> argument
123 using token_t = detail::token_t; variable
/dports/graphics/swftools/swftools-0.9.2/src/
H A Dparser.h35 struct token_t { struct
43 extern struct token_t* generateTokens(char*filename); argument
/dports/finance/ledger/ledger-3.2.1/src/
H A Dtoken.h49 struct expr_t::token_t : public noncopyable struct
51 enum kind_t {
103 explicit token_t() : kind(UNKNOWN), length(0) { in token_t() argument
106 ~token_t() throw() { in throw() argument
133 std::ostream& operator<<(std::ostream& out, const expr_t::token_t::kind_t& kind); argument
H A Dquery.h72 struct token_t struct
74 enum kind_t {
107 explicit token_t(kind_t _kind = UNKNOWN, argument
110 TRACE_CTOR(query_t::lexer_t::token_t, ""); in kind() argument
112 token_t(const token_t& tok) in token_t() function
116 ~token_t() throw() { in throw() argument
132 string to_string() const { in to_string()
158 string symbol() const { in symbol()
H A Dtimes.cc331 struct token_t struct in ledger::date_parser_t::lexer_t
333 enum kind_t {
381 } kind;
390 optional<content_t> value;
392 explicit token_t(kind_t _kind = UNKNOWN, in token_t() argument
398 token_t(const token_t& tok) in token_t() function
402 ~token_t() throw() { in ~token_t()
406 token_t& operator=(const token_t& tok) { in operator =()
414 operator bool() const { in operator bool()
418 string to_string() const { in to_string()
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vgui/
H A Dvgui_viewer2D_tableau.h76 struct token_t struct
82 token_t() : scaleX(1.0f), scaleY(1.0f), offsetX(0.0f), offsetY(0.0f) { } in token_t() argument
H A Dvgui_viewer3D_tableau.h65 struct token_t struct
71 token_t() { in token_t() function
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/ctl/
H A DCtlSwitchedPort.h43 typedef struct token_t struct
47 } token_t; typedef
/dports/games/odamex/odamex-src-0.7.0/server/src/
H A Dsv_sqpold.cpp83 struct token_t struct
91 static std::vector<token_t> connect_tokens; argument
/dports/devel/arduino-avrdude/avrdude-6.3/
H A Dconfig.h42 typedef struct token_t { struct
46 typedef struct token_t *token_p; argument
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/avrdude/
H A Dconfig.h42 typedef struct token_t { struct
46 typedef struct token_t *token_p; argument
/dports/devel/avrdude/avrdude-6.4/
H A Dconfig.h42 typedef struct token_t { struct
46 typedef struct token_t *token_p; argument
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dcalculator.c50 typedef struct token_t struct
52 token_types_t type; argument
54 } token_t; typedef
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dcalculator.c50 typedef struct token_t struct
52 token_types_t type; argument
54 } token_t; argument
/dports/textproc/bibclean/bibclean-3.06/
H A Dtoklst.h5 #define token_t Token_t /* avoid conflict with type in /usr/include/bsm/audit.h */ macro
30 } token_t; typedef
32 typedef int token_t; typedef
/dports/cad/yosys/yosys-yosys-0.12/frontends/liberty/
H A Dliberty.cc26 struct token_t { struct
29 token_t (char t) : type(t) { } in token_t() function
30 token_t (char t, RTLIL::SigSpec s) : type(t), sig(s) { } in token_t() argument
/dports/net/wireshark-lite/wireshark-3.6.1/
H A Dtext2pcap.h26 } token_t; typedef
/dports/net/wireshark/wireshark-3.6.1/
H A Dtext2pcap.h26 } token_t; typedef
/dports/net/tshark-lite/wireshark-3.6.1/
H A Dtext2pcap.h26 } token_t; typedef
/dports/net/tshark/wireshark-3.6.1/
H A Dtext2pcap.h26 } token_t; typedef
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/experimental/testing/v1/
H A Dall.hpp476 class token_t final class in so_5::experimental::testing::v1::details::abstract_scenario_step_t
494 token_t() noexcept in token_t() function in so_5::experimental::testing::v1::details::abstract_scenario_step_t::token_t
497 token_t( trigger_t * trigger ) noexcept in token_t() function in so_5::experimental::testing::v1::details::abstract_scenario_step_t::token_t
1488 class token_t final class in so_5::experimental::testing::v1::details::abstract_scenario_t
1494 token_t() in token_t() function in so_5::experimental::testing::v1::details::abstract_scenario_t::token_t
1497 token_t( in token_t() function in so_5::experimental::testing::v1::details::abstract_scenario_t::token_t
/dports/net/wireshark/wireshark-3.6.1/ui/
H A Dtext_import_scanner.h30 } token_t; typedef
/dports/net/wireshark-lite/wireshark-3.6.1/ui/
H A Dtext_import_scanner.h30 } token_t; typedef
/dports/net/tshark-lite/wireshark-3.6.1/ui/
H A Dtext_import_scanner.h30 } token_t; typedef

12345678910