Searched refs:current_object_count_ (Results 1 – 2 of 2) sorted by relevance
1584 if (prototype_id < current_object_count_) { in DeserializeMaps()1942 for (; current_object_count_ < object_count_; ++current_object_count_) { in DeserializeObjects()2008 objects_.set(static_cast<int>(current_object_count_), *object); in DeserializeObjects()2207 if (object_id < current_object_count_) { in ReadObject()2285 if (object_id < current_object_count_) { in ReadFunctionPrototype()
400 uint32_t current_object_count_ = 0; variable