Searched defs:arrName (Results 1 – 4 of 4) sorted by relevance
119 …const std::string &arrName, uint32_t &arrSize, uint32_t type, const std::shared_ptr<AstObject> &no… in GenArray()
568 static cJSON *GetArrItem(const cJSON *fileRoot, int &arrSize, const std::string &arrName) in GetArrItem()
233 static cJSON *GetArrayItem(const cJSON *fileRoot, int *arrSize, const char *arrName) in GetArrayItem()
207 cJSON *GetArrayItem(const cJSON *fileRoot, int *arrSize, const char *arrName) in GetArrayItem()