Home
last modified time | relevance | path

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

/aosp_15_r20/art/libdexfile/dex/
H A Ddex_file_loader.cc56 class VectorContainer : public DexFileContainer { class
58 explicit VectorContainer(std::vector<uint8_t>&& vector) : vector_(std::move(vector)) { } in VectorContainer() function in art::__anond650976c0111::VectorContainer