/third_party/libxml2/example/ |
D | gjobread.c | 32 typedef struct person { struct 40 } person, *personPtr; argument
|
/third_party/typescript/tests/baselines/reference/ |
D | objectLiteralShorthandPropertiesFunctionArgument2.js | 5 var person = { name, id }; variable 14 var person = { name: name, id: id }; variable
|
D | objectLiteralShorthandPropertiesAssignmentErrorFromMissingIdentifier.js | 5 var person: { b: string; id: number } = { name, id }; // error variable 15 var person = { name: name, id: id }; // error variable
|
D | objectLiteralShorthandPropertiesFunctionArgument.js | 5 var person = { name, id }; variable 16 var person = { name: name, id: id }; variable
|
D | objectLiteralShorthandPropertiesAssignmentError.js | 5 var person: { b: string; id: number } = { name, id }; // error variable 16 var person = { name: name, id: id }; // error variable
|
D | objectLiteralShorthandPropertiesAssignment.js | 5 var person: { name: string; id: number } = { name, id }; variable 20 var person = { name: name, id: id }; variable
|
D | unusedSingleParameterInContructor.js | 10 function Dummy(person) { argument
|
D | unusedSingleParameterInMethodDeclaration.js | 12 Dummy.prototype.greeter = function (person) { argument
|
D | unusedMultipleParameter1InContructor.js | 11 function Dummy(person, person2) { argument
|
D | unusedMultipleParameter2InContructor.js | 11 function Dummy(person, person2, person3) { argument
|
D | unusedMultipleParameters1InMethodDeclaration.js | 13 Dummy.prototype.greeter = function (person, person2) { argument
|
/third_party/typescript/tests/cases/compiler/ |
D | jsdocTypedefMissingType.ts | 18 const person = { name: "" }; constant
|
/third_party/json/test/src/ |
D | unit-udt.cpp | 72 struct person struct 74 age m_age{}; 75 name m_name{}; 76 country m_country{}; 78 … person(const age& a, name n, const country& c) : m_age(a), m_name(std::move(n)), m_country(c) {} in person() function 289 const auto person = contact_json["person"].get<udt::person>(); variable 309 udt::person person; variable 328 const udt::person person = contact_json["person"]; variable
|
/third_party/protobuf/examples/ |
D | add_person.py | 15 def PromptForAddress(person): argument
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/the_new_operator/ |
D | new_operator_3.ts | 31 let person: Person = new Person(); variable
|
/third_party/typescript/tests/cases/projects/NodeModulesSearch/maxDepthIncreased/node_modules/m2/ |
D | entry.js | 6 "person": m3.person property
|
/third_party/typescript/tests/cases/projects/NodeModulesSearch/importHigher/node_modules/m2/ |
D | entry.js | 6 "person": m3.person property
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/identifiers/ |
D | parameter.ts | 26 person: string; property in paramMethod
|
D | name_space.ts | 38 const person: MyNamespace.Person = { constant
|
/third_party/typescript/tests/cases/conformance/es6/shorthandPropertyAssignment/ |
D | objectLiteralShorthandPropertiesFunctionArgument2.ts | 5 var person = { name, id }; variable
|
D | objectLiteralShorthandPropertiesFunctionArgument.ts | 5 var person = { name, id }; variable
|
D | objectLiteralShorthandPropertiesAssignmentError.ts | 5 var person: { b: string; id: number } = { name, id }; // error variable
|
/third_party/typescript/tests/cases/projects/NodeModulesSearch/maxDepthExceeded/node_modules/m2/ |
D | entry.js | 6 "person": m3.person property
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/property_access/ |
D | object_string_number_3.ts | 39 const person: Person = { constant
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.1/record/ |
D | record_pick.ts | 39 let person:{name?:string, age?:string} = {}; variable
|