Home
last modified time | relevance | path

Searched refs:alternative (Results 1 – 25 of 1059) sorted by relevance

12345678910>>...43

/third_party/boost/boost/spirit/home/classic/core/composite/
Dalternative.hpp48 struct alternative struct
49 : public binary<A, B, parser<alternative<A, B> > >
51 typedef alternative<A, B> self_t; argument
56 alternative(A const& a, B const& b) in alternative() function
85 alternative<
93 static alternative<
99 return alternative<BOOST_DEDUCED_TYPENAME as_parser<A>::type, in generate()
106 alternative<A, B>
110 alternative<A, chlit<char> >
114 alternative<chlit<char>, B>
[all …]
Ddirectives.hpp303 impl::to_longest_alternative<alternative<A, B> >::result_t
309 impl::to_longest_alternative<alternative<A, B> >::result_t
310 generate(alternative<A, B> const& alt) in generate()
312 return impl::to_longest_alternative<alternative<A, B> >:: in generate()
326 typename impl::to_longest_alternative<alternative<A, B> >::result_t
327 operator[](alternative<A, B> const& alt) const in operator []()
329 return impl::to_longest_alternative<alternative<A, B> >:: in operator []()
385 impl::to_shortest_alternative<alternative<A, B> >::result_t
391 impl::to_shortest_alternative<alternative<A, B> >::result_t
392 generate(alternative<A, B> const& alt) in generate()
[all …]
/third_party/boost/boost/spirit/home/classic/core/composite/impl/
Dalternative.ipp20 // alternative class implementation
24 inline alternative<A, B>
27 return alternative<A, B>(a.derived(), b.derived());
31 inline alternative<A, chlit<char> >
34 return alternative<A, chlit<char> >(a.derived(), b);
38 inline alternative<chlit<char>, B>
41 return alternative<chlit<char>, B>(a, b.derived());
45 inline alternative<A, strlit<char const*> >
48 return alternative<A, strlit<char const*> >(a.derived(), b);
52 inline alternative<strlit<char const*>, B>
[all …]
Ddirectives.ipp29 struct alternative;
164 struct to_longest_alternative<alternative<A, B> >
171 convert(alternative<A, B> const& alt) // Recursive case
189 struct to_shortest_alternative<alternative<A, B> >
196 convert(alternative<A, B> const& alt) // Recursive case
/third_party/gettext/gettext-tools/src/
Dxg-arglist-parser.c47 xmalloc (offsetof (struct arglist_parser, alternative[0])); in arglist_parser_alloc()
73 ap->alternative[i].argnumc = shapes->shapes[i].argnumc; in arglist_parser_alloc()
74 ap->alternative[i].argnum1 = shapes->shapes[i].argnum1; in arglist_parser_alloc()
75 ap->alternative[i].argnum2 = shapes->shapes[i].argnum2; in arglist_parser_alloc()
76 ap->alternative[i].argnum1_glib_context = in arglist_parser_alloc()
78 ap->alternative[i].argnum2_glib_context = in arglist_parser_alloc()
80 ap->alternative[i].argtotal = shapes->shapes[i].argtotal; in arglist_parser_alloc()
81 ap->alternative[i].xcomments = shapes->shapes[i].xcomments; in arglist_parser_alloc()
82 ap->alternative[i].msgctxt = NULL; in arglist_parser_alloc()
83 ap->alternative[i].msgctxt_pos.file_name = NULL; in arglist_parser_alloc()
[all …]
Dmsgl-cat.c325 tmp->alternative = NULL; in catenate_msgdomain_list()
617 tmp->alternative = xrealloc (tmp->alternative, nbytes); in catenate_msgdomain_list()
618 tmp->alternative[i].msgstr = mp->msgstr; in catenate_msgdomain_list()
619 tmp->alternative[i].msgstr_len = mp->msgstr_len; in catenate_msgdomain_list()
620 tmp->alternative[i].msgstr_end = in catenate_msgdomain_list()
621 tmp->alternative[i].msgstr + tmp->alternative[i].msgstr_len; in catenate_msgdomain_list()
622 tmp->alternative[i].comment = mp->comment; in catenate_msgdomain_list()
623 tmp->alternative[i].comment_dot = mp->comment_dot; in catenate_msgdomain_list()
624 tmp->alternative[i].id = id; in catenate_msgdomain_list()
682 struct altstr *first = &tmp->alternative[0]; in catenate_msgdomain_list()
[all …]
/third_party/boost/boost/spirit/home/x3/operator/
Dalternative.hpp19 struct alternative : binary_parser<Left, Right, alternative<Left, Right>> struct
21 typedef binary_parser<Left, Right, alternative<Left, Right>> base_type; argument
23 constexpr alternative(Left const& left, Right const& right) in alternative() argument
47 constexpr alternative<
59 struct attribute_of<x3::alternative<Left, Right>, Context>
60 : x3::detail::attribute_of_binary<boost::variant, x3::alternative, Left, Right, Context> {};
/third_party/mbedtls/docs/architecture/
Dalternative-implementations.md12 …MBEDTLS_PLATFORM_XXX_ALT` and [register an alternative implementation during the platform setup](#
16 For timing functions, you can [declare an alternative implementation of the timing module](#module-
18 On multithreaded platforms, [declare an alternative implementation of the threading module](#module…
22 For networking, the `net_sockets` module does not currently support alternative implementations. If…
24alternative implementation of the corresponding module(s)](#module-alternative-implementations) or…
32 ## Module alternative implementations
34 …d modules (threading, timing). Such custom implementations are called “alternative implementations…
36 The general principle of an alternative implementation is:
45 Generally, alternative implementations can define their context types to any C type except incomple…
47 …nd modifications to it do not need to be supported. For example, if an alternative implementation …
[all …]
/third_party/boost/boost/spirit/home/qi/operator/
Dalternative.hpp47 struct alternative : nary_parser<alternative<Elements> > struct
68 alternative(Elements const& elements_) in alternative() function
101 : make_nary_composite<Elements, alternative>
109 struct has_semantic_action<qi::alternative<Elements> >
115 struct handles_container<qi::alternative<Elements>, Attribute, Context
/third_party/boost/boost/spirit/home/karma/operator/
Dalternative.hpp139 struct alternative struct
140 : base_alternative<Elements, mpl::false_, alternative<Elements> >
142 typedef base_alternative<Elements, mpl::false_, alternative>
145 alternative(Elements const& elements) in alternative() argument
167 : make_nary_composite<Elements, alternative>
188 struct has_semantic_action<karma::alternative<Elements> >
198 struct handles_container<karma::alternative<Elements>
/third_party/boost/libs/spirit/doc/karma/
Dcomplex.qbk27 where the first alternative should be used for numbers having a non-zero
31 succeeds the whole alternative fails.
34 the first alternative. We need to add some additional rules allowing to make the
35 first alternative fail. So, if the first alternative fails the second one will
36 be chosen instead. The decision about whether to choose the first alternative
49 fail. This is exactly what we need, forcing the second alternative to be chosen
173 happens for instance in alternative generators, where some of the alternatives
174 need to extract only part of the overall attribute passed to the alternative
189 complex number is equal to zero or not. The first alternative is executed if the
190 imaginary part is not zero, the second alternative otherwise. This time we make
[all …]
/third_party/glib/glib/
Dupdate-gtranslit.py82 for alternative in value.split(";"):
83 if alternative[0] == '"' and alternative[-1] == '"':
84 unescaped = unescape(alternative[1:-1])
89 elif alternative[0] == "<" and alternative[-1] == ">":
90 unescaped = unescape(alternative)
95 elif alternative == "IGNORE":
/third_party/boost/boost/spirit/home/x3/operator/detail/
Dalternative.hpp29 struct alternative;
155 struct pass_variant_attribute<alternative<L, R>, Attribute, Context> :
156 mpl::if_c<traits::has_attribute<alternative<L, R>, Context>::value
214 struct parse_into_container_impl<alternative<Left, Right>, Context, RContext>
216 typedef alternative<Left, Right> parser_type;
/third_party/curl/tests/data/
Dtest2807 --ftp-alternative-to-user
41 FTP --ftp-alternative-to-user on USER failure
44 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER/ --ftp-alternative-to-user "USER replacement"
/third_party/python/Lib/test/test_email/data/
Dmsg_39.txt9 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
31 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
53 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
Dmsg_38.txt9 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa2"
49 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa3"
71 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa4"
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Dchannel.dart95 final String alternative = FlutterVersion.obsoleteBranches[branchName];
96 …printStatus("This channel is obsolete. Consider switching to the '$alternative' channel instead.");
106 final String alternative = FlutterVersion.obsoleteBranches[channel];
107 printStatus("Transitioning from '$channel' to '$alternative'...");
108 return _checkout(alternative);
/third_party/boost/libs/spirit/classic/example/techniques/no_rules/
Dno_rule2.cpp35 alternative<alternative<space_parser, sequence<sequence<
Dno_rule3.cpp56 alternative<alternative<space_parser, sequence<sequence<
/third_party/node/doc/api/
Dquerystring.md49 necessary by assigning `querystring.escape` to an alternative function.
99 to use UTF-8 encoding. If an alternative character encoding is used, then an
100 alternative `decodeURIComponent` option will need to be specified:
141 be encoded as UTF-8. If an alternative encoding is required, then an alternative
164 necessary by assigning `querystring.unescape` to an alternative function.
/third_party/python/Doc/library/
Demail.examples.rst39 Here's an example of how to create an HTML message with an alternative plain
44 .. literalinclude:: ../includes/email-alternative.py
50 .. literalinclude:: ../includes/email-read-alternative.py
/third_party/boost/tools/build/doc/src/
Dmain-target.adoc25 Select an alternative for this main target, by finding all alternatives
29 alternative.
/third_party/boost/tools/build/src/build/
Dtargets.jam20 # Each alternative is an instance of 'abstract-target'. When a main target
180 # - When Jamfile is read, a number of calls to 'add-alternative' is made. At
329 # Add new target alternative
331 rule add-alternative ( target-instance )
336 errors.error add-alternative called when main targets are already
340 if ! ( [ $(target-instance).name ] in $(self.alternative-names) )
342 self.alternative-names += [ $(target-instance).name ] ;
346 # Checks if an alternative was declared for the target.
351 rule has-alternative-for-target ( target-name )
353 if $(target-name) in $(self.alternative-names)
[all …]
/third_party/boost/doc/
DJamfile.v245 for local alternative in $(alternatives)
48 result ?= [ find-target-of-class-or-type $(alternative) : $(klass) : $(type) ] ;
53 for local alternative in $(alternatives)
56 local sources = [ modules.peek $(alternative) : self.sources ] ;
57 for local source in [ $(alternative).sources ]
/third_party/node/deps/npm/node_modules/require-main-filename/
DREADME.md13 executed with an alternative process manager, e.g., [iisnode](https://github.com/tjanczuk/iisnode).
21 // use main as an alternative to require.main.filename.

12345678910>>...43