/third_party/flutter/skia/src/gpu/ |
D | GrTRecorder.h | 29 template <typename TBase> class GrTRecorder { 52 TBase& back() { in back() 86 SK_WHEN((std::is_base_of<TBase, TItem>::value), TItem&) 94 TBase* get() const { return reinterpret_cast<TBase*>(const_cast<Header*>(this) + 1); } in get() 104 template <typename TBase> 106 inline SK_WHEN((std::is_base_of<TBase, TItem>::value), TItem&) 107 GrTRecorder<TBase>::emplaceWithData(size_t extraDataSize, Args... args) { in emplaceWithData() 129 reinterpret_cast<uintptr_t>(static_cast<TBase*>(item))); in emplaceWithData() 133 template <typename TBase> inline void GrTRecorder<TBase>::reset() { in reset() 135 i.~TBase(); in reset() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | mixinAbstractClassesReturnTypeInference.types | 14 function Mixin2<TBase extends abstract new (...args: any[]) => any>(baseClass: TBase) { 15 …TBase extends abstract new (...args: any[]) => any>(baseClass: TBase) => ((abstract new (...args: … 17 >baseClass : TBase 23 >baseClass : TBase 32 … any[]) => MixinClass) & { prototype: Mixin2<any>.MixinClass; staticMixinMethod(): void; }) & TBase 38 …TBase extends abstract new (...args: any[]) => any>(baseClass: TBase) => ((abstract new (...args: …
|
D | typeAliasFunctionTypeSharedSymbol.types | 4 function Mixin<TBase extends {new (...args: any[]): {}}>(Base: TBase) { 5 …<TBase extends new (...args: any[]) => {}>(Base: TBase) => { new (...args: any[]): (Anonymous clas… 7 >Base : TBase 10 … } : { new (...args: any[]): (Anonymous class); prototype: Mixin<any>.(Anonymous class); } & TBase 18 …<TBase extends new (...args: any[]) => {}>(Base: TBase) => { new (...args: any[]): (Anonymous clas…
|
D | noCrashOnMixin.types | 18 function Mixin<TBase extends Constructor>(Base: TBase) { 19 …in : <TBase extends Constructor<{}>>(Base: TBase) => { new (...args: any[]): (Anonymous class); pr… 20 >Base : TBase 23 … } : { new (...args: any[]): (Anonymous class); prototype: Mixin<any>.(Anonymous class); } & TBase 36 …in : <TBase extends Constructor<{}>>(Base: TBase) => { new (...args: any[]): (Anonymous class); pr…
|
D | anonClassDeclarationEmitIsAnon.types | 23 export function Timestamped<TBase extends Constructor>(Base: TBase) { 24 …: <TBase extends Constructor<{}>>(Base: TBase) => { new (...args: any[]): (Anonymous class); proto… 25 >Base : TBase 28 …{ new (...args: any[]): (Anonymous class); prototype: Timestamped<any>.(Anonymous class); } & TBase 44 …TBase extends import("tests/cases/compiler/wrapClass").Constructor<{}>>(Base: TBase) => { new (...… 64 …TBase extends import("tests/cases/compiler/wrapClass").Constructor<{}>>(Base: TBase) => { new (...…
|
D | baseIndexSignatureResolution.symbols | 19 interface FooOf<TBase extends Base> extends Foo { 21 >TBase : Symbol(TBase, Decl(baseIndexSignatureResolution.ts, 7, 16)) 25 [i: number]: TBase; 27 >TBase : Symbol(TBase, Decl(baseIndexSignatureResolution.ts, 7, 16)) 44 interface B<TBase extends Base> extends A { 45 foo(): TBase;
|
D | mixinAbstractClassesReturnTypeInference.js | 10 function Mixin2<TBase extends abstract new (...args: any[]) => any>(baseClass: TBase) { 49 declare function Mixin2<TBase extends abstract new (...args: any[]) => any>(baseClass: TBase): ((ab… 54 }) & TBase;
|
D | typeAliasFunctionTypeSharedSymbol.symbols | 4 function Mixin<TBase extends {new (...args: any[]): {}}>(Base: TBase) { 6 >TBase : Symbol(TBase, Decl(typeAliasFunctionTypeSharedSymbol.ts, 2, 15)) 9 >TBase : Symbol(TBase, Decl(typeAliasFunctionTypeSharedSymbol.ts, 2, 15))
|
D | noCrashOnMixin.symbols | 20 function Mixin<TBase extends Constructor>(Base: TBase) { 22 >TBase : Symbol(TBase, Decl(noCrashOnMixin.ts, 10, 15)) 25 >TBase : Symbol(TBase, Decl(noCrashOnMixin.ts, 10, 15))
|
D | mixinAbstractClassesReturnTypeInference.symbols | 16 function Mixin2<TBase extends abstract new (...args: any[]) => any>(baseClass: TBase) { 18 >TBase : Symbol(TBase, Decl(mixinAbstractClassesReturnTypeInference.ts, 8, 16)) 21 >TBase : Symbol(TBase, Decl(mixinAbstractClassesReturnTypeInference.ts, 8, 16))
|
D | anonClassDeclarationEmitIsAnon.symbols | 24 export function Timestamped<TBase extends Constructor>(Base: TBase) { 26 >TBase : Symbol(TBase, Decl(wrapClass.ts, 10, 28)) 29 >TBase : Symbol(TBase, Decl(wrapClass.ts, 10, 28))
|
D | baseIndexSignatureResolution.types | 16 interface FooOf<TBase extends Base> extends Foo { 17 [i: number]: TBase; 35 interface B<TBase extends Base> extends A { 36 foo(): TBase;
|
D | anonClassDeclarationEmitIsAnon.js | 14 export function Timestamped<TBase extends Constructor>(Base: TBase) { 126 export declare function Timestamped<TBase extends Constructor>(Base: TBase): { 130 } & TBase;
|
D | noCrashOnMixin.errors.txt | 15 function Mixin<TBase extends Constructor>(Base: TBase) {
|
D | typeAliasFunctionTypeSharedSymbol.js | 4 function Mixin<TBase extends {new (...args: any[]): {}}>(Base: TBase) {
|
D | baseIndexSignatureResolution.js | 9 interface FooOf<TBase extends Base> extends Foo { 10 [i: number]: TBase;
|
D | noCrashOnMixin.js | 12 function Mixin<TBase extends Constructor>(Base: TBase) {
|
/third_party/typescript/tests/cases/compiler/ |
D | typeAliasFunctionTypeSharedSymbol.ts | 3 function Mixin<TBase extends {new (...args: any[]): {}}>(Base: TBase) {
|
D | noCrashOnMixin.ts | 11 function Mixin<TBase extends Constructor>(Base: TBase) {
|
D | baseIndexSignatureResolution.ts | 8 interface FooOf<TBase extends Base> extends Foo { 9 [i: number]: TBase;
|
D | anonClassDeclarationEmitIsAnon.ts | 13 export function Timestamped<TBase extends Constructor>(Base: TBase) {
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex-hangul.cc | 98 #define TBase 0x11A7u macro 108 #define isCombiningT(u) (hb_in_range<hb_codepoint_t> ((u), TBase+1, TBase+TCount-1)) 257 tindex = t - TBase; /* Only used if isCombiningT (t); otherwise invalid. */ in preprocess_text_hangul() 316 unsigned int new_tindex = buffer->cur(+1).codepoint - TBase; in preprocess_text_hangul() 340 TBase + tindex}; in preprocess_text_hangul()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex-hangul.cc | 102 #define TBase 0x11A7u macro 112 #define isCombiningT(u) (hb_in_range<hb_codepoint_t> ((u), TBase+1, TBase+TCount-1)) 263 tindex = t - TBase; /* Only used if isCombiningT (t); otherwise invalid. */ in preprocess_text_hangul() 322 unsigned int new_tindex = buffer->cur(+1).codepoint - TBase; in preprocess_text_hangul() 344 TBase + tindex}; in preprocess_text_hangul()
|
/third_party/harfbuzz/src/ |
D | hb-ot-shape-complex-hangul.cc | 102 #define TBase 0x11A7u macro 112 #define isCombiningT(u) (hb_in_range<hb_codepoint_t> ((u), TBase+1, TBase+TCount-1)) 263 tindex = t - TBase; /* Only used if isCombiningT (t); otherwise invalid. */ in preprocess_text_hangul() 322 unsigned int new_tindex = buffer->cur(+1).codepoint - TBase; in preprocess_text_hangul() 344 TBase + tindex}; in preprocess_text_hangul()
|
/third_party/typescript/tests/cases/conformance/classes/ |
D | mixinAbstractClassesReturnTypeInference.ts | 12 function Mixin2<TBase extends abstract new (...args: any[]) => any>(baseClass: TBase) {
|