MCPcopy Create free account
hub / github.com/HumbleNet/HumbleNet / initialiseAllClasses

Method initialiseAllClasses

3rdparty/Amalgamate/juce_core_amalgam.cpp:32753–32758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32751}
32752
32753void JNIClassBase::initialiseAllClasses (JNIEnv* env)
32754{
32755 const Array<JNIClassBase*>& classes = getClasses();
32756 for (int i = classes.size(); --i >= 0;)
32757 classes.getUnchecked(i)->initialise (env);
32758}
32759
32760void JNIClassBase::releaseAllClasses (JNIEnv* env)
32761{

Callers

nothing calls this directly

Calls 3

sizeMethod · 0.45
initialiseMethod · 0.45
getUncheckedMethod · 0.45

Tested by

no test coverage detected