Searched defs:GetIntFromJson (Results 1 – 3 of 3) sorted by relevance
136 bool GetIntFromJson(const CJson* jsonObj, const std::string& key, int32_t& value) in GetIntFromJson() function150 bool GetIntFromJson(const CJsonUnique& jsonObj, const std::string& key, int32_t& value) in GetIntFromJson() function
250 int32_t GetIntFromJson(const CJson *jsonObj, const char *key, int32_t *value) in GetIntFromJson() function
283 int32_t GetIntFromJson(const CJson *jsonObj, const char *key, int32_t *value) in GetIntFromJson() function