HomeSort by relevance Sort by last modified time
    Searched refs:VectorContainsValue (Results 1 - 3 of 3) sorted by null

  /system/update_engine/payload_generator/
tarjan_unittest.cc 69 EXPECT_TRUE(utils::VectorContainsValue(vertex_indexes, n_a));
70 EXPECT_TRUE(utils::VectorContainsValue(vertex_indexes, n_b));
71 EXPECT_TRUE(utils::VectorContainsValue(vertex_indexes, n_c));
72 EXPECT_TRUE(utils::VectorContainsValue(vertex_indexes, n_d));
73 EXPECT_TRUE(utils::VectorContainsValue(vertex_indexes, n_e));
81 EXPECT_TRUE(utils::VectorContainsValue(vertex_indexes, n_f));
89 EXPECT_TRUE(utils::VectorContainsValue(vertex_indexes, n_g));
90 EXPECT_TRUE(utils::VectorContainsValue(vertex_indexes, n_h));
tarjan.cc 62 } else if (utils::VectorContainsValue(stack_, vertex_next)) {
76 if (utils::VectorContainsValue(component, required_vertex_)) {
  /system/update_engine/common/
utils.h 241 bool VectorContainsValue(const std::vector<T>& vect, const T& value) {

Completed in 88 milliseconds