Home
last modified time | relevance | path

Searched refs:maxId_ (Results 1 – 2 of 2) sorted by relevance

/developtools/global_resource_tool/src/
Did_worker.cpp36 maxId_ = GetMaxId(startId); in Init()
143 if (appId_ > maxId_) { in GenerateAppId()
144 cerr << "Error: id count exceed " << appId_ << ">" << maxId_ << endl; in GenerateAppId()
166 while (appId_ <= maxId_) { in GetCurId()
176 cerr << "Error: id count exceed in id_defined." << appId_ << ">" << maxId_ << endl; in GetCurId()
/developtools/global_resource_tool/include/
Did_worker.h70 int32_t maxId_; variable