Searched defs:StringIndex (Results 1 – 2 of 2) sorted by relevance
32 constexpr StringIndex() : index_(std::numeric_limits<decltype(index_)>::max()) {} in StringIndex() function33 explicit constexpr StringIndex(uint32_t idx) : index_(idx) {} in StringIndex() function
37 dex::StringIndex StringIndex() const { in StringIndex() function