Lines Matching defs:const
53 bool JsonParser::HasObjectItem(cJSON *json, const std::string &key) const in HasObjectItem() argument
58 bool JsonParser::HasObjectItem(const std::string &key) const in HasObjectItem() argument
63 cJSON *JsonParser::GetObjectItem(cJSON *json, const std::string &key) const in GetObjectItem() argument
76 cJSON *JsonParser::GetObjectItem(const std::string &key) const in GetObjectItem() argument
82 std::vector<std::string> &vals) const in ParseJsonArray()
101 int32_t JsonParser::ParseJsonArray(const std::string &key, std::vector<std::string> &vals) const in ParseJsonArray()
106 bool JsonParser::IsArray(cJSON *json) const in IsArray()
111 int32_t JsonParser::GetArraySize(cJSON *json) const in GetArraySize()
116 cJSON *JsonParser::GetArrayItem(cJSON *json, int32_t index) const in GetArrayItem()
121 int32_t JsonParser::GetIntValue(cJSON *json) const in GetIntValue()
129 double JsonParser::GetDoubleValue(cJSON *json) const in GetDoubleValue()
137 std::string JsonParser::GetStringValue(cJSON *json) const in GetStringValue()