Searched refs:updateFromString (Results 1 – 2 of 2) sorted by relevance
43 bool updateFromString(const char* s) { return update(s, strlen(s)); } in updateFromString() function
164 if (device->isCachingSupported() && token->ok() && token->updateFromString(device->getName()) && in compile()165 token->updateFromString(device->getVersionString()) && in compile()