Home
last modified time | relevance | path

Searched refs:instantiations (Results 1 – 25 of 45) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DunionPropertyOfProtectedAndIntersectionProperty.types44 // where `Foo` and `Foo'` are different this-type instantiations of `Foo`.
45 // Those two instantiations have the same `foo` property, but then `(Foo & Bar)['foo']`
DunionPropertyOfProtectedAndIntersectionProperty.errors.txt33 // where `Foo` and `Foo'` are different this-type instantiations of `Foo`.
34 // Those two instantiations have the same `foo` property, but then `(Foo & Bar)['foo']`
DinDoesNotOperateOnPrimitiveTypes.types48 return key in thing; // Error (because all possible instantiations are errors)
58 "key" in thing; // Error (because all possible instantiations are errors)
157 "key" in thing; // Error (because all possible instantiations are errors)
DinDoesNotOperateOnPrimitiveTypes.symbols50 return key in thing; // Error (because all possible instantiations are errors)
63 "key" in thing; // Error (because all possible instantiations are errors)
149 "key" in thing; // Error (because all possible instantiations are errors)
DunionPropertyOfProtectedAndIntersectionProperty.symbols64 // where `Foo` and `Foo'` are different this-type instantiations of `Foo`.
65 // Those two instantiations have the same `foo` property, but then `(Foo & Bar)['foo']`
DinDoesNotOperateOnPrimitiveTypes.errors.txt50 return key in thing; // Error (because all possible instantiations are errors)
58 "key" in thing; // Error (because all possible instantiations are errors)
120 "key" in thing; // Error (because all possible instantiations are errors)
DcyclicTypeInstantiation.types48 // Relating types of a and b produces instantiations of the cyclic anonymous types in foo and bar
DcyclicTypeInstantiation.symbols50 // Relating types of a and b produces instantiations of the cyclic anonymous types in foo and bar
DmappedTypeWithAny.errors.txt48 // inconsistent for two instantiations of `Objectish<any>` to produce different outputs
DmappedTypeWithAny.types74 // inconsistent for two instantiations of `Objectish<any>` to produce different outputs
DmappedTypeWithAny.symbols97 // inconsistent for two instantiations of `Objectish<any>` to produce different outputs
DrecursiveConditionalTypes.errors.txt140 // Inference from nested instantiations of same generic types
DrecursiveConditionalTypes.types238 // Inference from nested instantiations of same generic types
/third_party/rust/crates/cxx/book/src/
Dextern-c++.md295 underlying template instantiations performed by the C++ compiler.
311 // bridge, and automatically emits the right template instantiations
323 // whether template instantiations corresponding to std::unique_ptr<A>
/third_party/openssl/crypto/engine/
DREADME.md121 use by EVP_MD code. Ditto for tb_rsa.c, tb_dsa.c, etc. These instantiations of
184 tick is that the ENGINE_TABLE instantiations (tb_***.c) use NULL as their
193 the same as the situation in the ENGINE_TABLE instantiations ... NULL is the
/third_party/node/deps/openssl/openssl/crypto/engine/
DREADME.md121 use by EVP_MD code. Ditto for tb_rsa.c, tb_dsa.c, etc. These instantiations of
184 tick is that the ENGINE_TABLE instantiations (tb_***.c) use NULL as their
193 the same as the situation in the ENGINE_TABLE instantiations ... NULL is the
/third_party/skia/buildtools/third_party/libc++/
DBUILD.gn84 "trunk/src/ios.instantiations.cpp",
/third_party/openssl/doc/man3/
DX509_LOOKUP_meth_new.pod105 of an X509_LOOKUP_METHOD can be associated to many instantiations of an
/third_party/python/Doc/library/
Dwebbrowser.rst106 may be passed to the :func:`get` function and the corresponding instantiations
/third_party/rust/crates/cxx/
DREADME.md306 - Template instantiations: for example in order to expose a UniquePtr\<T\> type
308 to connect the behavior back to the template instantiations performed by the
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_get_program_binary.txt235 GetProgramBinaryOES. This is useful for future instantiations of the GL to
/third_party/icu/docs/userguide/datetime/calendar/
Dindex.md90 system. `Calendar` objects (instantiations of concrete subclasses of `Calendar`),
/third_party/openGLES/extensions/OES/
DOES_get_program_binary.txt245 GetProgramBinaryOES. This is useful for future instantiations of the GL to
/third_party/typescript/src/compiler/
Dtypes.ts5444instantiations?: ESMap<string, Type>; // Instantiations of generic type alias (undefined if …
5956instantiations?: ESMap<string, Type>; // Instantiations of generic type alias (undefined if non-ge…
5975 instantiations: ESMap<string, TypeReference>; // Generic instantiation cache
6048instantiations?: ESMap<string, Type>; // Instantiations of generic type alias (undefined if non-ge…
6199 instantiations?: Map<Type>;
6316 instantiations?: ESMap<string, Signature>; // Generic signature instantiation cache
/third_party/googletest/docs/reference/
Dtesting.md95 test suite, to distinguish between multiple instantiations. In test output, the
277 test suite, to distinguish between multiple instantiations. In test output, the

12