Home
last modified time | relevance | path

Searched defs:container (Results 1 – 11 of 11) sorted by relevance

/art/libartbase/base/
Dstl_util.h62 void STLDeleteElements(T *container) { in STLDeleteElements()
96 size_t IndexOfElement(const Container& container, const T& value) { in IndexOfElement()
104 void RemoveElement(Container& container, const T& value) { in RemoveElement()
112 void ReplaceElement(Container& container, const T& old_value, const T& new_value) { in ReplaceElement()
129 bool ContainsElement(const std::set<T>& container, const T& value) { in ContainsElement()
Dtransform_array_ref.h176 ArrayRef<ValueType> container, Function f) { in MakeTransformArrayRef()
182 Container& container, Function f) { in MakeTransformArrayRef()
189 const Container& container, Function f) { in MakeTransformArrayRef()
/art/libdexfile/dex/
Dcompact_dex_file.cc94 std::unique_ptr<DexFileContainer> container) in CompactDexFile()
Dstandard_dex_file.h119 std::unique_ptr<DexFileContainer> container) in StandardDexFile()
Dart_dex_file_loader.cc553 std::unique_ptr<DexFileContainer> container, in OpenCommon()
Ddex_file_loader.cc326 std::unique_ptr<DexFileContainer> container, in OpenCommon()
Ddex_file.cc104 std::unique_ptr<DexFileContainer> container, in DexFile()
/art/dexlayout/
Dcompact_dex_writer.cc387 Container* const container = down_cast<Container*>(output); in Write() local
Ddex_writer.cc963 std::unique_ptr<DexContainer>* container, in Output()
Ddexlayout.cc1857 DexContainer* const container = dex_container->get(); in OutputDexFile() local
/art/libdexfile/external/
Ddex_file_ext.cc307 auto container = std::make_unique<art::MappedFileContainer>(std::move(map)); in ExtDexFileOpenFromFd() local