Searched defs:jsonRoot (Results 1 – 4 of 4) sorted by relevance
33 Json::Value jsonRoot; in ParseJsonFile() local50 inline bool IsStringMember(const Json::Value& jsonRoot, const std::string& key) in ParseJsonFile()55 inline bool IsBoolMember(const Json::Value& jsonRoot, const std::string& key) in ParseJsonFile()73 Json::Value jsonRoot = ParseJsonFile(CONFIG_FILE_PATH); in GetLogConfigFromFile() local
79 cJSON* jsonRoot = cJSON_Parse(stringJson1.c_str()); variable110 cJSON* jsonRoot = cJSON_Parse(stringJson1.c_str()); variable141 cJSON* jsonRoot = cJSON_Parse(stringJson1.c_str()); variable176 cJSON* jsonRoot = cJSON_Parse(stringJson1.c_str()); variable
227 cJSON* jsonRoot = cJSON_Parse(stringJson1.c_str()); variable
485 auto jsonRoot = CJsonUtil::ParseJsonRoot(TEST_JSON_FILE_PATH); variable