Home
last modified time | relevance | path

Searched refs:colormap_ (Results 1 – 1 of 1) sorted by relevance

/third_party/re2/re2/
Dprog.cc358 std::vector<std::pair<int, int>> colormap_; member in re2::ByteMapBuilder
407 colormap_.clear(); in Merge()
434 std::find_if(colormap_.begin(), colormap_.end(), in Recolor()
438 if (it != colormap_.end()) in Recolor()
442 colormap_.emplace_back(oldcolor, newcolor); in Recolor()