Home
last modified time | relevance | path

Searched refs:distinct (Results 1 – 25 of 523) sorted by relevance

12345678910>>...21

/third_party/boost/libs/fusion/test/compile_time/
Dfold.cpp17 struct distinct struct
25 int operator()(int state, distinct<n, batch> const& d) const in operator ()()
35distinct<0, batch>, distinct<1, batch>, distinct<2, batch>, distinct<3, batch>, distinct<4, batch>, in test()
36distinct<5, batch>, distinct<6, batch>, distinct<7, batch>, distinct<8, batch>, distinct<9, batch>… in test()
Dvector_construction.cpp16 struct distinct struct
23distinct<0, batch>, distinct<1, batch>, distinct<2, batch>, distinct<3, batch>, distinct<4, batch>, in test()
24distinct<5, batch>, distinct<6, batch>, distinct<7, batch>, distinct<8, batch>, distinct<9, batch>… in test()
Dvector_iteration.cpp17 struct distinct struct
31distinct<0, batch>, distinct<1, batch>, distinct<2, batch>, distinct<3, batch>, distinct<4, batch>, in test()
32distinct<5, batch>, distinct<6, batch>, distinct<7, batch>, distinct<8, batch>, distinct<9, batch>… in test()
Dtransform.cpp18 struct distinct struct
45distinct<0, batch>, distinct<1, batch>, distinct<2, batch>, distinct<3, batch>, distinct<4, batch>, in test()
46distinct<5, batch>, distinct<6, batch>, distinct<7, batch>, distinct<8, batch>, distinct<9, batch>… in test()
Dvector_intrinsic.cpp17 struct distinct struct
24distinct<0, batch>, distinct<1, batch>, distinct<2, batch>, distinct<3, batch>, distinct<4, batch>, in test()
25distinct<5, batch>, distinct<6, batch>, distinct<7, batch>, distinct<8, batch>, distinct<9, batch>… in test()
/third_party/boost/libs/spirit/repository/doc/qi/
Ddistinct.qbk9 [section:distinct Qi Distinct Parser Directive]
13 The __qi__ `distinct` parser is a directive component allowing to avoid partial
37 The `distinct[]` directive is meant to simplify the rule above:
39 distinct(char_("a-zA-Z_0-9"))["description"] >> -lit(":") >> *(char_ - eol)
41 Using the `distinct[]` component instead of the explicit sequence has the
45 [@../../test/qi/distinct.cpp distinct.cpp]):
47 [import ../../test/qi/distinct.cpp]
62 // forwards to <boost/spirit/repository/home/qi/directive/distinct.hpp>
67 distinct(tail)[subject]
77 input. The distinct directive makes sure that no
[all …]
Ddirectives.qbk11 [include distinct.qbk]
/third_party/boost/libs/spirit/repository/test/qi/
Ddistinct.cpp26 namespace distinct namespace
41 : spirit::result_of::terminal<repo::tag::distinct(Tail)>
57 return repo::distinct(tail); in distinct_spec()
91 r = distinct::keyword["description"] >> -lit(':') >> distinct::keyword["ident"]; in main()
/third_party/boost/libs/spirit/repository/example/qi/
Ddistinct.cpp21 using boost::spirit::repository::distinct;
31 , distinct(alnum | '_')["description"] >> -lit("--") >> +(alnum | '_') in main()
42 , distinct(alnum | '_')["description"] >> -lit("--") >> +(alnum | '_') in main()
53 , distinct(alnum | '_')["description"] >> -lit("--") >> +(alnum | '_') in main()
DJamfile15 exe qi_distinct : distinct.cpp ;
/third_party/boost/boost/spirit/repository/home/qi/directive/
Ddistinct.hpp46 , terminal_ex<repository::tag::distinct, fusion::vector1<Tail> > >
51 struct use_lazy_directive<qi::domain, repository::tag::distinct, 1>
60 using repository::distinct;
116 terminal_ex<repository::tag::distinct, fusion::vector1<Tail> >
/third_party/libphonenumber/metadata/src/main/proto/
Dtypes.proto23 // Having a distinct default/unknown enum with a zero value is a proto3 thing.
44 // Having a distinct default/unknown enum with a zero value is a proto3 thing.
64 // Having a distinct default/unknown enum with a zero value is a proto3 thing.
/third_party/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.sample_shading.txt52 distinct points with non-zero probability - 1. A sufficiently high frequency
61 positives. False positive may occur if distinct pixels with identical filter
62 sample coverage ratios can be mapped to distinct values. Tests rendering to a
/third_party/boost/boost/spirit/repository/home/support/
Ddistinct.hpp18 BOOST_SPIRIT_DEFINE_TERMINALS_NAME_EX(( distinct, distinct_type ))
/third_party/vk-gl-cts/doc/testspecs/GLES2/
Dfunctional.fbo.completeness.txt26 + dEQP-GLES2.functional.fbo.completeness.size.distinct
112 distinct images, and in fact requires them to be, since without extensions
114 case has both a depth and a stencil attachment, they are always distinct
130 The "size.distinct" test case creates a framebuffer object with two
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_data_dataAbility.js127 this.distinct = function (...args) { method
285 this.distinct = function (...args) { method
/third_party/skia/third_party/externals/oboe/
DAUTHORS2 # This file is distinct from the CONTRIBUTORS files.
/third_party/typescript/tests/baselines/reference/
DobjectTypeWithDuplicateNumericProperty.types2 // numeric properties must be distinct after a ToNumber operation
/third_party/skia/third_party/externals/swiftshader/
DAUTHORS.txt2 # This file is distinct from the CONTRIBUTORS files.
/third_party/re2/
DAUTHORS2 # This file is distinct from the CONTRIBUTORS files.
/third_party/boost/libs/spirit/classic/example/
DJamfile190 : fundamental/distinct/distinct_parser.cpp
195 : fundamental/distinct/distinct_parser_dynamic.cpp
/third_party/flutter/skia/third_party/externals/wuffs/
DAUTHORS2 # This file is distinct from the CONTRIBUTORS files.
/third_party/boost/libs/spirit/repository/doc/html/
Dspirit2_repository_HTML.manifest11 spirit_repository/qi_components/directives/distinct.html
/third_party/boost/libs/functional/overloaded_function/doc/
Doverloaded_function.qbk39 Consider the following functions which have distinct signatures:
96 Consider the following functions which have distinct signatures:
118 All specified function types must have distinct parameters from one another (so the overloaded call…
121 Therefore, at least one of the function parameters must be distinct for each specified function typ…
/third_party/iptables/extensions/
Dlibxt_statistic.man2 It supports two distinct modes settable with the

12345678910>>...21