Searched refs:constructors (Results 1 – 25 of 690) sorted by relevance
12345678910>>...28
/third_party/typescript/tests/baselines/reference/ |
D | errorSuperCalls.errors.txt | 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… 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 …]
|
D | illegalSuperCallsInConstructor.errors.txt | 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… 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…
|
D | superCallOutsideConstructor.errors.txt | 1 …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…
|
D | derivedClassSuperCallsInNonConstructorMembers.errors.txt | 6 …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 …]
|
D | derivedClassConstructorWithoutSuperCall.errors.txt | 3 …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…
|
D | superCallFromFunction1.errors.txt | 1 …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…
|
D | parserSuperExpression2.errors.txt | 1 …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/ |
D | generate_psa_tests.py | 108 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/ |
D | error_serdes.js | 63 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/ |
D | disabling_implicit_constructor.md | 3 …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…
|
D | disabling_catchall.md | 3 …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…
|
D | move_constructor.md | 4 categories = ["constructors", "implicit-constructors", "move-constructors"] 12 *Complexity*: Same as for `value_type`'s, `error_type`'s and `exception_type`'s move constructors. …
|
D | copy_constructor.md | 4 categories = ["constructors", "implicit-constructors", "copy-constructors"] 12 *Complexity*: Same as for `value_type`'s, `error_type`'s and `exception_type`'s copy constructors. …
|
D | implicit_failure_error_exception_move_constructor.md | 4 categories = ["constructors", "implicit-constructors", "tagged-constructors"] 13 *Complexity*: Same as for the `error_type` and `exception_type` constructors which accept `EC` and …
|
D | implicit_failure_error_exception_copy_constructor.md | 4 categories = ["constructors", "implicit-constructors", "tagged-constructors"] 13 *Complexity*: Same as for the `error_type` and `exception_type` constructors which accept `EC` and …
|
D | explicit_result_make_error_code_copy_converting_constructor.md | 4 categories = ["constructors", "explicit-constructors", "converting-constructors"] 12 *Complexity*: Same as for the copy constructors of the underlying types. Constexpr, triviality and …
|
D | explicit_result_make_error_code_move_converting_constructor.md | 4 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/ |
D | disabling_implicit_constructor.md | 3 …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…
|
D | disabling_catchall.md | 3 …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…
|
D | copy_constructor.md | 4 categories = ["constructors", "implicit-constructors", "copy-constructors"] 12 *Complexity*: Same as for `value_type`'s and `error_type`'s copy constructors. Constexpr, trivialit…
|
D | move_constructor.md | 4 categories = ["constructors", "implicit-constructors", "move-constructors"] 12 *Complexity*: Same as for `value_type`'s and `error_type`'s move constructors. Constexpr, trivialit…
|
D | _index.md | 40 …constructors 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 …]
|
D | explicit_make_exception_ptr_copy_converting_constructor.md | 4 categories = ["constructors", "explicit-constructors", "converting-constructors"] 12 *Complexity*: Same as for the copy constructors of the underlying types. Constexpr, triviality and …
|
D | explicit_make_error_code_move_converting_constructor.md | 4 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/ |
D | no-empty-function.md | 27 | '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