toVersion        4503 core/AvmCore.cpp 		return publicNamespaces->nsAt(ApiUtils::toVersion(this, this->getAPI(NULL))-apis_start);
toVersion        4509 core/AvmCore.cpp 		return publicNamespaces->nsAt(ApiUtils::toVersion(this, pool->getAPI())-apis_start);
toVersion        4514 core/AvmCore.cpp 		return publicNamespaces->nsAt(ApiUtils::toVersion(this, api)-apis_start);
toVersion        4519 core/AvmCore.cpp 		return publicNamespaces->nsAt(ApiUtils::toVersion(this, largest_api)-apis_start);
toVersion        1565 core/AvmCore.h 		static uint32_t toVersion(AvmCore* core, API api);