Home
last modified time | relevance | path

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

/art/runtime/metrics/
Dreporter.cc261 ? gFlags.MetricsReportingSpecSystemServer.GetValueOptional() in FromFlags()
262 : gFlags.MetricsReportingSpec.GetValueOptional(); in FromFlags()
292 .dump_to_file = gFlags.MetricsWriteToFile.GetValueOptional(), in FromFlags()
/art/libartbase/base/
Dflags.h189 ALWAYS_INLINE std::optional<Value> GetValueOptional() const { in GetValueOptional() function