Home
last modified time | relevance | path

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

/third_party/re2/re2/
Dprog.h209 uint16_t* list_heads() { return list_heads_.data(); } in list_heads()
317 bool CanBitState() { return list_heads_.data() != NULL; } in CanBitState()
410 PODArray<uint16_t> list_heads_; // sparse array enumerating list heads variable
Dprog.cc638 list_heads_ = PODArray<uint16_t>(size_); in Flatten()
640 memset(list_heads_.data(), 0xFF, size_*sizeof list_heads_[0]); in Flatten()
642 list_heads_[flatmap[i]] = i; in Flatten()