Home
last modified time | relevance | path

Searched defs:identifiers (Results 1 – 24 of 24) sorted by relevance

/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint-scope/
DVariable.ts9 identifiers: TSESTree.Identifier[]; property
/third_party/typescript_eslint/packages/scope-manager/src/variable/
DVariableBase.ts30 public readonly identifiers: TSESTree.Identifier[] = []; property in VariableBase
/third_party/boost/libs/contract/example/features/
Dpublic.cpp117 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/
DScope.ts11 public readonly identifiers: TSESTree.Identifier[]; property in Scope.ESLintScopeVariable
/third_party/boost/libs/icl/test/test_doc_code_/
Dtest_doc_code.cpp59 IdentifiersT identifiers, excluded; in BOOST_AUTO_TEST_CASE() local
/third_party/python/Doc/reference/
Dlexical_analysis.rst274 .. _identifiers: target in Other tokens
393 .. _literals:
/third_party/typescript/src/services/codefixes/
DaddMissingAwait.ts131 const identifiers = getIdentifiersFromErrorSpanExpression(expression, checker); constant
180 identifiers: readonly Identifier[]; property
DconvertToEs6Module.ts43 …const identifiers: Identifiers = { original: collectFreeIdentifiers(sourceFile), additional: new S… constant
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dno-unused-vars.ts307 const identifiers: TSESTree.Identifier[] = []; constant
Dno-redeclare.ts141 const identifiers = variable.identifiers constant
Dnaming-convention.ts493 const identifiers: TSESTree.Identifier[] = []; constant
550 const identifiers: TSESTree.Identifier[] = []; constant
571 const identifiers: TSESTree.Identifier[] = []; constant
/third_party/node/tools/doc/
Dapilinks.mjs68 const exported = { constructors: [], identifiers: [] }; property
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/
Dwgsl_mutator.cc157 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/cpptoc/
Dbrowser_cpptoc.cc315 int64* identifiers) { in browser_get_frame_identifiers()
/third_party/cef/libcef_dll/ctocpp/
Dbrowser_ctocpp.cc309 void CefBrowserCToCpp::GetFrameIdentifiers(std::vector<int64>& identifiers) { in GetFrameIdentifiers()
/third_party/cef/libcef/renderer/
Dbrowser_impl.cc231 void CefBrowserImpl::GetFrameIdentifiers(std::vector<int64>& identifiers) { in GetFrameIdentifiers()
/third_party/cef/libcef/browser/
Dbrowser_host_base.cc659 void CefBrowserHostBase::GetFrameIdentifiers(std::vector<int64>& identifiers) { in GetFrameIdentifiers()
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/
Dwebidl2.js644 function identifiers() { function
/third_party/cef/tests/ceftests/
Dframe_unittest.cc875 std::vector<int64> identifiers; in VerifySingleBrowserFrames() local
/third_party/typescript/lib/
DtypescriptServices.js138196 … 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
Dtypescript.js138196 … 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
Dtsserverlibrary.js138196 … 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
Dtsserver.js137627 … 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
/third_party/node/tools/
Dlint-md.mjs16461 var identifiers = { variable