Searched refs:GetUnsafeValue (Results 1 – 6 of 6) sorted by relevance
73 static_assert(kZero.GetUnsafeValue() == 0, ""); in TEST()74 static_assert(kOne.GetUnsafeValue() == 1, ""); in TEST()100 int final_value = id.GetUnsafeValue(); in TEST_P()
103 constexpr WrappedType GetUnsafeValue() const { return this->value(); } in GetUnsafeValue() function
21 os << obj.GetUnsafeValue(); in operator <<()
67 ProcessId GetUnsafeValue() const { return value_; } in GetUnsafeValue() function
178 root.Set("pid", static_cast<int>(GetUniqueIdForProcess().GetUnsafeValue())); in WriteJSON()
1019 WriteParam(m, p.GetUnsafeValue());1031 LogParam(p.GetUnsafeValue(), l);