Lines Matching defs:key
61 bool PtJson::Add(const char *key, bool value) const in Add() argument
79 bool PtJson::Add(const char *key, int32_t value) const in Add() argument
84 bool PtJson::Add(const char *key, int64_t value) const in Add() argument
89 bool PtJson::Add(const char *key, uint32_t value) const in Add() argument
94 bool PtJson::Add(const char *key, double value) const in Add() argument
112 bool PtJson::Add(const char *key, const char *value) const in Add() argument
130 bool PtJson::Add(const char *key, const std::unique_ptr<PtJson> &value) const in Add() argument
360 Result PtJson::GetBool(const char *key, bool *value) const in GetBool() argument
374 Result PtJson::GetInt(const char *key, int32_t *value) const in GetInt() argument
384 Result PtJson::GetInt64(const char *key, int64_t *value) const in GetInt64() argument
394 Result PtJson::GetUInt(const char *key, uint32_t *value) const in GetUInt() argument
404 Result PtJson::GetUInt64(const char *key, uint64_t *value) const in GetUInt64() argument
414 Result PtJson::GetDouble(const char *key, double *value) const in GetDouble() argument
428 Result PtJson::GetString(const char *key, std::string *value) const in GetString() argument
442 Result PtJson::GetObject(const char *key, std::unique_ptr<PtJson> *value) const in GetObject() argument
456 Result PtJson::GetArray(const char *key, std::unique_ptr<PtJson> *value) const in GetArray() argument
470 Result PtJson::GetAny(const char *key, std::unique_ptr<PtJson> *value) const in GetAny() argument