Searched defs:vect (Results 1 – 3 of 3) sorted by relevance
271 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()
37 bool IndexOf(const vector<T>& vect, in IndexOf()
81 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