/third_party/typescript/tests/baselines/reference/ |
D | lateBoundFunctionMemberAssignmentDeclarations.types | 12 const _private = Symbol(); 13 >_private : unique symbol 17 foo[_private] = "ok"; 18 >foo[_private] = "ok" : "ok" 19 >foo[_private] : string 21 >_private : unique symbol 24 const x: string = foo[_private]; 26 >foo[_private] : string 28 >_private : unique symbol
|
D | lateBoundFunctionMemberAssignmentDeclarations.symbols | 10 const _private = Symbol(); 11 >_private : Symbol(_private, Decl(index.ts, 2, 5)) 14 foo[_private] = "ok"; 16 >_private : Symbol(_private, Decl(index.ts, 2, 5)) 18 const x: string = foo[_private]; 21 >_private : Symbol(_private, Decl(index.ts, 2, 5))
|
D | lateBoundFunctionMemberAssignmentDeclarations.js | 4 const _private = Symbol(); constant 5 foo[_private] = "ok"; 7 const x: string = foo[_private]; 13 const _private = Symbol(); constant 14 foo[_private] = "ok"; 15 const x = foo[_private];
|
D | jsDeclarationsFunctionKeywordPropExhaustive.js | 254 const _private: number; constant 255 export { _private as private };
|
/third_party/rust/crates/syn/src/ |
D | reserved.rs | 16 _private: PhantomData<Span>, 23 _private: PhantomData, in default() 33 _private: self._private, in clone()
|
/third_party/typescript/tests/cases/compiler/ |
D | lateBoundFunctionMemberAssignmentDeclarations.ts | 7 const _private = Symbol(); constant 8 foo[_private] = "ok"; 10 const x: string = foo[_private]; constant
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_csmt_helper.h | 167 struct s_##name##_private { \ 179 struct s_##name##_private *args = (struct s_##name##_private *)instr; \ 194 struct s_##name##_private *args; \ 195 unsigned memsize = sizeof(struct s_##name##_private); \ 216 struct s_##name##_private { \ 229 struct s_##name##_private *args = (struct s_##name##_private *)instr; \ 245 struct s_##name##_private *args; \ 246 unsigned memsize = sizeof(struct s_##name##_private); \ 270 struct s_##name##_private { \ 281 struct s_##name##_private *args = (struct s_##name##_private *)instr; \ [all …]
|
/third_party/libxml2/include/libxml/ |
D | tree.h | 254 void *_private; /* application data */ member 347 void *_private; /* application data */ member 394 void *_private; /* application data */ member 407 void *_private; /* application data */ member 435 void *_private; /* application data */ member 490 void *_private; /* application data */ member 552 void *_private; /* application data */ member 614 void * _private; member
|
D | entities.h | 39 void *_private; /* application data */ member
|
D | parser.h | 258 void *_private; /* For user data, libxml won't touch it */ member 751 void *_private; member
|
D | schemasInternals.h | 940 void *_private; /* unused by the library for users or bindings */ member
|
/third_party/rust/crates/cxx/src/ |
D | opaque.rs | 15 _private: [*const void; 0], field
|
D | cxx_string.rs | 45 _private: [u8; 0], field
|
/third_party/libxml2/optim/ |
D | TOTRY | 23 - do not use _private but other fields in the node structures.
|
/third_party/node/deps/npm/test/tap/ |
D | config-list.js | 57 t.equal(json._private, undefined, 'excludes private config')
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-genrsa.h | 253 lws_genrsa_render_pkey_asn1(struct lws_genrsa_ctx *ctx, int _private,
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/ |
D | os.dart | 27 OperatingSystemUtils._private(); 119 _PosixUtils() : super._private(); 210 _WindowsUtils() : super._private();
|
/third_party/libxml2/ |
D | xinclude.c | 88 void *_private; /* application data */ member 442 pctxt->_private = ctxt->_private; in xmlXIncludeParseFile() 700 newctxt->_private = ctxt->_private; in xmlXIncludeRecurseDoc() 1981 newctxt->_private = ctxt->_private; in xmlXIncludeLoadFallback() 2519 ctxt->_private = data; in xmlXIncludeProcessTreeFlagsData()
|
D | xmllint.c | 3152 node->_private = malloc(sizeof(long)); in registerNode() 3153 if (node->_private == NULL) { in registerNode() 3157 *(long*)node->_private = (long) 0x81726354; in registerNode() 3163 assert(node->_private != NULL); in deregisterNode() 3164 assert(*(long*)node->_private == (long) 0x81726354); in deregisterNode() 3165 free(node->_private); in deregisterNode()
|
D | xmlreader.c | 746 xmlTextReaderPtr reader = ctxt->_private; in xmlTextReaderStartElement() 772 xmlTextReaderPtr reader = ctxt->_private; in xmlTextReaderEndElement() 809 xmlTextReaderPtr reader = ctxt->_private; in xmlTextReaderStartElementNs() 843 xmlTextReaderPtr reader = ctxt->_private; in xmlTextReaderEndElementNs() 866 xmlTextReaderPtr reader = ctxt->_private; in xmlTextReaderCharacters() 888 xmlTextReaderPtr reader = ctxt->_private; in xmlTextReaderCDataBlock() 2223 ret->ctxt->_private = ret; in xmlNewTextReader() 4914 xmlTextReaderPtr reader = (xmlTextReaderPtr) ctx->_private; in xmlTextReaderGenericError() 4929 xmlTextReaderPtr reader = (xmlTextReaderPtr) ctx->_private; in xmlTextReaderStructuredError() 5331 reader->ctxt->_private = reader; in xmlTextReaderSetup()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/b64/x86_64/ |
D | mod.rs | 107 _private: [::uintptr_t; 16], // FIXME: keeping private for now
|
/third_party/libxml2/python/ |
D | libxml.c | 1724 pyCtxt = (xmlParserCtxtPyCtxtPtr)ctxt->_private; in libxml_xmlParserCtxtGenericErrorFuncHandler() 1797 if (ctxt->_private == NULL) { in libxml_xmlParserCtxtSetErrorHandler() 1804 ctxt->_private = pyCtxt; in libxml_xmlParserCtxtSetErrorHandler() 1807 pyCtxt = (xmlParserCtxtPyCtxtPtr)ctxt->_private; in libxml_xmlParserCtxtSetErrorHandler() 1847 if (ctxt->_private != NULL) { in libxml_xmlParserCtxtGetErrorHandler() 1848 pyCtxt = (xmlParserCtxtPyCtxtPtr)ctxt->_private; in libxml_xmlParserCtxtGetErrorHandler() 1876 pyCtxt = (xmlParserCtxtPyCtxtPtr)((xmlParserCtxtPtr)ctxt)->_private; in libxml_xmlFreeParserCtxt()
|
/third_party/rust/crates/tracing/tracing-subscriber/src/fmt/format/ |
D | json.rs | 348 _private: (), field 355 Self { _private: () } in new()
|
/third_party/gstreamer/gstplugins_base/docs/ |
D | meson.build | 98 '*-neon.h', 'audio-resampler-macros.[ch]', '*-prelude.h', '*_private.h',
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_autocomplete.py | 256 mock._private = Mock()
|