Home
last modified time | relevance | path

Searched defs:person (Results 1 – 25 of 49) sorted by relevance

12

/third_party/libxml2/example/
Dgjobread.c32 typedef struct person { struct
40 } person, *personPtr; argument
/third_party/typescript/tests/baselines/reference/
DobjectLiteralShorthandPropertiesFunctionArgument2.js5 var person = { name, id }; variable
14 var person = { name: name, id: id }; variable
DobjectLiteralShorthandPropertiesAssignmentErrorFromMissingIdentifier.js5 var person: { b: string; id: number } = { name, id }; // error variable
15 var person = { name: name, id: id }; // error variable
DobjectLiteralShorthandPropertiesFunctionArgument.js5 var person = { name, id }; variable
16 var person = { name: name, id: id }; variable
DobjectLiteralShorthandPropertiesAssignmentError.js5 var person: { b: string; id: number } = { name, id }; // error variable
16 var person = { name: name, id: id }; // error variable
DobjectLiteralShorthandPropertiesAssignment.js5 var person: { name: string; id: number } = { name, id }; variable
20 var person = { name: name, id: id }; variable
DunusedSingleParameterInContructor.js10 function Dummy(person) { argument
DunusedSingleParameterInMethodDeclaration.js12 Dummy.prototype.greeter = function (person) { argument
DunusedMultipleParameter1InContructor.js11 function Dummy(person, person2) { argument
DunusedMultipleParameter2InContructor.js11 function Dummy(person, person2, person3) { argument
DunusedMultipleParameters1InMethodDeclaration.js13 Dummy.prototype.greeter = function (person, person2) { argument
/third_party/typescript/tests/cases/compiler/
DjsdocTypedefMissingType.ts18 const person = { name: "" }; constant
/third_party/json/test/src/
Dunit-udt.cpp72 struct person struct
74 age m_age{};
75 name m_name{};
76 country m_country{};
78person(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/
Dadd_person.py15 def PromptForAddress(person): argument
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/the_new_operator/
Dnew_operator_3.ts31 let person: Person = new Person(); variable
/third_party/typescript/tests/cases/projects/NodeModulesSearch/maxDepthIncreased/node_modules/m2/
Dentry.js6 "person": m3.person property
/third_party/typescript/tests/cases/projects/NodeModulesSearch/importHigher/node_modules/m2/
Dentry.js6 "person": m3.person property
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/identifiers/
Dparameter.ts26 person: string; property in paramMethod
Dname_space.ts38 const person: MyNamespace.Person = { constant
/third_party/typescript/tests/cases/conformance/es6/shorthandPropertyAssignment/
DobjectLiteralShorthandPropertiesFunctionArgument2.ts5 var person = { name, id }; variable
DobjectLiteralShorthandPropertiesFunctionArgument.ts5 var person = { name, id }; variable
DobjectLiteralShorthandPropertiesAssignmentError.ts5 var person: { b: string; id: number } = { name, id }; // error variable
/third_party/typescript/tests/cases/projects/NodeModulesSearch/maxDepthExceeded/node_modules/m2/
Dentry.js6 "person": m3.person property
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/property_access/
Dobject_string_number_3.ts39 const person: Person = { constant
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.1/record/
Drecord_pick.ts39 let person:{name?:string, age?:string} = {}; variable

12