/third_party/typescript/tests/baselines/reference/ |
D | mixinClassesAnnotated.symbols | 74 _tag: string; 75 >_tag : Symbol(Tagged._tag, Decl(mixinClassesAnnotated.ts, 24, 18)) 92 _tag: string; 93 >_tag : Symbol(C._tag, Decl(mixinClassesAnnotated.ts, 29, 32)) 102 this._tag = "hello"; 103 >this._tag : Symbol(C._tag, Decl(mixinClassesAnnotated.ts, 29, 32)) 105 >_tag : Symbol(C._tag, Decl(mixinClassesAnnotated.ts, 29, 32)) 140 thing._tag; 141 >thing._tag : Symbol(Tagged._tag, Decl(mixinClassesAnnotated.ts, 24, 18)) 143 >_tag : Symbol(Tagged._tag, Decl(mixinClassesAnnotated.ts, 24, 18)) [all …]
|
D | mixinClassesAnonymous.symbols | 69 _tag: string; 70 >_tag : Symbol(C._tag, Decl(mixinClassesAnonymous.ts, 20, 32)) 79 this._tag = "hello"; 80 >this._tag : Symbol(C._tag, Decl(mixinClassesAnonymous.ts, 20, 32)) 82 >_tag : Symbol(C._tag, Decl(mixinClassesAnonymous.ts, 20, 32)) 117 thing._tag; 118 >thing._tag : Symbol(C._tag, Decl(mixinClassesAnonymous.ts, 20, 32)) 120 >_tag : Symbol(C._tag, Decl(mixinClassesAnonymous.ts, 20, 32)) 135 thing._tag; 136 >thing._tag : Symbol(C._tag, Decl(mixinClassesAnonymous.ts, 20, 32)) [all …]
|
D | mixinClassesAnnotated.types | 68 _tag: string; 69 >_tag : string 80 _tag: string; 81 >_tag : string 92 this._tag = "hello"; 93 >this._tag = "hello" : "hello" 94 >this._tag : string 96 >_tag : string 139 thing._tag; 140 >thing._tag : string [all …]
|
D | mixingApparentTypeOverrides.types | 11 >class extends Base { _tag: string; constructor(...args: any[]) { super(...args); t… 14 _tag: string; 15 >_tag : string 26 this._tag = ""; 27 >this._tag = "" : "" 28 >this._tag : string 30 >_tag : string
|
D | mixinClassesAnnotated.js | 27 _tag: string; 32 _tag: string; 35 this._tag = "hello"; 48 thing._tag; 54 thing._tag; 61 this._tag = tag; 122 _this._tag = "hello"; 135 thing._tag; 140 thing._tag; 147 _this._tag = tag; [all …]
|
D | mixinClassesAnonymous.js | 23 _tag: string; 26 this._tag = "hello"; 39 thing._tag; 45 thing._tag; 52 this._tag = tag; 121 _this._tag = "hello"; 134 thing._tag; 139 thing._tag; 146 _this._tag = tag;
|
D | mixingApparentTypeOverrides.symbols | 18 _tag: string; 19 >_tag : Symbol((Anonymous class)._tag, Decl(mixingApparentTypeOverrides.ts, 2, 29)) 28 this._tag = ""; 29 >this._tag : Symbol((Anonymous class)._tag, Decl(mixingApparentTypeOverrides.ts, 2, 29)) 31 >_tag : Symbol((Anonymous class)._tag, Decl(mixingApparentTypeOverrides.ts, 2, 29))
|
D | mixinClassesAnonymous.types | 67 _tag: string; 68 >_tag : string 79 this._tag = "hello"; 80 >this._tag = "hello" : "hello" 81 >this._tag : string 83 >_tag : string 126 thing._tag; 127 >thing._tag : string 129 >_tag : string 148 thing._tag; [all …]
|
D | mixingApparentTypeOverrides.js | 5 _tag: string; 8 this._tag = ""; 56 _this._tag = "";
|
D | varianceProblingAndZeroOrderIndexSignatureRelationsAlign.js | 5 readonly _tag: 'Left' = 'Left' 19 readonly _tag: 'Right' = 'Right' 91 this._tag = 'Left'; 105 this._tag = 'Right';
|
D | varianceProblingAndZeroOrderIndexSignatureRelationsAlign2.js | 5 readonly _tag: 'Left' = 'Left' 19 readonly _tag: 'Right' = 'Right' 91 this._tag = 'Left'; 105 this._tag = 'Right';
|
D | varianceProblingAndZeroOrderIndexSignatureRelationsAlign.types | 8 readonly _tag: 'Left' = 'Left' 9 >_tag : "Left" 45 readonly _tag: 'Right' = 'Right' 46 >_tag : "Right"
|
D | varianceProblingAndZeroOrderIndexSignatureRelationsAlign2.types | 8 readonly _tag: 'Left' = 'Left' 9 >_tag : "Left" 45 readonly _tag: 'Right' = 'Right' 46 >_tag : "Right"
|
D | varianceProblingAndZeroOrderIndexSignatureRelationsAlign2.symbols | 18 readonly _tag: 'Left' = 'Left' 19 >_tag : Symbol(Left._tag, Decl(varianceProblingAndZeroOrderIndexSignatureRelationsAlign2.ts, 2, 18)) 70 readonly _tag: 'Right' = 'Right' 71 >_tag : Symbol(Right._tag, Decl(varianceProblingAndZeroOrderIndexSignatureRelationsAlign2.ts, 16, 1…
|
D | varianceProblingAndZeroOrderIndexSignatureRelationsAlign.symbols | 18 readonly _tag: 'Left' = 'Left' 19 >_tag : Symbol(Left._tag, Decl(varianceProblingAndZeroOrderIndexSignatureRelationsAlign.ts, 2, 18)) 70 readonly _tag: 'Right' = 'Right' 71 >_tag : Symbol(Right._tag, Decl(varianceProblingAndZeroOrderIndexSignatureRelationsAlign.ts, 16, 19…
|
/third_party/mesa3d/include/android_stub/log/ |
D | log.h | 110 #define LOG_EVENT_INT(_tag, _value) \ argument 113 (void)android_btWriteLog(_tag, EVENT_TYPE_INT, &intBuf, sizeof(intBuf)); \ 117 #define LOG_EVENT_LONG(_tag, _value) \ argument 120 (void)android_btWriteLog(_tag, EVENT_TYPE_LONG, &longBuf, sizeof(longBuf)); \ 124 #define LOG_EVENT_FLOAT(_tag, _value) \ argument 127 (void)android_btWriteLog(_tag, EVENT_TYPE_FLOAT, &floatBuf, \ 132 #define LOG_EVENT_STRING(_tag, _value) \ argument 133 (void)__android_log_bswrite(_tag, _value);
|
/third_party/typescript/tests/cases/conformance/classes/ |
D | mixinClassesAnnotated.ts | 28 _tag: string; property 33 _tag: string; 36 this._tag = "hello"; 49 thing._tag; 55 thing._tag; 62 this._tag = tag;
|
D | mixinClassesAnonymous.ts | 22 _tag: string; 25 this._tag = "hello"; 38 thing._tag; 44 thing._tag; 51 this._tag = tag;
|
/third_party/typescript/tests/cases/compiler/ |
D | mixingApparentTypeOverrides.ts | 4 _tag: string; 7 this._tag = "";
|
D | varianceProblingAndZeroOrderIndexSignatureRelationsAlign2.ts | 5 readonly _tag: 'Left' = 'Left' property in Left 19 readonly _tag: 'Right' = 'Right' property in Right
|
D | varianceProblingAndZeroOrderIndexSignatureRelationsAlign.ts | 5 readonly _tag: 'Left' = 'Left' property in Left 19 readonly _tag: 'Right' = 'Right' property in Right
|
/third_party/boost/boost/fusion/sequence/io/detail/ |
D | manip.hpp | 224 struct name##_tag; \ 237 string_ios_manip<name##_tag, Stream> manip(s); \ 245 string_ios_manip<name##_tag, Stream> manip(s); \
|
/third_party/boost/boost/spirit/home/x3/char/ |
D | char_class.hpp | 28 is(name##_tag, Char ch) \ 73 typedef char_class<char_encoding::encoding, name##_tag> name##_type; \
|
/third_party/libunwind/include/ |
D | libunwind-dynamic.h | 180 #define _U_dyn_op(_tag, _qp, _when, _reg, _val) \ argument 181 ((unw_dyn_op_t) { (_tag), (_qp), (_reg), (_when), (_val) })
|
/third_party/boost/boost/parameter/aux_/pack/ |
D | make_arg_list.hpp | 108 ::tag_type<_parameter_spec>::type _tag; typedef in boost::parameter::aux::make_arg_list00 208 , ::boost::mp11::mp_list<_tag,_argument> 225 , ::boost::mpl::apply_wrap2<TagFn,_tag,_argument>
|