Searched refs:SortByMapOrder (Results 1 – 2 of 2) sorted by relevance
994 header_->StringDatas().SortByMapOrder(string_datas_map_.Collection()); in SortVectorsByMapOrder()995 header_->TypeLists().SortByMapOrder(type_lists_map_.Collection()); in SortVectorsByMapOrder()996 header_->EncodedArrayItems().SortByMapOrder(encoded_array_items_map_.Collection()); in SortVectorsByMapOrder()997 header_->AnnotationItems().SortByMapOrder(annotation_items_map_.Collection()); in SortVectorsByMapOrder()998 header_->AnnotationSetItems().SortByMapOrder(annotation_set_items_map_.Collection()); in SortVectorsByMapOrder()999 header_->AnnotationSetRefLists().SortByMapOrder(annotation_set_ref_lists_map_.Collection()); in SortVectorsByMapOrder()1000 header_->AnnotationsDirectoryItems().SortByMapOrder( in SortVectorsByMapOrder()1002 header_->DebugInfoItems().SortByMapOrder(debug_info_items_map_.Collection()); in SortVectorsByMapOrder()1003 header_->CodeItems().SortByMapOrder(code_items_map_); in SortVectorsByMapOrder()1004 header_->ClassDatas().SortByMapOrder(class_datas_map_.Collection()); in SortVectorsByMapOrder()
264 void SortByMapOrder(const MapType& map) { in SortByMapOrder() function