Home
last modified time | relevance | path

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

/external/openscreen/third_party/abseil/src/absl/flags/internal/
Dflag.cc118 union SavedValue { union in absl::flags_internal::FlagState
119 explicit SavedValue(void* v) : heap_allocated(v) {} in SavedValue() function
120 explicit SavedValue(int64_t v) : one_word(v) {} in SavedValue() function
121 explicit SavedValue(flags_internal::AlignedTwoWords v) : two_words(v) {} in SavedValue() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/internal/
Dflag.cc120 union SavedValue { union in absl::flags_internal::FlagState
121 explicit SavedValue(void* v) : heap_allocated(v) {} in SavedValue() function
122 explicit SavedValue(int64_t v) : one_word(v) {} in SavedValue() function
/external/angle/third_party/abseil-cpp/absl/flags/internal/
Dflag.cc151 union SavedValue { union in absl::flags_internal::FlagState
152 explicit SavedValue(void* v) : heap_allocated(v) {} in SavedValue() function
153 explicit SavedValue(int64_t v) : one_word(v) {} in SavedValue() function
/external/abseil-cpp/absl/flags/internal/
Dflag.cc145 union SavedValue { union in absl::flags_internal::FlagState
146 explicit SavedValue(void* v) : heap_allocated(v) {} in SavedValue() function
147 explicit SavedValue(int64_t v) : one_word(v) {} in SavedValue() function
/external/cronet/stable/third_party/abseil-cpp/absl/flags/internal/
Dflag.cc145 union SavedValue { union in absl::flags_internal::FlagState
146 explicit SavedValue(void* v) : heap_allocated(v) {} in SavedValue() function
147 explicit SavedValue(int64_t v) : one_word(v) {} in SavedValue() function
/external/cronet/tot/third_party/abseil-cpp/absl/flags/internal/
Dflag.cc145 union SavedValue { union in absl::flags_internal::FlagState
146 explicit SavedValue(void* v) : heap_allocated(v) {} in SavedValue() function
147 explicit SavedValue(int64_t v) : one_word(v) {} in SavedValue() function
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp153 bool SavedValue; member in __anon167591f20111::RewriteObjC::DisableReplaceStmtScope
DRewriteModernObjC.cpp173 bool SavedValue; member in __anon633078370111::RewriteModernObjC::DisableReplaceStmtScope