/third_party/boost/libs/fusion/test/compile_time/ |
D | fold.cpp | 17 struct distinct struct 25 int operator()(int state, distinct<n, batch> const& d) const in operator ()() 35 …distinct<0, batch>, distinct<1, batch>, distinct<2, batch>, distinct<3, batch>, distinct<4, batch>, in test() 36 …distinct<5, batch>, distinct<6, batch>, distinct<7, batch>, distinct<8, batch>, distinct<9, batch>… in test()
|
D | vector_construction.cpp | 16 struct distinct struct 23 …distinct<0, batch>, distinct<1, batch>, distinct<2, batch>, distinct<3, batch>, distinct<4, batch>, in test() 24 …distinct<5, batch>, distinct<6, batch>, distinct<7, batch>, distinct<8, batch>, distinct<9, batch>… in test()
|
D | vector_iteration.cpp | 17 struct distinct struct 31 …distinct<0, batch>, distinct<1, batch>, distinct<2, batch>, distinct<3, batch>, distinct<4, batch>, in test() 32 …distinct<5, batch>, distinct<6, batch>, distinct<7, batch>, distinct<8, batch>, distinct<9, batch>… in test()
|
D | transform.cpp | 18 struct distinct struct 45 …distinct<0, batch>, distinct<1, batch>, distinct<2, batch>, distinct<3, batch>, distinct<4, batch>, in test() 46 …distinct<5, batch>, distinct<6, batch>, distinct<7, batch>, distinct<8, batch>, distinct<9, batch>… in test()
|
D | vector_intrinsic.cpp | 17 struct distinct struct 24 …distinct<0, batch>, distinct<1, batch>, distinct<2, batch>, distinct<3, batch>, distinct<4, batch>, in test() 25 …distinct<5, batch>, distinct<6, batch>, distinct<7, batch>, distinct<8, batch>, distinct<9, batch>… in test()
|
/third_party/boost/libs/spirit/repository/doc/qi/ |
D | distinct.qbk | 9 [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 …]
|
D | directives.qbk | 11 [include distinct.qbk]
|
/third_party/boost/libs/spirit/repository/test/qi/ |
D | distinct.cpp | 26 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/ |
D | distinct.cpp | 21 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()
|
D | Jamfile | 15 exe qi_distinct : distinct.cpp ;
|
/third_party/boost/boost/spirit/repository/home/qi/directive/ |
D | distinct.hpp | 46 , 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/ |
D | types.proto | 23 // 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/ |
D | functional.sample_shading.txt | 52 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/ |
D | distinct.hpp | 18 BOOST_SPIRIT_DEFINE_TERMINALS_NAME_EX(( distinct, distinct_type ))
|
/third_party/vk-gl-cts/doc/testspecs/GLES2/ |
D | functional.fbo.completeness.txt | 26 + 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/ |
D | ohos_data_dataAbility.js | 127 this.distinct = function (...args) { method 285 this.distinct = function (...args) { method
|
/third_party/skia/third_party/externals/oboe/ |
D | AUTHORS | 2 # This file is distinct from the CONTRIBUTORS files.
|
/third_party/typescript/tests/baselines/reference/ |
D | objectTypeWithDuplicateNumericProperty.types | 2 // numeric properties must be distinct after a ToNumber operation
|
/third_party/skia/third_party/externals/swiftshader/ |
D | AUTHORS.txt | 2 # This file is distinct from the CONTRIBUTORS files.
|
/third_party/re2/ |
D | AUTHORS | 2 # This file is distinct from the CONTRIBUTORS files.
|
/third_party/boost/libs/spirit/classic/example/ |
D | Jamfile | 190 : fundamental/distinct/distinct_parser.cpp 195 : fundamental/distinct/distinct_parser_dynamic.cpp
|
/third_party/flutter/skia/third_party/externals/wuffs/ |
D | AUTHORS | 2 # This file is distinct from the CONTRIBUTORS files.
|
/third_party/boost/libs/spirit/repository/doc/html/ |
D | spirit2_repository_HTML.manifest | 11 spirit_repository/qi_components/directives/distinct.html
|
/third_party/boost/libs/functional/overloaded_function/doc/ |
D | overloaded_function.qbk | 39 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/ |
D | libxt_statistic.man | 2 It supports two distinct modes settable with the
|