Home
last modified time | relevance | path

Searched defs:Set (Results 1 – 2 of 2) sorted by relevance

/development/vndk/tools/header-checker/src/repr/json/
Dconverter.cpp41 void JsonObject::Set(const std::string &key, bool value) { in Set() function in header_checker::repr::JsonObject
46 void JsonObject::Set(const std::string &key, uint64_t value) { in Set() function in header_checker::repr::JsonObject
51 void JsonObject::Set(const std::string &key, int64_t value) { in Set() function in header_checker::repr::JsonObject
56 void JsonObject::Set(const std::string &key, const std::string &value) { in Set() function in header_checker::repr::JsonObject
61 void JsonObject::Set(const std::string &key, const JsonArray &value) { in Set() function in header_checker::repr::JsonObject
/development/host/windows/usb/api/
Dadb_api_private_defines.h60 void Set(const wchar_t* dev_name, GUID cls_id, DWORD flgs) { in Set() function