Home
last modified time | relevance | path

Searched refs:dummy_ (Results 1 – 23 of 23) sorted by relevance

/third_party/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h268 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/
Dexception_safety_testing.h268 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/
Dbind_fwd.hpp16 , 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
Dbasic_bind.hpp48 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 …]
Dbind.hpp67 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/
Doptional_aligned_storage.hpp34 } 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/
Doptional.hpp38 } 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/
Dalias.hpp250 BOOST_DLL_SELECTANY const void * dummy_ ## FunctionOrVar \
256 const void * FunctionOrVar = dummy_ ## FunctionOrVar; \
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Doptional.h89 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/
Doptional.h89 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_/
Dmultiset0.hpp22 template< int dummy_ = 0 >
/third_party/boost/boost/mpl/
Dbind_fwd.hpp50 # define AUX778076_DMC_PARAM() , int dummy_ = 0
Dbind.hpp81 # define AUX778076_DMC_PARAM() , int dummy_
/third_party/boost/boost/assign/
Dlist_of.hpp109 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/
Dstatusor_internal.h280 Dummy dummy_;
300 internal_statusor::PlacementNew<T>(&dummy_, std::forward<Arg>(arg)...);
/third_party/abseil-cpp/absl/status/internal/
Dstatusor_internal.h283 Dummy dummy_;
303 internal_statusor::PlacementNew<T>(&dummy_, std::forward<Arg>(arg)...);
/third_party/boost/boost/logic/
Dtribool.hpp34 char dummy_; // BCB would use 8 bytes by default member
/third_party/boost/libs/intrusive/test/
Ditestvalue.hpp30 void *dummy_[3]; member
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h413 static bool dummy_;
417 bool TypeIdHelper<T>::dummy_ = false;
428 return &(TypeIdHelper<T>::dummy_); in GetTypeId()
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h425 static bool dummy_;
429 bool TypeIdHelper<T>::dummy_ = false;
440 return &(TypeIdHelper<T>::dummy_); in GetTypeId()
/third_party/boost/libs/python/doc/
Dfaq.qbk411 bool dummy_;
/third_party/cef/tools/distrib/gtest/
Dgtest.h3808 static bool dummy_;
3812 bool TypeIdHelper<T>::dummy_ = false;
3823 return &(TypeIdHelper<T>::dummy_);
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittest.cs9378 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;