/third_party/abseil-cpp/absl/base/internal/ |
D | exception_safety_testing.h | 268 dummy_ = kDefaultValue; in ThrowingValue() 273 : TrackedObject(GetInstanceString(other.dummy_)) { in noexcept() 277 dummy_ = other.dummy_; in noexcept() 282 : TrackedObject(GetInstanceString(other.dummy_)) { in noexcept() 286 dummy_ = other.dummy_; in noexcept() 291 dummy_ = i; in ThrowingValue() 295 : TrackedObject(GetInstanceString(i)), dummy_(i) {} in ThrowingValue() 302 dummy_ = kBadValue; in noexcept() 306 dummy_ = other.dummy_; in noexcept() 312 dummy_ = kBadValue; in noexcept() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | exception_safety_testing.h | 268 dummy_ = kDefaultValue; in ThrowingValue() 273 : TrackedObject(GetInstanceString(other.dummy_)) { in noexcept() 277 dummy_ = other.dummy_; in noexcept() 282 : TrackedObject(GetInstanceString(other.dummy_)) { in noexcept() 286 dummy_ = other.dummy_; in noexcept() 291 dummy_ = i; in ThrowingValue() 295 : TrackedObject(GetInstanceString(i)), dummy_(i) {} in ThrowingValue() 302 dummy_ = kBadValue; in noexcept() 306 dummy_ = other.dummy_; in noexcept() 312 dummy_ = kBadValue; in noexcept() [all …]
|
/third_party/boost/boost/mpl/aux_/preprocessed/dmc/ |
D | bind_fwd.hpp | 16 , typename T4 = na, typename T5 = na, int dummy_ = 0 21 typename F, int dummy_ = 0 26 typename F, typename T1, int dummy_ = 0 31 typename F, typename T1, typename T2, int dummy_ = 0 36 typename F, typename T1, typename T2, typename T3, int dummy_ = 0 42 , int dummy_ = 0 48 , typename T5, int dummy_ = 0
|
D | basic_bind.hpp | 48 typename F, int dummy_ 89 typename F, int dummy_ 97 typename F, typename T1, int dummy_ 140 typename F, typename T1, int dummy_ 148 typename F, typename T1, typename T2, int dummy_ 192 typename F, typename T1, typename T2, int dummy_ 200 typename F, typename T1, typename T2, typename T3, int dummy_ 245 typename F, typename T1, typename T2, typename T3, int dummy_ 254 , int dummy_ 302 , int dummy_ [all …]
|
D | bind.hpp | 67 typename F, int dummy_ 111 typename F, int dummy_ 119 typename F, typename T1, int dummy_ 169 typename F, typename T1, int dummy_ 177 typename F, typename T1, typename T2, int dummy_ 232 typename F, typename T1, typename T2, int dummy_ 240 typename F, typename T1, typename T2, typename T3, int dummy_ 300 typename F, typename T1, typename T2, typename T3, int dummy_ 309 , int dummy_ 376 , int dummy_ [all …]
|
/third_party/boost/boost/optional/detail/ |
D | optional_aligned_storage.hpp | 34 } dummy_ ; member in boost::optional_detail::aligned_storage 39 void const* address() const { return &dummy_; } in address() 40 void * address() { return &dummy_; } in address() 42 void const* address() const { return dummy_.data; } 43 void * address() { return dummy_.data; }
|
/third_party/boost/boost/iostreams/detail/ |
D | optional.hpp | 38 } dummy_ ; member in boost::iostreams::detail::aligned_storage 42 void const* address() const { return &dummy_.data[0]; } in address() 43 void * address() { return &dummy_.data[0]; } in address()
|
/third_party/boost/boost/dll/ |
D | alias.hpp | 250 BOOST_DLL_SELECTANY const void * dummy_ ## FunctionOrVar \ 256 const void * FunctionOrVar = dummy_ ## FunctionOrVar; \
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
D | optional.h | 89 dummy_type dummy_; member 100 constexpr optional_data_dtor_base() noexcept : engaged_(false), dummy_{{}} {} in optional_data_dtor_base() 124 dummy_type dummy_; member 129 constexpr optional_data_dtor_base() noexcept : engaged_(false), dummy_{{}} {} in optional_data_dtor_base() 153 ::new (static_cast<void*>(&this->dummy_)) T(std::forward<Args>(args)...); in construct()
|
/third_party/abseil-cpp/absl/types/internal/ |
D | optional.h | 89 dummy_type dummy_; member 100 constexpr optional_data_dtor_base() noexcept : engaged_(false), dummy_{{}} {} in optional_data_dtor_base() 124 dummy_type dummy_; member 129 constexpr optional_data_dtor_base() noexcept : engaged_(false), dummy_{{}} {} in optional_data_dtor_base() 153 ::new (static_cast<void*>(&this->dummy_)) T(std::forward<Args>(args)...); in construct()
|
/third_party/boost/boost/mpl/multiset/aux_/ |
D | multiset0.hpp | 22 template< int dummy_ = 0 >
|
/third_party/boost/boost/mpl/ |
D | bind_fwd.hpp | 50 # define AUX778076_DMC_PARAM() , int dummy_ = 0
|
D | bind.hpp | 81 # define AUX778076_DMC_PARAM() , int dummy_
|
/third_party/boost/boost/assign/ |
D | list_of.hpp | 109 char dummy_; // BCB would by default use 8 bytes member 116 char dummy_; // BCB would by default use 8 bytes member 123 char dummy_; // BCB would by default use 8 bytes member 130 char dummy_; // BCB would by default use 8 bytes member
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/internal/ |
D | statusor_internal.h | 280 Dummy dummy_; 300 internal_statusor::PlacementNew<T>(&dummy_, std::forward<Arg>(arg)...);
|
/third_party/abseil-cpp/absl/status/internal/ |
D | statusor_internal.h | 283 Dummy dummy_; 303 internal_statusor::PlacementNew<T>(&dummy_, std::forward<Arg>(arg)...);
|
/third_party/boost/boost/logic/ |
D | tribool.hpp | 34 char dummy_; // BCB would use 8 bytes by default member
|
/third_party/boost/libs/intrusive/test/ |
D | itestvalue.hpp | 30 void *dummy_[3]; member
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-internal.h | 413 static bool dummy_; 417 bool TypeIdHelper<T>::dummy_ = false; 428 return &(TypeIdHelper<T>::dummy_); in GetTypeId()
|
/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 425 static bool dummy_; 429 bool TypeIdHelper<T>::dummy_ = false; 440 return &(TypeIdHelper<T>::dummy_); in GetTypeId()
|
/third_party/boost/libs/python/doc/ |
D | faq.qbk | 411 bool dummy_;
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest.h | 3808 static bool dummy_; 3812 bool TypeIdHelper<T>::dummy_ = false; 3823 return &(TypeIdHelper<T>::dummy_);
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | Unittest.cs | 9378 dummy_ = other.dummy_; in TestRequiredForeign() 9412 private int dummy_; field in Google.Protobuf.TestProtos.Proto2.TestRequiredForeign 9415 get { if ((_hasBits0 & 1) != 0) { return dummy_; } else { return DummyDefaultValue; } } 9418 dummy_ = value;
|