Searched refs:find_index (Results 1 – 1 of 1) sorted by relevance
45 int index = this->find_index(name, len); in set()66 return this->find_index(name) >= 0; in find()71 return this->find_index(name, len) >= 0; in find()81 int index = this->find_index(name, len); in find()149 int find_index(const char name[]) const in find_index() function151 return find_index(name, strlen(name)); in find_index()154 int find_index(const char name[], size_t len) const in find_index() function