Home
last modified time | relevance | path

Searched defs:identifier (Results 1 – 25 of 257) sorted by relevance

1234567891011

/third_party/boost/libs/spirit/test/lex/
Dsemantic_actions.cpp33 lex::token_def<> identifier; member
54 lex::token_def<> identifier; member
75 lex::token_def<> identifier; member
92 lex::token_def<> identifier; member
109 lex::token_def<> identifier; member
134 lex::token_def<> identifier; member
157 lex::token_def<> identifier; member
191 lex::token_def<> identifier; member
197 std::string identifier ("id_1234"); in main() local
Dregression_file_iterator2.cpp33 struct identifier struct
35 identifier(file_iterator, file_iterator) in identifier() function
Dregression_file_iterator1.cpp34 struct identifier struct
36 identifier(file_iterator, file_iterator) in identifier() function
/third_party/node/deps/npm/node_modules/spdx-correct/
Dindex.js239 var validTransformation = function (identifier) { argument
249 var validLastResort = function (identifier) { argument
260 var anyCorrection = function (identifier, check) { argument
278 module.exports = function (identifier) { argument
/third_party/boost/boost/detail/
Didentifier.hpp33 class identifier class
57 identifier() {} in identifier() function in boost::detail::identifier
58 explicit identifier( value_type v ) : m_value(v) {} in identifier() function in boost::detail::identifier
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dno-redeclare.ts186 for (const { identifier } of classDecls) { constant
207 for (const { identifier } of functionDecls) { constant
214 for (const { identifier } of identifiers) { constant
/third_party/node/test/parallel/
Dtest-vm-module-link.js111 identifier: 'vm:root', property
118 identifier: new URL(specifier, 'file:///').href, property
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dast.hpp37 struct identifier : tagged struct
39 identifier(std::string const& name = "") : name(name) {} in identifier() argument
40 std::string name;
/third_party/node/test/fixtures/es-modules/package-type-commonjs/
Dindex.js1 const identifier = 'package-type-commonjs'; constant
/third_party/node/test/fixtures/es-modules/package-type-module/
Dindex.js2 const identifier = 'package-type-module'; constant
/third_party/node/test/fixtures/es-modules/package-without-type/
Dindex.js1 const identifier = 'package-without-type'; constant
/third_party/node/deps/npm/node_modules/pacote/lib/util/
Dcache-key.js4 function cacheKey (type, identifier) { argument
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/mini_c/
Dast.hpp34 struct identifier : tagged struct
36 identifier(std::string const& name = "") : name(name) {} in identifier() function
37 std::string name;
/third_party/typescript/tests/baselines/reference/
DconditionalTypeDoesntSpinForever.js56 …buildPubSubRecordType(Object.assign({}, soFar, {identifier: instance as TYPE}) as SO_FAR & {identi… property
137identifier: (instance = undefined) => buildPubSubRecordType(Object.assign({}, soFar, { identifier:… property
/third_party/boost/doc/html/boost_asio/example/cpp03/services/
Dlogger_service.hpp38 std::string identifier; member
77 void create(impl_type& impl, const std::string& identifier) in create()
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DFontLanguageListCache.cpp100 uint64_t identifier = lang.getIdentifier(); in parseLanguageList() local
113 uint64_t identifier = lang.getIdentifier(); in parseLanguageList() local
/third_party/boost/libs/asio/example/cpp03/services/
Dlogger_service.hpp38 std::string identifier; member
77 void create(impl_type& impl, const std::string& identifier) in create()
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dast.hpp39 struct identifier : tagged struct
41 identifier(std::string const& name = "") : name(name) {} in identifier() argument
42 std::string name;
/third_party/boost/libs/spirit/classic/test/
Ddirectives_tests.cpp138 struct identifier : public grammar<identifier> struct
143 definition(identifier const& /*self*/) in definition() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvBinary.hpp38 uint32_t identifier; member in sw::SpirvBinary
/third_party/boost/libs/spirit/example/x3/calc/calc9/
Dcommon.hpp21 identifier_type const identifier = "identifier"; variable
/third_party/boost/libs/spirit/example/x3/calc/calc8/
Dcommon.hpp21 identifier_type const identifier = "identifier"; variable
/third_party/cef/include/
Dcef_find_handler.h61 int identifier, in OnFindResult()
/third_party/typescript/tests/cases/conformance/salsa/
DtypeFromPropertyAssignment23.ts31 identifier() { method in NormalModule
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/
Dast.hpp34 struct identifier : tagged struct
36 identifier(std::string const& name = "") : name(name) {} in identifier() argument
37 std::string name;

1234567891011