Searched defs:State (Results 1 – 4 of 4) sorted by relevance
42 State() noexcept : state(Unspecified) {} in State() function44 State( const State& s ) : state(Unspecified) { in State() function48 State( StateValue s ) noexcept : state(Unspecified) { in State() function
32 enum class State { enum
44 struct State { struct in Random45 std::random_device rd;46 std::mt19937 gen;47 std::uniform_int_distribution<> dist;49 State() : gen(rd()), dist(0, std::numeric_limits<unsigned short>::max()) {} in State() argument74 thread_local Random::State* Random::mState = nullptr;
160 enum State { enum in rml::internal::GuardedSize