Home | History | Annotate | Download | only in base

Lines Matching full:vector

20 // Parses the |numbers| vector representing the different numbers
21 // inside the version string and constructs a vector of valid integers. It stops
23 // is the resulting integer vector. Function returns true if all numbers were
26 std::vector<uint16>* parsed) {
27 std::vector<std::string> numbers;
32 for (std::vector<std::string>::const_iterator it = numbers.begin();
57 int CompareVersionComponents(const std::vector<uint16>& components1,
58 const std::vector<uint16>& components2) {
89 std::vector<uint16> parsed;
128 std::vector<uint16> parsed;
133 // If the version is smaller than the wildcard version's |parsed| vector,