Home
last modified time | relevance | path

Searched refs:TBase (Results 1 – 25 of 32) sorted by relevance

12

/third_party/flutter/skia/src/gpu/
DGrTRecorder.h29 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/
DmixinAbstractClassesReturnTypeInference.types14 function Mixin2<TBase extends abstract new (...args: any[]) => any>(baseClass: TBase) {
15TBase 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
38TBase extends abstract new (...args: any[]) => any>(baseClass: TBase) => ((abstract new (...args: …
DtypeAliasFunctionTypeSharedSymbol.types4 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…
DnoCrashOnMixin.types18 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…
DanonClassDeclarationEmitIsAnon.types23 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
44TBase extends import("tests/cases/compiler/wrapClass").Constructor<{}>>(Base: TBase) => { new (...…
64TBase extends import("tests/cases/compiler/wrapClass").Constructor<{}>>(Base: TBase) => { new (...…
DbaseIndexSignatureResolution.symbols19 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;
DmixinAbstractClassesReturnTypeInference.js10 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;
DtypeAliasFunctionTypeSharedSymbol.symbols4 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))
DnoCrashOnMixin.symbols20 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))
DmixinAbstractClassesReturnTypeInference.symbols16 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))
DanonClassDeclarationEmitIsAnon.symbols24 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))
DbaseIndexSignatureResolution.types16 interface FooOf<TBase extends Base> extends Foo {
17 [i: number]: TBase;
35 interface B<TBase extends Base> extends A {
36 foo(): TBase;
DanonClassDeclarationEmitIsAnon.js14 export function Timestamped<TBase extends Constructor>(Base: TBase) {
126 export declare function Timestamped<TBase extends Constructor>(Base: TBase): {
130 } & TBase;
DnoCrashOnMixin.errors.txt15 function Mixin<TBase extends Constructor>(Base: TBase) {
DtypeAliasFunctionTypeSharedSymbol.js4 function Mixin<TBase extends {new (...args: any[]): {}}>(Base: TBase) {
DbaseIndexSignatureResolution.js9 interface FooOf<TBase extends Base> extends Foo {
10 [i: number]: TBase;
DnoCrashOnMixin.js12 function Mixin<TBase extends Constructor>(Base: TBase) {
/third_party/typescript/tests/cases/compiler/
DtypeAliasFunctionTypeSharedSymbol.ts3 function Mixin<TBase extends {new (...args: any[]): {}}>(Base: TBase) {
DnoCrashOnMixin.ts11 function Mixin<TBase extends Constructor>(Base: TBase) {
DbaseIndexSignatureResolution.ts8 interface FooOf<TBase extends Base> extends Foo {
9 [i: number]: TBase;
DanonClassDeclarationEmitIsAnon.ts13 export function Timestamped<TBase extends Constructor>(Base: TBase) {
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-hangul.cc98 #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/
Dhb-ot-shape-complex-hangul.cc102 #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/
Dhb-ot-shape-complex-hangul.cc102 #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/
DmixinAbstractClassesReturnTypeInference.ts12 function Mixin2<TBase extends abstract new (...args: any[]) => any>(baseClass: TBase) {

12