Searched defs:StringIndex (Results 1 – 1 of 1) sorted by relevance
30 constexpr StringIndex() : index_(std::numeric_limits<decltype(index_)>::max()) {} in StringIndex() function31 explicit constexpr StringIndex(uint32_t idx) : index_(idx) {} in StringIndex() function