Home
last modified time | relevance | path

Searched refs:dummy_ (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dexception_safety_testing.h268 dummy_ = kDefaultValue; in ThrowingValue()
273 : TrackedObject(GetInstanceString(other.dummy_)) { in IsSpecified()
277 dummy_ = other.dummy_; in IsSpecified()
282 : TrackedObject(GetInstanceString(other.dummy_)) { in IsSpecified()
286 dummy_ = other.dummy_; in IsSpecified()
291 dummy_ = i; in ThrowingValue()
295 : TrackedObject(GetInstanceString(i)), dummy_(i) {} in dummy_() function in testing::ThrowingValue
302 dummy_ in IsSpecified()
601 int dummy_; global() member in testing::ThrowingValue
661 dummy_(other.State()) {} dummy_() function in testing::ThrowingAllocator
667 dummy_(other.State()) {} dummy_() function in testing::ThrowingAllocator
779 std::shared_ptr<const int> dummy_; global() member in testing::ThrowingAllocator
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Doptional.h89 dummy_type dummy_; member
99 // dummy_ must be initialized for constexpr constructor.
100 constexpr optional_data_dtor_base() noexcept : engaged_(false), dummy_{{}} {}
124 dummy_type dummy_; member
128 // dummy_ must be initialized for constexpr constructor.
129 constexpr optional_data_dtor_base() noexcept : engaged_(false), dummy_{{}} {}
152 // Use dummy_'s address to work around casting cv-qualified T* to void*. in construct()
153 ::new (static_cast<void*>(&this->dummy_)) T(std::forward<Args>(args)...); in construct()
/third_party/skia/third_party/externals/abseil-cpp/absl/status/internal/
H A Dstatusor_internal.h279 // the placement new. dummy_ is that object.
280 Dummy dummy_; member
300 internal_statusor::PlacementNew<T>(&dummy_, std::forward<Arg>(arg)...); in MakeValue()
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h420 // dummy_ must not have a const type. Otherwise an overly eager
422 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
423 static bool dummy_; member in testing::internal::TypeIdHelper
427 bool TypeIdHelper<T>::dummy_ = false; member in testing::internal::TypeIdHelper
435 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate in GetTypeId()
436 // the template. Therefore, the address of dummy_ is guaranteed to in GetTypeId()
438 return &(TypeIdHelper<T>::dummy_); in GetTypeId()
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h410 // dummy_ must not have a const type. Otherwise an overly eager
412 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
413 static bool dummy_; member in testing::internal::TypeIdHelper
417 bool TypeIdHelper<T>::dummy_ = false; member in testing::internal::TypeIdHelper
425 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate in GetTypeId()
426 // the template. Therefore, the address of dummy_ is guaranteed to in GetTypeId()
428 return &(TypeIdHelper<T>::dummy_); in GetTypeId()
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-internal.h405 // dummy_ must not have a const type. Otherwise an overly eager
407 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
408 static bool dummy_; member in testing::internal::TypeIdHelper
412 bool TypeIdHelper<T>::dummy_ = false; member in testing::internal::TypeIdHelper
420 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate in GetTypeId()
421 // the template. Therefore, the address of dummy_ is guaranteed to in GetTypeId()
423 return &(TypeIdHelper<T>::dummy_); in GetTypeId()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A 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;
[all...]

Completed in 67 milliseconds