Searched refs:type_vector (Results 1 – 2 of 2) sorted by relevance
843 std::vector<Type> type_vector(kMaxConsecutiveAllocs); in TestAllocateType() local844 for (size_t i = 0; i < type_vector.size(); i++) { in TestAllocateType()845 VerifyAlignment(&type_vector[i]); in TestAllocateType()
585 TypeIdVector* type_vector = new TypeIdVector(); in CreateTypeList() local588 type_vector->push_back(header_->TypeIds()[ in CreateTypeList()594 type_vector); in CreateTypeList()