Home
last modified time | relevance | path

Searched defs:SavedValue (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dflag.cc119 union SavedValue { union in absl::flags_internal::FlagState
120 explicit SavedValue(void* v) : heap_allocated(v) {} in SavedValue() function
121 explicit SavedValue(int64_t v) : one_word(v) {} in SavedValue() function

Completed in 2 milliseconds