Searched defs:contact (Results 1 – 4 of 4) sorted by relevance
/third_party/json/test/src/ |
D | unit-udt.cpp | 76 struct contact struct 78 person m_person; 79 address m_address; 80 contact() : m_person(), m_address() {} in contact() argument 81 contact(const person& p, const address& a) : m_person(p), m_address(a) {} in contact() function 283 const auto contact = contact_json.get<udt::contact>(); variable 322 const udt::contact contact = contact_json; variable
|
/third_party/ltp/pan/ |
D | tag_report.c | 235 char *tag, *contact, *is, *mystime, *duration, *tt, *ti, *sl, *el; in tag_report() local
|
/third_party/libxml2/example/ |
D | gjobread.c | 100 personPtr contact; member
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_contact.js | 257 const contact = { variable
|