Home | History | Annotate | Download | only in dex

Lines Matching defs:std

32   constexpr StringIndex() : index_(std::numeric_limits<decltype(index_)>::max()) {}
36 return index_ != std::numeric_limits<decltype(index_)>::max();
39 return StringIndex(std::numeric_limits<decltype(index_)>::max());
61 std::ostream& operator<<(std::ostream& os, const StringIndex& index);
67 constexpr TypeIndex() : index_(std::numeric_limits<decltype(index_)>::max()) {}
71 return index_ != std::numeric_limits<decltype(index_)>::max();
74 return TypeIndex(std::numeric_limits<decltype(index_)>::max());
96 std::ostream& operator<<(std::ostream& os, const TypeIndex& index);
101 namespace std {
115 } // namespace std