Searched defs:container (Results 1 – 10 of 10) sorted by relevance
/art/libartbase/base/ |
D | stl_util.h | 62 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()
|
D | transform_array_ref.h | 176 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/ |
D | compact_dex_file.cc | 94 std::unique_ptr<DexFileContainer> container) in CompactDexFile()
|
D | standard_dex_file.h | 119 std::unique_ptr<DexFileContainer> container) in StandardDexFile()
|
D | dex_file_loader.cc | 351 std::unique_ptr<DexFileContainer> container, in OpenCommon()
|
D | art_dex_file_loader.cc | 571 std::unique_ptr<DexFileContainer> container, in OpenCommon()
|
D | dex_file.cc | 104 std::unique_ptr<DexFileContainer> container, in DexFile()
|
/art/dexlayout/ |
D | compact_dex_writer.cc | 385 Container* const container = down_cast<Container*>(output); in Write() local
|
D | dex_writer.cc | 963 std::unique_ptr<DexContainer>* container, in Output()
|
D | dexlayout.cc | 1857 DexContainer* const container = dex_container->get(); in OutputDexFile() local
|