Home
last modified time | relevance | path

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

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