/third_party/typescript_eslint/packages/scope-manager/src/variable/ |
D | VariableBase.ts | 30 public readonly identifiers: TSESTree.Identifier[] = []; property in VariableBase
|
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint-scope/ |
D | Variable.ts | 9 identifiers: TSESTree.Identifier[]; property
|
/third_party/boost/libs/contract/example/features/ |
D | public.cpp | 117 class identifiers class 164 identifiers(int from, int to) : unique_identifiers(from, to) { in identifiers() function in identifiers
|
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/ |
D | Scope.ts | 11 public readonly identifiers: TSESTree.Identifier[]; property in Scope.ESLintScopeVariable
|
/third_party/boost/libs/icl/test/test_doc_code_/ |
D | test_doc_code.cpp | 59 IdentifiersT identifiers, excluded; in BOOST_AUTO_TEST_CASE() local
|
/third_party/python/Doc/reference/ |
D | lexical_analysis.rst | 274 .. _identifiers: target in Other tokens 426 .. _literals:
|
/third_party/typescript/src/services/codefixes/ |
D | addMissingAwait.ts | 131 const identifiers = getIdentifiersFromErrorSpanExpression(expression, checker); constant 180 identifiers: readonly Identifier[]; property
|
D | convertToEs6Module.ts | 43 …const identifiers: Identifiers = { original: collectFreeIdentifiers(sourceFile), additional: new S… constant
|
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/ |
D | no-unused-vars.ts | 307 const identifiers: TSESTree.Identifier[] = []; constant
|
D | no-redeclare.ts | 141 const identifiers = variable.identifiers constant
|
D | naming-convention.ts | 493 const identifiers: TSESTree.Identifier[] = []; constant 550 const identifiers: TSESTree.Identifier[] = []; constant 571 const identifiers: TSESTree.Identifier[] = []; constant
|
/third_party/node/tools/doc/ |
D | apilinks.mjs | 68 const exported = { constructors: [], identifiers: [] }; property
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/ |
D | wgsl_mutator.cc | 157 std::vector<std::pair<size_t, size_t>> identifiers = in InsertReturnStatement() local 306 std::vector<std::pair<size_t, size_t>> identifiers = in ReplaceRandomIdentifier() local
|
/third_party/cef/libcef_dll/ctocpp/ |
D | browser_ctocpp.cc | 325 void CefBrowserCToCpp::GetFrameIdentifiers(std::vector<int64>& identifiers) { in GetFrameIdentifiers()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | browser_cpptoc.cc | 331 int64* identifiers) { in browser_get_frame_identifiers()
|
/third_party/cef/libcef/renderer/ |
D | browser_impl.cc | 235 void CefBrowserImpl::GetFrameIdentifiers(std::vector<int64>& identifiers) { in GetFrameIdentifiers()
|
/third_party/mbedtls/tests/scripts/ |
D | check_names.py | 532 def parse_identifiers_in_file(self, header_file, identifiers): argument
|
/third_party/cef/libcef/browser/ |
D | browser_host_base.cc | 644 void CefBrowserHostBase::GetFrameIdentifiers(std::vector<int64>& identifiers) { in GetFrameIdentifiers()
|
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/ |
D | webidl2.js | 644 function identifiers() { function
|
/third_party/cef/tests/ceftests/ |
D | frame_unittest.cc | 874 std::vector<int64> identifiers; in VerifySingleBrowserFrames() local
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ParseHelper.cpp | 8182 …::addQualifierToExisting(const TSourceLoc& loc, TQualifier qualifier, TIdentifierList& identifiers) in addQualifierToExisting()
|
/third_party/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 8999 …::addQualifierToExisting(const TSourceLoc& loc, TQualifier qualifier, TIdentifierList& identifiers) in addQualifierToExisting()
|
/third_party/typescript/lib/ |
D | typescriptServices.js | 138196 … var identifiers = { original: collectFreeIdentifiers(sourceFile), additional: new ts.Set() }; variable 138221 function collectExportRenames(sourceFile, checker, identifiers) { argument 138251 …function convertStatement(sourceFile, statement, checker, changes, identifiers, target, exports, u… argument 138277 …function convertVariableStatement(sourceFile, statement, changes, checker, identifiers, target, qu… argument 138313 …function convertPropertyAccessImport(name, propertyName, moduleSpecifier, identifiers, quotePrefer… argument 138484 …function convertSingleImport(name, moduleSpecifier, checker, identifiers, target, quotePreference)… argument 138520 …function convertSingleIdentifierImport(name, moduleSpecifier, checker, identifiers, quotePreferenc… argument 138559 function makeUniqueName(name, identifiers) { argument
|
D | typescript.js | 138196 … var identifiers = { original: collectFreeIdentifiers(sourceFile), additional: new ts.Set() }; variable 138221 function collectExportRenames(sourceFile, checker, identifiers) { argument 138251 …function convertStatement(sourceFile, statement, checker, changes, identifiers, target, exports, u… argument 138277 …function convertVariableStatement(sourceFile, statement, changes, checker, identifiers, target, qu… argument 138313 …function convertPropertyAccessImport(name, propertyName, moduleSpecifier, identifiers, quotePrefer… argument 138484 …function convertSingleImport(name, moduleSpecifier, checker, identifiers, target, quotePreference)… argument 138520 …function convertSingleIdentifierImport(name, moduleSpecifier, checker, identifiers, quotePreferenc… argument 138559 function makeUniqueName(name, identifiers) { argument
|
D | tsserver.js | 137627 … var identifiers = { original: collectFreeIdentifiers(sourceFile), additional: new ts.Set() }; variable 137652 function collectExportRenames(sourceFile, checker, identifiers) { argument 137682 …function convertStatement(sourceFile, statement, checker, changes, identifiers, target, exports, u… argument 137708 …function convertVariableStatement(sourceFile, statement, changes, checker, identifiers, target, qu… argument 137744 …function convertPropertyAccessImport(name, propertyName, moduleSpecifier, identifiers, quotePrefer… argument 137915 …function convertSingleImport(name, moduleSpecifier, checker, identifiers, target, quotePreference)… argument 137951 …function convertSingleIdentifierImport(name, moduleSpecifier, checker, identifiers, quotePreferenc… argument 137990 function makeUniqueName(name, identifiers) { argument
|