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

  /external/chromium_org/tools/gn/
unique_vector.h 30 vect_(NULL),
38 vect_(NULL),
46 vect_(v),
55 vect_(v),
60 const T& value() const { return value_ ? *value_ : (*vect_)[index_]; }
80 const std::vector<T>* vect_; member in class:internal::UniquifyRef

Completed in 678 milliseconds