HomeSort by relevance Sort by last modified time
    Searched full:move_to_front_ids_ (Results 1 - 1 of 1) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/comp/
markv_codec.cpp 377 std::list<uint32_t> move_to_front_ids_; member in class:__anon775::MarkvCodecBase
490 for (auto it = move_to_front_ids_.begin();
491 it != move_to_front_ids_.end(); ++it) {
494 move_to_front_ids_.erase(it);
495 move_to_front_ids_.push_front(id);
501 assert(0 && "Id not found in move_to_front_ids_");
505 move_to_front_ids_.push_front(id);
506 return static_cast<uint16_t>(move_to_front_ids_.size() - 1);
587 if (index >= move_to_front_ids_.size()) {
590 move_to_front_ids_.push_front(id)
    [all...]

Completed in 385 milliseconds