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
79 token->updateFromString(device.getName().c_str()) && in compile()80 token->updateFromString(device.getVersionString().c_str()) && in compile()