Lines Matching defs:const
57 bool JsonParser::HasObjectItem(cJSON *json, const std::string &key) const in HasObjectItem() argument
62 bool JsonParser::HasObjectItem(const std::string &key) const in HasObjectItem() argument
67 cJSON *JsonParser::GetObjectItem(cJSON *json, const std::string &key) const in GetObjectItem() argument
80 cJSON *JsonParser::GetObjectItem(const std::string &key) const in GetObjectItem() argument
86 std::vector<std::string> &vals) const in ParseJsonArray()
105 int32_t JsonParser::ParseJsonArray(const std::string &key, std::vector<std::string> &vals) const in ParseJsonArray()
110 bool JsonParser::IsArray(cJSON *json) const in IsArray()
115 int32_t JsonParser::GetArraySize(cJSON *json) const in GetArraySize()
120 cJSON *JsonParser::GetArrayItem(cJSON *json, int32_t index) const in GetArrayItem()
125 int32_t JsonParser::GetIntValue(cJSON *json) const in GetIntValue()
133 double JsonParser::GetDoubleValue(cJSON *json) const in GetDoubleValue()
141 std::string JsonParser::GetStringValue(cJSON *json) const in GetStringValue()