Home
last modified time | relevance | path

Searched defs:variant (Results 1 – 25 of 5521) sorted by relevance

12345678910>>...221

/dports/devel/libs11n/libs11n-1.2.10-nobuildfiles/include/s11n.net/s11n/
H A Dvariant.hpp240 struct variant struct
246 variant() throw(){} in variant() function
248 ~variant() throw() {} in ~variant()
254 variant( const FromT & f ) throw() in variant() argument
262 variant( const std::string & f ) throw() : m_data(f) in variant() argument
269 variant( const char * str ) throw() : m_data(str?str:"") in variant() argument
277 variant( const variant & rhs ) throw() : m_data(rhs.m_data) in variant() argument
429 inline bool operator==( const T & rhs ) const in operator ==()
434 inline bool operator!=( const T & rhs ) const in operator !=()
455 inline bool operator==( const char * rhs ) const in operator ==()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/spirit/home/x3/support/ast/
H A Dvariant.hpp121 struct variant struct
138 variant() : var() {} in variant() argument
141 explicit variant(T const& rhs) in variant() argument
145 explicit variant(T&& rhs) in variant() argument
148 variant(variant const& rhs) in variant() function
151 variant(variant& rhs) in variant() argument
154 variant(variant&& rhs) in variant() argument
163 variant& operator=(variant&& rhs) in operator =()
170 variant& operator=(T const& rhs) in operator =()
177 variant& operator=(T&& rhs) in operator =()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/spirit/home/x3/support/ast/
H A Dvariant.hpp121 struct variant struct
138 variant() : var() {} in variant() argument
141 explicit variant(T const& rhs) in variant() argument
145 explicit variant(T&& rhs) in variant() function
148 variant(variant const& rhs) in variant() argument
151 variant(variant& rhs) in variant() function
154 variant(variant&& rhs) in variant() function
163 variant& operator=(variant&& rhs) in operator =()
170 variant& operator=(T const& rhs) in operator =()
177 variant& operator=(T&& rhs) in operator =()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/spirit/home/x3/support/ast/
H A Dvariant.hpp121 struct variant struct
138 variant() : var() {} in variant() function
141 explicit variant(T const& rhs) in variant() argument
145 explicit variant(T&& rhs) in variant() function
148 variant(variant const& rhs) in variant() function
151 variant(variant& rhs) in variant() argument
154 variant(variant&& rhs) in variant() argument
163 variant& operator=(variant&& rhs) in operator =()
170 variant& operator=(T const& rhs) in operator =()
177 variant& operator=(T&& rhs) in operator =()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/spirit/home/x3/support/ast/
H A Dvariant.hpp121 struct variant struct
138 variant() : var() {} in variant() argument
141 explicit variant(T const& rhs) in variant() argument
145 explicit variant(T&& rhs) in variant() argument
148 variant(variant const& rhs) in variant() argument
151 variant(variant& rhs) in variant() argument
154 variant(variant&& rhs) in variant() function
163 variant& operator=(variant&& rhs) in operator =()
170 variant& operator=(T const& rhs) in operator =()
177 variant& operator=(T&& rhs) in operator =()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/spirit/home/x3/support/ast/
H A Dvariant.hpp121 struct variant struct
138 variant() : var() {} in variant() argument
141 explicit variant(T const& rhs) in variant() argument
145 explicit variant(T&& rhs) in variant() argument
148 variant(variant const& rhs) in variant() argument
151 variant(variant& rhs) in variant() function
154 variant(variant&& rhs) in variant() function
163 variant& operator=(variant&& rhs) in operator =()
170 variant& operator=(T const& rhs) in operator =()
177 variant& operator=(T&& rhs) in operator =()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/spirit/home/x3/support/ast/
H A Dvariant.hpp121 struct variant struct
138 variant() : var() {} in variant() argument
141 explicit variant(T const& rhs) in variant() function
145 explicit variant(T&& rhs) in variant() argument
148 variant(variant const& rhs) in variant() function
151 variant(variant& rhs) in variant() argument
154 variant(variant&& rhs) in variant() argument
163 variant& operator=(variant&& rhs) in operator =()
170 variant& operator=(T const& rhs) in operator =()
177 variant& operator=(T&& rhs) in operator =()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/spirit/home/x3/support/ast/
H A Dvariant.hpp121 struct variant struct
138 variant() : var() {} in variant() function
141 explicit variant(T const& rhs) in variant() argument
145 explicit variant(T&& rhs) in variant() argument
148 variant(variant const& rhs) in variant() argument
151 variant(variant& rhs) in variant() argument
154 variant(variant&& rhs) in variant() function
163 variant& operator=(variant&& rhs) in operator =()
170 variant& operator=(T const& rhs) in operator =()
177 variant& operator=(T&& rhs) in operator =()
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/languages/data/
H A DlanguageConverterIntegrationData.json3 "variant": "ban", string
8 "variant": "ban-bali", string
28 "variant": "crh", string
33 "variant": "crh", string
58 "variant": "gan", string
63 "variant": "gan", string
88 "variant": "iu", string
93 "variant": "iu", string
118 "variant": "kk", string
123 "variant": "kk", string
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/languages/data/
H A DlanguageConverterIntegrationData.json3 "variant": "ban", string
8 "variant": "ban-bali", string
28 "variant": "crh", string
33 "variant": "crh", string
58 "variant": "gan", string
63 "variant": "gan", string
88 "variant": "iu", string
93 "variant": "iu", string
118 "variant": "kk", string
123 "variant": "kk", string
[all …]
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/source/utils/
H A Dvariant.cpp29 variant::variant() in variant() function in xlnt::variant
34 variant::variant(const std::string &value) in variant() function in xlnt::variant
40 variant::variant(const char *value) in variant() function in xlnt::variant
45 variant::variant(int32_t value) in variant() function in xlnt::variant
51 variant::variant(bool value) in variant() function in xlnt::variant
57 variant::variant(const datetime &value) in variant() function in xlnt::variant
63 variant::variant(const std::initializer_list<int> &value) in variant() function in xlnt::variant
72 variant::variant(const std::vector<int> &value) in variant() function in xlnt::variant
90 variant::variant(const std::vector<const char *> &value) in variant() function in xlnt::variant
108 variant::variant(const std::vector<std::string> &value) in variant() function in xlnt::variant
[all …]
/dports/games/pentobi/pentobi-19.1/libpentobi_base/
H A DVariant.cpp40 BoardType get_board_type(Variant variant) in get_board_type()
131 const Geometry& get_geometry(Variant variant) in get_geometry()
136 GeometryType get_geometry_type(Variant variant) in get_geometry_type()
173 Color::IntType get_nu_colors(Variant variant) in get_nu_colors()
206 Color::IntType get_nu_players(Variant variant) in get_nu_players()
239 PieceSet get_piece_set(Variant variant) in get_piece_set()
278 void get_transforms(Variant variant, in get_transforms()
344 bool has_central_symmetry(Variant variant) in has_central_symmetry()
351 bool parse_variant(const string& s, Variant& variant) in parse_variant()
439 const char* to_string(Variant variant) in to_string()
[all …]
/dports/x11-themes/gtk-arc-themes/arc-theme-20211018/common/gtk-2.0/
H A Dmeson.build12 if variant == 'light' or variant == 'lighter' variable
20 elif variant == 'dark' or variant == 'darker' variable
47 foreach asset : variant == 'dark' ? gtk2_dark_assets : gtk2_light_assets variable
65 if variant == 'dark' or variant == 'darker' variable
/dports/devel/boost-docs/boost_1_72_0/boost/spirit/home/x3/support/ast/
H A Dvariant.hpp126 struct variant struct
131 using variant_type = boost::variant<Types...>;
132 using types = mpl::list<typename detail::remove_forward<Types>::type...>;
133 using base_type = variant; // The current instantiation
136 using non_self_t // used only for SFINAE checks below
189 typename F::result_type apply_visitor(F const& v) in apply_visitor()
195 typename F::result_type apply_visitor(F const& v) const in apply_visitor()
201 typename F::result_type apply_visitor(F& v) in apply_visitor()
207 typename F::result_type apply_visitor(F& v) const in apply_visitor()
212 variant_type const& get() const BOOST_NOEXCEPT in get()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/spirit/home/x3/support/ast/
H A Dvariant.hpp126 struct variant struct
131 using variant_type = boost::variant<Types...>;
132 using types = mpl::list<typename detail::remove_forward<Types>::type...>;
133 using base_type = variant; // The current instantiation
136 using non_self_t // used only for SFINAE checks below
189 typename F::result_type apply_visitor(F const& v) in apply_visitor()
195 typename F::result_type apply_visitor(F const& v) const in apply_visitor()
201 typename F::result_type apply_visitor(F& v) in apply_visitor()
207 typename F::result_type apply_visitor(F& v) const in apply_visitor()
212 variant_type const& get() const BOOST_NOEXCEPT in get()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/spirit/home/x3/support/ast/
H A Dvariant.hpp126 struct variant struct
131 using variant_type = boost::variant<Types...>;
132 using types = mpl::list<typename detail::remove_forward<Types>::type...>;
133 using base_type = variant; // The current instantiation
136 using non_self_t // used only for SFINAE checks below
189 typename F::result_type apply_visitor(F const& v) in apply_visitor()
195 typename F::result_type apply_visitor(F const& v) const in apply_visitor()
201 typename F::result_type apply_visitor(F& v) in apply_visitor()
207 typename F::result_type apply_visitor(F& v) const in apply_visitor()
212 variant_type const& get() const BOOST_NOEXCEPT in get()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/spirit/home/x3/support/ast/
H A Dvariant.hpp126 struct variant struct
131 using variant_type = boost::variant<Types...>;
132 using types = mpl::list<typename detail::remove_forward<Types>::type...>;
133 using base_type = variant; // The current instantiation
136 using non_self_t // used only for SFINAE checks below
189 typename F::result_type apply_visitor(F const& v) in apply_visitor()
195 typename F::result_type apply_visitor(F const& v) const in apply_visitor()
201 typename F::result_type apply_visitor(F& v) in apply_visitor()
207 typename F::result_type apply_visitor(F& v) const in apply_visitor()
212 variant_type const& get() const BOOST_NOEXCEPT in get()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/spirit/home/x3/support/ast/
H A Dvariant.hpp126 struct variant struct
131 using variant_type = boost::variant<Types...>;
132 using types = mpl::list<typename detail::remove_forward<Types>::type...>;
133 using base_type = variant; // The current instantiation
136 using non_self_t // used only for SFINAE checks below
189 typename F::result_type apply_visitor(F const& v) in apply_visitor()
195 typename F::result_type apply_visitor(F const& v) const in apply_visitor()
201 typename F::result_type apply_visitor(F& v) in apply_visitor()
207 typename F::result_type apply_visitor(F& v) const in apply_visitor()
212 variant_type const& get() const BOOST_NOEXCEPT in get()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/spirit/home/x3/support/ast/
H A Dvariant.hpp126 struct variant struct
131 using variant_type = boost::variant<Types...>;
132 using types = mpl::list<typename detail::remove_forward<Types>::type...>;
133 using base_type = variant; // The current instantiation
136 using non_self_t // used only for SFINAE checks below
189 typename F::result_type apply_visitor(F const& v) in apply_visitor()
195 typename F::result_type apply_visitor(F const& v) const in apply_visitor()
201 typename F::result_type apply_visitor(F& v) in apply_visitor()
207 typename F::result_type apply_visitor(F& v) const in apply_visitor()
212 variant_type const& get() const BOOST_NOEXCEPT in get()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/spirit/home/x3/support/ast/
H A Dvariant.hpp122 struct variant struct
127 using variant_type = boost::variant<Types...>;
128 using types = mpl::list<typename detail::remove_forward<Types>::type...>;
129 using base_type = variant; // The current instantiation
132 using non_self_t // used only for SFINAE checks below
155 … variant(variant&& rhs) BOOST_NOEXCEPT_IF(std::is_nothrow_move_constructible<variant_type>::value) in BOOST_NOEXCEPT_IF()
185 typename F::result_type apply_visitor(F const& v) in apply_visitor()
191 typename F::result_type apply_visitor(F const& v) const in apply_visitor()
197 typename F::result_type apply_visitor(F& v) in apply_visitor()
203 typename F::result_type apply_visitor(F& v) const in apply_visitor()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/spirit/home/x3/support/ast/
H A Dvariant.hpp126 struct variant struct
131 using variant_type = boost::variant<Types...>;
132 using types = mpl::list<typename detail::remove_forward<Types>::type...>;
133 using base_type = variant; // The current instantiation
136 using non_self_t // used only for SFINAE checks below
189 typename F::result_type apply_visitor(F const& v) in apply_visitor()
195 typename F::result_type apply_visitor(F const& v) const in apply_visitor()
201 typename F::result_type apply_visitor(F& v) in apply_visitor()
207 typename F::result_type apply_visitor(F& v) const in apply_visitor()
212 variant_type const& get() const BOOST_NOEXCEPT in get()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole/win32/
H A DIAccessible.java28 public int get_accChild(long variant, long ppdispChild) { in get_accChild()
31 public int get_accName(long variant, long pszName) { in get_accName()
34 public int get_accValue(long variant, long pszValue) { in get_accValue()
37 public int get_accDescription(long variant, long pszDescription) { in get_accDescription()
40 public int get_accRole(long variant, long pvarRole) { in get_accRole()
43 public int get_accState(long variant, long pvarState) { in get_accState()
46 public int get_accHelp(long variant, long pszHelp) { in get_accHelp()
64 public int accSelect(int flagsSelect, long variant) { in accSelect()
76 public int accDoDefaultAction(long variant) { in accDoDefaultAction()
79 public int put_accName(long variant, long szName) { in put_accName()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/test/
H A DTestJSONVariantParser.cpp16 CVariant variant; in TEST() local
22 CVariant variant; in TEST() local
29 CVariant variant; in TEST() local
39 CVariant variant; in TEST() local
46 CVariant variant; in TEST() local
58 CVariant variant; in TEST() local
66 CVariant variant; in TEST() local
78 CVariant variant; in TEST() local
86 CVariant variant; in TEST() local
94 CVariant variant; in TEST() local
[all …]
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/
H A Dlwout_wkb.c64 static int lwgeom_wkb_needs_srid(const LWGEOM *geom, uint8_t variant) in lwgeom_wkb_needs_srid()
83 static uint32_t lwgeom_wkb_type(const LWGEOM *geom, uint8_t variant) in lwgeom_wkb_type()
164 static uint8_t* endian_to_wkb_buf(uint8_t *buf, uint8_t variant) in endian_to_wkb_buf()
182 static inline int wkb_swap_bytes(uint8_t variant) in wkb_swap_bytes()
241 static uint8_t* double_nan_to_wkb_buf(uint8_t *buf, uint8_t variant) in double_nan_to_wkb_buf()
320 static size_t empty_to_wkb_size(const LWGEOM *geom, uint8_t variant) in empty_to_wkb_size()
676 lwgeom_to_wkb_size(const LWGEOM *geom, uint8_t variant) in lwgeom_to_wkb_size()
815 lwgeom_to_wkb_buffer(const LWGEOM *geom, uint8_t variant) in lwgeom_to_wkb_buffer()
845 lwgeom_to_hexwkb_buffer(const LWGEOM *geom, uint8_t variant) in lwgeom_to_hexwkb_buffer()
851 lwgeom_to_wkb_varlena(const LWGEOM *geom, uint8_t variant) in lwgeom_to_wkb_varlena()
[all …]
/dports/databases/postgis32/postgis-3.2.0/liblwgeom/
H A Dlwout_wkb.c64 static int lwgeom_wkb_needs_srid(const LWGEOM *geom, uint8_t variant) in lwgeom_wkb_needs_srid()
83 static uint32_t lwgeom_wkb_type(const LWGEOM *geom, uint8_t variant) in lwgeom_wkb_type()
164 static uint8_t* endian_to_wkb_buf(uint8_t *buf, uint8_t variant) in endian_to_wkb_buf()
182 static inline int wkb_swap_bytes(uint8_t variant) in wkb_swap_bytes()
241 static uint8_t* double_nan_to_wkb_buf(uint8_t *buf, uint8_t variant) in double_nan_to_wkb_buf()
320 static size_t empty_to_wkb_size(const LWGEOM *geom, uint8_t variant) in empty_to_wkb_size()
676 lwgeom_to_wkb_size(const LWGEOM *geom, uint8_t variant) in lwgeom_to_wkb_size()
815 lwgeom_to_wkb_buffer(const LWGEOM *geom, uint8_t variant) in lwgeom_to_wkb_buffer()
845 lwgeom_to_hexwkb_buffer(const LWGEOM *geom, uint8_t variant) in lwgeom_to_hexwkb_buffer()
851 lwgeom_to_wkb_varlena(const LWGEOM *geom, uint8_t variant) in lwgeom_to_wkb_varlena()
[all …]

12345678910>>...221