Lines Matching defs:key
59 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
114 bool PtJson::Add(const char *key, const char *value) const in Add() argument
134 bool PtJson::Add(const char *key, const std::unique_ptr<PtJson> &value) const in Add() argument
384 Result PtJson::GetBool(const char *key, bool *value) const in GetBool() argument
398 Result PtJson::GetInt(const char *key, int32_t *value) const in GetInt() argument
408 Result PtJson::GetInt64(const char *key, int64_t *value) const in GetInt64() argument
418 Result PtJson::GetUInt(const char *key, uint32_t *value) const in GetUInt() argument
428 Result PtJson::GetUInt64(const char *key, uint64_t *value) const in GetUInt64() argument
438 Result PtJson::GetDouble(const char *key, double *value) const in GetDouble() argument
452 Result PtJson::GetString(const char *key, std::string *value) const in GetString() argument
466 Result PtJson::GetObject(const char *key, std::unique_ptr<PtJson> *value) const in GetObject() argument
480 Result PtJson::GetArray(const char *key, std::unique_ptr<PtJson> *value) const in GetArray() argument
494 Result PtJson::GetAny(const char *key, std::unique_ptr<PtJson> *value) const in GetAny() argument