Home
last modified time | relevance | path

Searched refs:maxReport (Results 1 – 5 of 5) sorted by relevance

/NW4C-2.0.3/include/nw/dev/
Ddev_Config.h29 #define NW_INITIALIZE_PROFILE(maxReport, allocator) nw::dev::ProfileCenter::Initialize(maxReport, a… argument
37 #define NW_INITIALIZE_PROFILE(maxReport, allocator) (void)0 argument
Ddev_ParticleProfile.h45 static void Initialize(int maxReport, os::IAllocator* allocator);
149 #define NW_INITIALIZE_PARTICLE_PROFILE(maxReport, allocator) nw::dev::ParticleProfileCenter::Initia… argument
168 #define NW_INITIALIZE_PARTICLE_PROFILE(maxReport, allocator) (void)0 argument
Ddev_Profile.h104 : maxReport(DEFAULT_MAX_REPORT), in Description()
110 s32 maxReport; //!< レポートの最大数です。 member
243 static void Initialize(int maxReport, os::IAllocator* allocator);
/NW4C-2.0.3/sources/libraries/dev/
Ddev_ParticleProfile.cpp40 ParticleProfileCenter::Initialize(int maxReport, os::IAllocator* allocator) in Initialize() argument
45 description.maxReport = (maxReport); in Initialize()
Ddev_Profile.cpp50 ut::MoveArray<Report> reports(description.maxReport, allocator); in CreateProfileManager()
401 ProfileCenter::Initialize(int maxReport, os::IAllocator* allocator) in Initialize() argument
411 description.maxReport = maxReport; in Initialize()