Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/dev/
Ddev_Config.h27 #define NW_INITIALIZE_PROFILE(maxReport, allocator) nw::dev::ProfileCenter::Initialize(maxReport, a… argument
35 #define NW_INITIALIZE_PROFILE(maxReport, allocator) (void)0 argument
Ddev_ParticleProfile.h43 static void Initialize(int maxReport, os::IAllocator* allocator);
147 #define NW_INITIALIZE_PARTICLE_PROFILE(maxReport, allocator) nw::dev::ParticleProfileCenter::Initia… argument
166 #define NW_INITIALIZE_PARTICLE_PROFILE(maxReport, allocator) (void)0 argument
Ddev_Profile.h102 : maxReport(DEFAULT_MAX_REPORT), in Description()
108 s32 maxReport; //!< レポートの最大数です。 member
241 static void Initialize(int maxReport, os::IAllocator* allocator);
/NW4C-1.2.23/sources/libraries/dev/
Ddev_ParticleProfile.cpp38 ParticleProfileCenter::Initialize(int maxReport, os::IAllocator* allocator) in Initialize() argument
43 description.maxReport = (maxReport); in Initialize()
Ddev_Profile.cpp48 ut::MoveArray<Report> reports(description.maxReport, allocator); in CreateProfileManager()
399 ProfileCenter::Initialize(int maxReport, os::IAllocator* allocator) in Initialize() argument
409 description.maxReport = maxReport; in Initialize()