Home
last modified time | relevance | path

Searched refs:Keyword (Results 1 – 25 of 743) sorted by relevance

12345678910>>...30

/third_party/boost/boost/parameter/aux_/
Dtag.hpp24 template <typename Keyword, typename Arg>
29 Keyword
36 template <typename Keyword, typename Arg>
41 ::tagged_argument<Keyword,typename ::std::add_const<Arg>::type>
45 template <typename Keyword, typename Arg>
48 , ::boost::parameter::aux::tag_if_scalar<Keyword,Arg>
51 ::boost::parameter::aux::tagged_argument_rref<Keyword,Arg>
56 template <typename Keyword, typename Arg>
63 , ::boost::parameter::aux::tag_if_lvalue_reference<Keyword,Arg>
64 , ::boost::parameter::aux::tag_if_otherwise<Keyword,Arg>
[all …]
Dtagged_argument.hpp31 template <typename Keyword, typename Arg>
38 typename Keyword::qualifier
47 typename Keyword::qualifier
61 typename Keyword::qualifier
101 template <typename Keyword, typename Arg>
107 ::tagged_argument_type<Keyword,Arg>::type;
114 typename Keyword::qualifier
121 , ::boost::parameter::aux::tagged_argument_type<Keyword,Arg>
128 typedef Keyword key_type;
227 ::boost::parameter::aux::tagged_argument<Keyword,Arg>
[all …]
Dtagged_argument_fwd.hpp12 template <typename Keyword, typename Arg>
22 template <typename Keyword, typename Arg>
/third_party/skia/resources/sksl/es2_conformance/
Dimport_conformance_tests.py47 value = pp.Group((pp.Keyword("input") | pp.Keyword("output") | pp.Keyword("uniform")) +
49 values = (pp.Keyword("values") +
54 expectation = (pp.Keyword("expect").suppress() + (pp.Keyword("compile_fail") |
55 pp.Keyword("pass")))
57 code = ((pp.Keyword("both") + pp.QuotedString('""', multiline=True)) |
58 (pp.Keyword("vertex") + pp.QuotedString('""', multiline=True) +
59 pp.Keyword("fragment") + pp.QuotedString('""', multiline=True)))
61 reqGlsl100 = pp.Keyword("require").suppress() + pp.Keyword("full_glsl_es_100_support")
63 desc = pp.Keyword("desc") + pp.QuotedString('"')
64 version100es = pp.Keyword("version") + pp.Keyword("100") + pp.Keyword("es")
[all …]
/third_party/boost/boost/test/utils/
Dnamed_params.hpp78 template<typename NP, typename Keyword, typename DefaultType=void>
80 : mpl::if_<typename is_same<typename NP::id,typename Keyword::id>::type,
84 template<typename NP, typename Rest, typename Keyword, typename DefaultType>
85 struct param_type<named_parameter_combine<NP,Rest>,Keyword,DefaultType>
86 : mpl::if_<typename is_same<typename NP::id,typename Keyword::id>::type,
88 typename param_type<Rest,Keyword,DefaultType>::type> {};
97 template<typename NP, typename Keyword>
98 struct has_param : is_same<typename NP::id,typename Keyword::id> {};
100 template<typename NP, typename Rest, typename Keyword>
101 struct has_param<named_parameter_combine<NP,Rest>,Keyword>
[all …]
/third_party/boost/boost/parameter/
Dbinding.hpp33 template <typename Parameters, typename Keyword, typename Default>
39 , ::boost::mp11::mp_list<Keyword,Default,::boost::mp11::mp_true>
57 , Keyword
77 template <typename Placeholder, typename Keyword, typename Default>
82 , ::boost::mp11::mp_list<Keyword,Default,::boost::mp11::mp_true>
107 , typename Keyword
115 , ::boost::parameter::binding0<Parameters,Keyword,Default>
125 , ::boost::parameter::binding1<Parameters,Keyword,Default>
126 , ::boost::parameter::binding0<Parameters,Keyword,Default>
140 template <typename Parameters, typename Keyword, typename DefaultFn>
[all …]
Dvalue_type.hpp33 template <typename Parameters, typename Keyword, typename Default>
39 , ::boost::mp11::mp_list<Keyword,Default,::boost::mp11::mp_false>
57 , Keyword
77 template <typename Placeholder, typename Keyword, typename Default>
82 , ::boost::mp11::mp_list<Keyword,Default,::boost::mp11::mp_false>
107 , typename Keyword
115 , ::boost::parameter::value_type0<Parameters,Keyword,Default>
125 , ::boost::parameter::value_type1<Parameters,Keyword,Default>
126 , ::boost::parameter::value_type0<Parameters,Keyword,Default>
140 template <typename Parameters, typename Keyword, typename DefaultFn>
[all …]
/third_party/boost/boost/parameter/aux_/pack/
Dtag_keyword_arg_ref.hpp16 typename Keyword
26 Keyword
39 template <typename Keyword, typename ActualArg>
40 struct tag_ref<Keyword,ActualArg,::boost::mpl::false_>
43 ::tagged_argument<Keyword,ActualArg> type;
Dparameter_requirements.hpp15 template <typename Keyword, typename Predicate, typename HasDefault>
18 typedef Keyword keyword;
/third_party/typescript_eslint/packages/eslint-plugin/tests/rules/indent/
Dindent-eslint.test.ts4994 [5, 2, 4, AST_TOKEN_TYPES.Keyword],
5002 [29, 2, 4, AST_TOKEN_TYPES.Keyword],
5009 [114, 4, 2, AST_TOKEN_TYPES.Keyword],
5010 [120, 4, 6, AST_TOKEN_TYPES.Keyword],
5011 [124, 4, 2, AST_TOKEN_TYPES.Keyword],
5012 [134, 4, 6, AST_TOKEN_TYPES.Keyword],
5025 [189, 2, 0, AST_TOKEN_TYPES.Keyword],
5068 [368, 2, 0, AST_TOKEN_TYPES.Keyword],
5069 [370, 2, 4, AST_TOKEN_TYPES.Keyword],
5070 [374, 4, 6, AST_TOKEN_TYPES.Keyword],
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp492 StringRef Keyword(StartChar, CurPtr - StartChar); in LexIdentifier() local
496 if (Keyword == #STR) \ in LexIdentifier()
812 if (Keyword == STR) { \ in LexIdentifier()
835 if (Keyword == #STR) { \ in LexIdentifier()
904 if (Keyword.startswith("DW_" #TYPE "_")) { \ in LexIdentifier()
905 StrVal.assign(Keyword.begin(), Keyword.end()); \ in LexIdentifier()
920 if (Keyword.startswith("DIFlag")) { in LexIdentifier()
921 StrVal.assign(Keyword.begin(), Keyword.end()); in LexIdentifier()
925 if (Keyword.startswith("DISPFlag")) { in LexIdentifier()
926 StrVal.assign(Keyword.begin(), Keyword.end()); in LexIdentifier()
[all …]
/third_party/mingw-w64/mingw-w64-headers/include/
Devntprov.h86 ULONGLONG Keyword; member
122 BOOLEAN EVNTAPI EventProviderEnabled (REGHANDLE RegHandle, UCHAR Level, ULONGLONG Keyword);
124 …ULONG EVNTAPI EventWriteString (REGHANDLE RegHandle, UCHAR Level, ULONGLONG Keyword, PCWSTR String…
161 ev->Keyword = keyw; in EventDescCreate()
173 return ev->Keyword; in EventDescGetKeyword()
189 ev->Keyword |= keyw; in EventDescOrKeyword()
208 ev->Keyword = keyw; in EventDescSetKeyword()
/third_party/libnl/doc/stylesheets/
Dpygments.css8 .highlight .k { color: #AA22FF; font-weight: bold } /* Keyword */
24 .highlight .kc { color: #AA22FF; font-weight: bold } /* Keyword.Constant */
25 .highlight .kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */
26 .highlight .kn { color: #AA22FF; font-weight: bold } /* Keyword.Namespace */
27 .highlight .kp { color: #AA22FF } /* Keyword.Pseudo */
28 .highlight .kr { color: #AA22FF; font-weight: bold } /* Keyword.Reserved */
29 .highlight .kt { color: #00BB00; font-weight: bold } /* Keyword.Type */
/third_party/boost/libs/python/doc/html/numpy/_static/
Dpygments.css5 .highlight .k { color: #008000; font-weight: bold } /* Keyword */
23 .highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
24 .highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
25 .highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
26 .highlight .kp { color: #008000 } /* Keyword.Pseudo */
27 .highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
28 .highlight .kt { color: #B00040 } /* Keyword.Type */
/third_party/boost/libs/gil/doc/html/_static/
Dpygments.css5 .highlight .k { color: #008000; font-weight: bold } /* Keyword */
23 .highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
24 .highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
25 .highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
26 .highlight .kp { color: #008000 } /* Keyword.Pseudo */
27 .highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
28 .highlight .kt { color: #B00040 } /* Keyword.Type */
/third_party/python/Doc/tools/extensions/
Dpeg_highlight.py2 from pygments.token import Comment, Generic, Keyword, Name, Operator, Punctuation, Text
41 (r"'\w+?'", Keyword),
42 (r'"\w+?"', Keyword),
/third_party/boost/libs/hof/doc/html/_static/
Dpygments.css6 .highlight .k { color: #204a87; font-weight: bold } /* Keyword */
28 .highlight .kc { color: #204a87; font-weight: bold } /* Keyword.Constant */
29 .highlight .kd { color: #204a87; font-weight: bold } /* Keyword.Declaration */
30 .highlight .kn { color: #204a87; font-weight: bold } /* Keyword.Namespace */
31 .highlight .kp { color: #204a87; font-weight: bold } /* Keyword.Pseudo */
32 .highlight .kr { color: #204a87; font-weight: bold } /* Keyword.Reserved */
33 .highlight .kt { color: #204a87; font-weight: bold } /* Keyword.Type */
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/errorRecovery/
Denum-with-keywords.src.ts.shot222 "type": "Keyword",
240 "type": "Keyword",
258 "type": "Keyword",
276 "type": "Keyword",
294 "type": "Keyword",
366 "type": "Keyword",
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/types/
Dthis-type-expanded.src.ts.shot1881 "type": "Keyword",
1935 "type": "Keyword",
2025 "type": "Keyword",
2079 "type": "Keyword",
2115 "type": "Keyword",
2205 "type": "Keyword",
2223 "type": "Keyword",
2313 "type": "Keyword",
2367 "type": "Keyword",
2457 "type": "Keyword",
[all …]
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/javascript/modules/
Dexport-default-class.src.js.shot94 "type": "Keyword",
112 "type": "Keyword",
130 "type": "Keyword",
Dinvalid-class.src.js.shot94 "type": "Keyword",
112 "type": "Keyword",
130 "type": "Keyword",
Dexport-default-named-class.src.js.shot111 "type": "Keyword",
129 "type": "Keyword",
147 "type": "Keyword",
Dexport-default-function.src.js.shot97 "type": "Keyword",
115 "type": "Keyword",
133 "type": "Keyword",
/third_party/boost/libs/metaparse/example/meta_hs/
Dexcept_keywords.hpp29 template <class Acc, class Keyword>
33 boost::mpl::not_<typename boost::mpl::equal<T, Keyword>::type>
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/comments/
Dswitch-no-default-comment-in-function.src.js.shot284 "type": "Keyword",
392 "type": "Keyword",
482 "type": "Keyword",
536 "type": "Keyword",
572 "type": "Keyword",
626 "type": "Keyword",

12345678910>>...30