Lines Matching refs:IndexedCollectionVector

283 template<class T> class IndexedCollectionVector : public CollectionVector<T> {
286 IndexedCollectionVector() = default;
287 explicit IndexedCollectionVector(size_t size) : CollectionVector<T>(size) { } in IndexedCollectionVector() function
302 DISALLOW_COPY_AND_ASSIGN(IndexedCollectionVector);
438 IndexedCollectionVector<StringId>& StringIds() { return string_ids_; } in StringIds()
439 const IndexedCollectionVector<StringId>& StringIds() const { return string_ids_; } in StringIds()
440 IndexedCollectionVector<TypeId>& TypeIds() { return type_ids_; } in TypeIds()
441 const IndexedCollectionVector<TypeId>& TypeIds() const { return type_ids_; } in TypeIds()
442 IndexedCollectionVector<ProtoId>& ProtoIds() { return proto_ids_; } in ProtoIds()
443 const IndexedCollectionVector<ProtoId>& ProtoIds() const { return proto_ids_; } in ProtoIds()
444 IndexedCollectionVector<FieldId>& FieldIds() { return field_ids_; } in FieldIds()
445 const IndexedCollectionVector<FieldId>& FieldIds() const { return field_ids_; } in FieldIds()
446 IndexedCollectionVector<MethodId>& MethodIds() { return method_ids_; } in MethodIds()
447 const IndexedCollectionVector<MethodId>& MethodIds() const { return method_ids_; } in MethodIds()
448 IndexedCollectionVector<ClassDef>& ClassDefs() { return class_defs_; } in ClassDefs()
449 const IndexedCollectionVector<ClassDef>& ClassDefs() const { return class_defs_; } in ClassDefs()
450 IndexedCollectionVector<CallSiteId>& CallSiteIds() { return call_site_ids_; } in CallSiteIds()
451 const IndexedCollectionVector<CallSiteId>& CallSiteIds() const { return call_site_ids_; } in CallSiteIds()
452 IndexedCollectionVector<MethodHandleItem>& MethodHandleItems() { return method_handle_items_; } in MethodHandleItems()
453 const IndexedCollectionVector<MethodHandleItem>& MethodHandleItems() const { in MethodHandleItems()
482 IndexedCollectionVector<HiddenapiClassData>& HiddenapiClassDatas() { in HiddenapiClassDatas()
485 const IndexedCollectionVector<HiddenapiClassData>& HiddenapiClassDatas() const { in HiddenapiClassDatas()
550 IndexedCollectionVector<StringId> string_ids_;
551 IndexedCollectionVector<TypeId> type_ids_;
552 IndexedCollectionVector<ProtoId> proto_ids_;
553 IndexedCollectionVector<FieldId> field_ids_;
554 IndexedCollectionVector<MethodId> method_ids_;
555 IndexedCollectionVector<ClassDef> class_defs_;
556 IndexedCollectionVector<CallSiteId> call_site_ids_;
557 IndexedCollectionVector<MethodHandleItem> method_handle_items_;
558 IndexedCollectionVector<StringData> string_datas_;
559 IndexedCollectionVector<TypeList> type_lists_;
560 IndexedCollectionVector<EncodedArrayItem> encoded_array_items_;
561 IndexedCollectionVector<AnnotationItem> annotation_items_;
562 IndexedCollectionVector<AnnotationSetItem> annotation_set_items_;
563 IndexedCollectionVector<AnnotationSetRefList> annotation_set_ref_lists_;
564 IndexedCollectionVector<AnnotationsDirectoryItem> annotations_directory_items_;
565 IndexedCollectionVector<HiddenapiClassData> hiddenapi_class_datas_;