Home
last modified time | relevance | path

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

/system/update_engine/common/
Dutils.h271 inline void HexDumpVector(const brillo::Blob& vect) { in HexDumpVector()
285 bool VectorContainsValue(const std::vector<T>& vect, const T& value) { in VectorContainsValue()
290 bool VectorIndexOf(const std::vector<T>& vect, const T& value, in VectorIndexOf()
/system/update_engine/payload_generator/
Dtopological_sort_unittest.cc37 bool IndexOf(const vector<T>& vect, in IndexOf()
Dinplace_generator_unittest.cc81 void DumpVect(const vector<T>& vect) { in DumpVect()
90 void AppendExtent(vector<Extent>* vect, uint64_t start, uint64_t length) { in AppendExtent()
414 vector<Vertex::Index> vect(graph.size()); in TEST_F() local