Searched defs:SavedValue (Results 1 – 8 of 8) sorted by relevance
118 union SavedValue { union in absl::flags_internal::FlagState119 explicit SavedValue(void* v) : heap_allocated(v) {} in SavedValue() function120 explicit SavedValue(int64_t v) : one_word(v) {} in SavedValue() function121 explicit SavedValue(flags_internal::AlignedTwoWords v) : two_words(v) {} in SavedValue() function
120 union SavedValue { union in absl::flags_internal::FlagState121 explicit SavedValue(void* v) : heap_allocated(v) {} in SavedValue() function122 explicit SavedValue(int64_t v) : one_word(v) {} in SavedValue() function
151 union SavedValue { union in absl::flags_internal::FlagState152 explicit SavedValue(void* v) : heap_allocated(v) {} in SavedValue() function153 explicit SavedValue(int64_t v) : one_word(v) {} in SavedValue() function
145 union SavedValue { union in absl::flags_internal::FlagState146 explicit SavedValue(void* v) : heap_allocated(v) {} in SavedValue() function147 explicit SavedValue(int64_t v) : one_word(v) {} in SavedValue() function
153 bool SavedValue; member in __anon167591f20111::RewriteObjC::DisableReplaceStmtScope
173 bool SavedValue; member in __anon633078370111::RewriteModernObjC::DisableReplaceStmtScope