Home
last modified time | relevance | path

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

/third_party/re2/re2/
Dsparse_set.h133 return InsertInternal(true, i); in insert()
139 return InsertInternal(false, i); in insert_new()
143 iterator InsertInternal(bool allow_existing, int i) { in InsertInternal() function