Home
last modified time | relevance | path

Searched refs:GetOptional (Results 1 – 2 of 2) sorted by relevance

/art/libartbase/base/
Dvariant_map.h235 std::optional<TValue> GetOptional(const TKey<TValue>& key) const { in GetOptional() function
/art/runtime/
Druntime.cc1516 auto suspend_timeout_opt = runtime_options->GetOptional(RuntimeArgumentMap::ThreadSuspendTimeout); in GetThreadSuspendTimeout()