Searched refs:objectSlotCount (Results 1 – 2 of 2) sorted by relevance
81 size_t objectSlotCount = me.getObjectSlotCount(); in getRSInfoString() local146 s << "objectSlotCount: " << objectSlotCount << "\n"; in getRSInfoString()147 for (i = 0; i < objectSlotCount; ++i) { in getRSInfoString()
427 size_t objectSlotCount = 0; in createFromSharedObject() local677 if (sscanf(line, OBJECT_SLOT_STR "%zu", &objectSlotCount) != 1) { in createFromSharedObject()682 for (size_t i = 0; i < objectSlotCount; ++i) { in createFromSharedObject()