Home
last modified time | relevance | path

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

12345678910>>...12

/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() argument
Dregression_file_iterator1.cpp34 struct identifier struct
36 identifier(file_iterator, file_iterator) in identifier() argument
/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/mesa3d/src/mesa/main/
Dobjectlabel.c135 get_label_pointer(struct gl_context *ctx, GLenum identifier, GLuint name, in get_label_pointer()
252 _mesa_ObjectLabel(GLenum identifier, GLuint name, GLsizei length, in _mesa_ObjectLabel()
272 _mesa_GetObjectLabel(GLenum identifier, GLuint name, GLsizei bufSize, in _mesa_GetObjectLabel()
/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/boost/libs/spirit/example/x3/calc/calc9/
Dcommon.hpp21 identifier_type const identifier = "identifier"; variable
/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/calc8/
Dcommon.hpp21 identifier_type const identifier = "identifier"; variable
/third_party/cef/include/
Dcef_find_handler.h61 int identifier, in OnFindResult()
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-parse.y1852 const char *identifier; in _glcpp_parser_expand_function() local
1957 const char *identifier; in _glcpp_parser_expand_node() local
2027 _parser_active_list_push(glcpp_parser_t *parser, const char *identifier, in _parser_active_list_push()
2055 _parser_active_list_contains(glcpp_parser_t *parser, const char *identifier) in _parser_active_list_contains()
2183 const char *identifier) in _check_for_reserved_macro_name()
2230 const char *identifier, token_list_t *replacements) in _define_object_macro()
2262 const char *identifier, string_list_t *parameters, in _define_function_macro()
2449 const char *identifier, in _glcpp_parser_handle_version_declaration()
2535 const char *identifier = macro->identifier; in glcpp_parser_copy_defines() local

12345678910>>...12