Searched defs:objectIndex (Results 1 – 2 of 2) sorted by relevance
70 uint32_t objectIndex = referenceMap_.find(object)->second; in SerializeReference() local
276 void TypeRecorder::SetObjectType(const std::string &objectStr, int64_t objectIndex) in SetObjectType()