Home
last modified time | relevance | path

Searched refs:TypeFactory (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/gil/doc/
Dreference.dox204 /// \defgroup TypeFactory Type Factory Metafunctions
273 - \ref TypeFactory
/third_party/typescript/tests/baselines/reference/
Dparserharness.symbols2742 export class TypeFactory {
2743 >TypeFactory : Symbol(TypeFactory, Decl(parserharness.ts, 942, 9))
2746 >any : Symbol(TypeFactory.any, Decl(parserharness.ts, 944, 34))
2750 >number : Symbol(TypeFactory.number, Decl(parserharness.ts, 945, 29))
2754 >string : Symbol(TypeFactory.string, Decl(parserharness.ts, 946, 32))
2758 >boolean : Symbol(TypeFactory.boolean, Decl(parserharness.ts, 947, 32))
2763 >this.any : Symbol(TypeFactory.any, Decl(parserharness.ts, 944, 34))
2764 >this : Symbol(TypeFactory, Decl(parserharness.ts, 942, 9))
2765 >any : Symbol(TypeFactory.any, Decl(parserharness.ts, 944, 34))
2766 >this.get : Symbol(TypeFactory.get, Decl(parserharness.ts, 955, 13))
[all …]
Dparserharness.js946 export class TypeFactory {
2890 var TypeFactory = /** @class */ (function () { class
2891 function TypeFactory() { class in anonymousFunctionbf5f0fb92300.anonymousFunctionbf5f0fb94c00.TypeFactory
2897 TypeFactory.prototype.get = function (code, target) { class
2973 TypeFactory.prototype.getTypeInfoName = function (ast) {
3022 TypeFactory.prototype.isOfType = function (expr, expectedType) {
3028 return TypeFactory;
3030 Compiler.TypeFactory = TypeFactory;
Dparserharness.errors.txt1112 export class TypeFactory {
Dparserharness.types3601 export class TypeFactory {
3602 >TypeFactory : TypeFactory
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts946 export class TypeFactory {