Home
last modified time | relevance | path

Searched refs:_private (Results 1 – 25 of 39) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DlateBoundFunctionMemberAssignmentDeclarations.types12 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
DlateBoundFunctionMemberAssignmentDeclarations.symbols10 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))
DlateBoundFunctionMemberAssignmentDeclarations.js4 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];
DjsDeclarationsFunctionKeywordPropExhaustive.js254 const _private: number; constant
255 export { _private as private };
/third_party/rust/crates/syn/src/
Dreserved.rs16 _private: PhantomData<Span>,
23 _private: PhantomData, in default()
33 _private: self._private, in clone()
/third_party/typescript/tests/cases/compiler/
DlateBoundFunctionMemberAssignmentDeclarations.ts7 const _private = Symbol(); constant
8 foo[_private] = "ok";
10 const x: string = foo[_private]; constant
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_csmt_helper.h167 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/
Dtree.h254 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
Dentities.h39 void *_private; /* application data */ member
Dparser.h258 void *_private; /* For user data, libxml won't touch it */ member
751 void *_private; member
DschemasInternals.h940 void *_private; /* unused by the library for users or bindings */ member
/third_party/rust/crates/cxx/src/
Dopaque.rs15 _private: [*const void; 0], field
Dcxx_string.rs45 _private: [u8; 0], field
/third_party/libxml2/optim/
DTOTRY23 - do not use _private but other fields in the node structures.
/third_party/node/deps/npm/test/tap/
Dconfig-list.js57 t.equal(json._private, undefined, 'excludes private config')
/third_party/libwebsockets/include/libwebsockets/
Dlws-genrsa.h253 lws_genrsa_render_pkey_asn1(struct lws_genrsa_ctx *ctx, int _private,
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/
Dos.dart27 OperatingSystemUtils._private();
119 _PosixUtils() : super._private();
210 _WindowsUtils() : super._private();
/third_party/libxml2/
Dxinclude.c88 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()
Dxmllint.c3152 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()
Dxmlreader.c746 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/
Dmod.rs107 _private: [::uintptr_t; 16], // FIXME: keeping private for now
/third_party/libxml2/python/
Dlibxml.c1724 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/
Djson.rs348 _private: (), field
355 Self { _private: () } in new()
/third_party/gstreamer/gstplugins_base/docs/
Dmeson.build98 '*-neon.h', 'audio-resampler-macros.[ch]', '*-prelude.h', '*_private.h',
/third_party/python/Lib/idlelib/idle_test/
Dtest_autocomplete.py256 mock._private = Mock()

12