Home
last modified time | relevance | path

Searched defs: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.h149 #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.h110 s32 maxReport; //!< レポートの最大数です。 member
/NW4C-2.0.3/sources/libraries/dev/
Ddev_ParticleProfile.cpp40 ParticleProfileCenter::Initialize(int maxReport, os::IAllocator* allocator) in Initialize()
Ddev_Profile.cpp401 ProfileCenter::Initialize(int maxReport, os::IAllocator* allocator) in Initialize()