Home
last modified time | relevance | path

Searched refs:constructors (Results 1 – 25 of 690) sorted by relevance

12345678910>>...28

/third_party/typescript/tests/baselines/reference/
DerrorSuperCalls.errors.txt2 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
3 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
4 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
5 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
6 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
7 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
8 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
9 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
11 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
12 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
[all …]
DillegalSuperCallsInConstructor.errors.txt2 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
3 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
4 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
6 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
8 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
22 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
26 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
30 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
40 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
52 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
DsuperCallOutsideConstructor.errors.txt1 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
2 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
3 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
14 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
22 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
28 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
DderivedClassSuperCallsInNonConstructorMembers.errors.txt6 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
11 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
17 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
19 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
23 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
29 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
36 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
62 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
75 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
91 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
[all …]
DderivedClassConstructorWithoutSuperCall.errors.txt3 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
5 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
9 // derived class constructors must contain a super call
33 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
45 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
DsuperCallFromFunction1.errors.txt1 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
8 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
DparserSuperExpression2.errors.txt1 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
10 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
/third_party/mbedtls/tests/scripts/
Dgenerate_psa_tests.py108 self.constructors = self.read_psa_interface()
112 constructors: macro_collector.PSAMacroEnumerator
116 constructors.key_types.discard('PSA_KEY_TYPE_DH_KEY_PAIR')
117 constructors.key_types.discard('PSA_KEY_TYPE_DH_PUBLIC_KEY')
118 constructors.key_types.discard('PSA_KEY_TYPE_DSA_KEY_PAIR')
119 constructors.key_types.discard('PSA_KEY_TYPE_DSA_PUBLIC_KEY')
123 constructors = macro_collector.InputsForTest()
128 constructors.parse_header(header_file_name)
130 constructors.parse_test_cases(test_cases)
131 self.remove_unwanted_macros(constructors)
[all …]
/third_party/node/lib/internal/
Derror_serdes.js63 const constructors = [];
70 ObjectDefineProperty(constructors, constructors.length, {
76 return constructors;
98 const constructors = GetConstructors(error);
99 for (let i = 0; i < constructors.length; i++) {
100 const name = GetName(constructors[i]);
/third_party/boost/libs/outcome/doc/src/content/reference/types/basic_outcome/
Ddisabling_implicit_constructor.md3 …ctor used to give useful diagnostic error when trying to use implicit constructors when `predicate…
4 categories = ["constructors", "disabling-constructors"]
8 …ctor used to give useful diagnostic error when trying to use implicit constructors when `predicate…
Ddisabling_catchall.md3 …r used to give useful diagnostic error when trying to use non-inplace constructors when `predicate…
4 categories = ["constructors", "disabling-constructors"]
8 …r used to give useful diagnostic error when trying to use non-inplace constructors when `predicate…
Dmove_constructor.md4 categories = ["constructors", "implicit-constructors", "move-constructors"]
12 *Complexity*: Same as for `value_type`'s, `error_type`'s and `exception_type`'s move constructors. …
Dcopy_constructor.md4 categories = ["constructors", "implicit-constructors", "copy-constructors"]
12 *Complexity*: Same as for `value_type`'s, `error_type`'s and `exception_type`'s copy constructors. …
Dimplicit_failure_error_exception_move_constructor.md4 categories = ["constructors", "implicit-constructors", "tagged-constructors"]
13 *Complexity*: Same as for the `error_type` and `exception_type` constructors which accept `EC` and …
Dimplicit_failure_error_exception_copy_constructor.md4 categories = ["constructors", "implicit-constructors", "tagged-constructors"]
13 *Complexity*: Same as for the `error_type` and `exception_type` constructors which accept `EC` and …
Dexplicit_result_make_error_code_copy_converting_constructor.md4 categories = ["constructors", "explicit-constructors", "converting-constructors"]
12 *Complexity*: Same as for the copy constructors of the underlying types. Constexpr, triviality and …
Dexplicit_result_make_error_code_move_converting_constructor.md4 categories = ["constructors", "explicit-constructors", "converting-constructors"]
12 *Complexity*: Same as for the move constructors of the underlying types. Constexpr, triviality and …
/third_party/boost/libs/outcome/doc/src/content/reference/types/basic_result/
Ddisabling_implicit_constructor.md3 …ctor used to give useful diagnostic error when trying to use implicit constructors when `predicate…
4 categories = ["constructors", "disabling-constructors"]
8 …ctor used to give useful diagnostic error when trying to use implicit constructors when `predicate…
Ddisabling_catchall.md3 …r used to give useful diagnostic error when trying to use non-inplace constructors when `predicate…
4 categories = ["constructors", "disabling-constructors"]
8 …r used to give useful diagnostic error when trying to use non-inplace constructors when `predicate…
Dcopy_constructor.md4 categories = ["constructors", "implicit-constructors", "copy-constructors"]
12 *Complexity*: Same as for `value_type`'s and `error_type`'s copy constructors. Constexpr, trivialit…
Dmove_constructor.md4 categories = ["constructors", "implicit-constructors", "move-constructors"]
12 *Complexity*: Same as for `value_type`'s and `error_type`'s move constructors. Constexpr, trivialit…
D_index.md40constructors disable and a `T` or `E` can be specified via {{% api "in_place_type_t<T>" %}}, or vi…
122 - `MoveConstructible`, if both `value_type` and `error_type` implement move constructors.
123 - `CopyConstructible`, if both `value_type` and `error_type` implement copy constructors.
124 - `MoveAssignable`, if both `value_type` and `error_type` implement move constructors and move assi…
125 - `CopyAssignable`, if both `value_type` and `error_type` implement copy constructors and copy assi…
148 #### Disabling constructors
150 {{% children description="true" depth="2" categories="disabling-constructors" %}}
152 #### Copy and move constructors and assignment, and destructor
154 …en description="true" depth="2" categories="default-constructors,copy-constructors,move-constructo…
156 #### Converting constructors
[all …]
Dexplicit_make_exception_ptr_copy_converting_constructor.md4 categories = ["constructors", "explicit-constructors", "converting-constructors"]
12 *Complexity*: Same as for the copy constructors of the underlying types. Constexpr, triviality and …
Dexplicit_make_error_code_move_converting_constructor.md4 categories = ["constructors", "explicit-constructors", "converting-constructors"]
12 *Complexity*: Same as for the move constructors of the underlying types. Constexpr, triviality and …
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dno-empty-function.md27 | 'private-constructors'
28 | 'protected-constructors'
44 ### allow: `private-constructors`
46 Examples of correct code for the `{ "allow": ["private-constructors"] }` option:
54 ### allow: `protected-constructors`
56 Examples of correct code for the `{ "allow": ["protected-constructors"] }` option:

12345678910>>...28