Home
last modified time | relevance | path

Searched +defs:in +defs:package (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DconvertKeywordsYes.ts11 var package = 0; variable
124 package; property
156 in; property
183 public package = 0; property in bigClass
213 public in = 0; property in bigClass
240 package, enumerator
272 in, enumerator
296 class package { } class
/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/propertySignatures/
DpropertyNamesOfReservedWords.ts32 in; property in C
42 package; property in C
101 in; property
111 package; property
181 package; variable
240 in, enumerator
250 package, enumerator
/third_party/typescript/tests/baselines/reference/
DpropertyNamesOfReservedWords.js33 in; field in C
43 package; field in C
DconvertKeywordsYes.js12 var package = 0; variable
184 public package = 0; field in bigClass
214 public in = 0; field in bigClass
297 class package { } class
528 var package = /** @class */ (function () { function
DconvertClassExpressionToFunctionFromObjectProperty1.js73 foo.in = class { class in foo
130 foo.package = class { class in foo
357 foo.in = /** @class */ (function () { function
452 foo.package = /** @class */ (function () { function
/third_party/vk-gl-cts/executor/tools/
DxeCommandLineExecutor.cpp258 std::ifstream in (filename, std::ios_base::binary); in readCaseList() local
293 xe::TestGroup* package = root.createGroup(packageName.c_str()); in readCaseLists() local
389 std::ifstream in (filename, std::ifstream::binary|std::ifstream::in); in readLogFile() local
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc639 bool EscapeJSString(const std::string& in, std::string* out) { in EscapeJSString()
711 std::string EscapeBase64(const std::string& in) { in EscapeBase64()
1242 std::string package = field->file()->package(); in RelativeTypeName() local
/third_party/typescript/src/compiler/
Dtypes.ts807 /* @internal */ NoOriginalText = 1 << 31, // If don't has original text in source file enumerator
864 …// Accessibility modifiers and 'readonly' can be attached to a parameter in a constructor to make … enumerator
4098 * `package.json` context, and affects both checking and emit. enumerator
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c1320 upb_msg_internal *in = upb_msg_getinternal(msg); in _upb_msg_addunknown() local
1343 upb_msg_internal *in = upb_msg_getinternal(msg); in _upb_msg_discardunknown_shallow() local
1350 const upb_msg_internal *in = upb_msg_getinternal_const(msg); in upb_msg_getunknown() local
3366 const char *package; member
5228 upb_strview package = in build_filedef() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c1217 upb_msg_internal *in; in _upb_msg_new() local
1244 upb_msg_internal *in = upb_msg_getinternal(msg); in _upb_msg_addunknown() local
1260 const upb_msg_internal *in = upb_msg_getinternal_const(msg); in upb_msg_getunknown() local
3062 const char *package; member
4801 upb_strview package = in build_filedef() local
9758 static char escape_char(char in) { in escape_char()