Home
last modified time | relevance | path

Searched refs:table_ (Results 1 – 3 of 3) sorted by relevance

/system/keymaster/
Doperation_table.cpp36 if (!table_.get()) { in Add()
37 table_.reset(new (std::nothrow) Entry[table_size_]); in Add()
38 if (!table_.get()) in Add()
52 if (table_[i].operation == NULL) { in Add()
53 table_[i].operation = op.release(); in Add()
54 table_[i].handle = *op_handle; in Add()
65 if (!table_.get()) in Find()
69 if (table_[i].handle == op_handle) in Find()
70 return table_[i].operation; in Find()
76 if (!table_.get()) in Delete()
[all …]
Doperation_table.h47 UniquePtr<Entry[]> table_;
/system/update_engine/payload_generator/
Dinplace_generator.cc239 : table_(table) {} in SortCutsByTopoOrderLess()
241 return table_[a.old_dst] < table_[b.old_dst]; in operator ()()
244 const vector<vector<Vertex::Index>::size_type>& table_; member in chromeos_update_engine::__anon4143cc6f0211::SortCutsByTopoOrderLess