Searched defs:GetObjFromJson (Results 1 – 4 of 4) sorted by relevance
150 CJson* GetObjFromJson(const CJson* jsonObj, const std::string& key) in GetObjFromJson() function163 CJson* GetObjFromJson(CJsonUnique& jsonObj, const std::string& key) in GetObjFromJson() function
190 bool GetObjFromJson(const CJson *jsonObj, const std::string &key, CJson **value) in GetObjFromJson() function200 CJson *GetObjFromJson(const CJson *jsonObj, const std::string &key) in GetObjFromJson() function207 CJson *GetObjFromJson(const CJsonUnique &jsonObj, const std::string &key) in GetObjFromJson() function
195 CJson *GetObjFromJson(const CJson *jsonObj, const char *key) in GetObjFromJson() function
280 CJson *GetObjFromJson(const CJson *jsonObj, const char *key) in GetObjFromJson() function