Searched refs:contact (Results 1 - 4 of 4) sorted by relevance
/third_party/json/tests/src/ |
H A D | unit-udt.cpp | 62 struct contact struct 66 contact() = default; 67 contact(person p, address a) : m_person(std::move(p)), m_address(std::move(a)) {} in contact() function 73 std::vector<contact> m_contacts{}; 75 contact_book(name n, std::vector<contact> c) : m_book_name(std::move(n)), m_contacts(std::move(c)) {} in contact_book() 125 static void to_json(nlohmann::json& j, const contact& c) in to_json() 156 static bool operator==(const contact& lhs, const contact& rhs) in operator ==() 213 static void from_json(const nlohmann::json& j, contact& c) in from_json() 222 cb.m_contacts = j["contacts"].get<std::vector<contact>>(); in from_json() 269 const auto contact = contact_json.get<udt::contact>(); global() variable 308 const udt::contact contact = contact_json; global() variable [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | extensionmetadocgenerator.py | 31 contact, 52 self.contact = contact 392 contacts = self.contact.split(',') 393 for contact in contacts: 394 contactWords = contact.strip().split() 468 - contact name and GitHub login or email address (optional) 724 contact = self.getAttrib(interface, 'contact', OPTIONAL) 742 contact [all...] |
/third_party/ltp/pan/ |
H A D | tag_report.c | 235 char *tag, *contact, *is, *mystime, *duration, *tt, *ti, *sl, *el; in tag_report() local 356 if ((contact = (char *)sym_get(keys, key_get)) == NULL) { in tag_report() 357 contact = "No_Contacts"; in tag_report() 366 tag, "!", "!", is, contact, mystime, duration, in tag_report() 405 fprintf(out, FORMAT, "tag", "tcid", "testcase", "status", "contact"); in print_header()
|
/third_party/ltp/pan/cgi/ |
H A D | reconsile.cgi | 79 ($tag, $tcid, $tc, $status, $contact) = split(/\s+/, $line); 90 $rec->{CONTACT} = $contact;
|
Completed in 4 milliseconds