Home
last modified time | relevance | path

Searched defs:mValue (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
H A DOptional.h71 T mValue; global() member
[all...]
H A DSynchronizedValue.h31 : mLock(mutex, std::adopt_lock), mValue(value) in mValue() function in angle::ConstStrictLockPtr
35 : mLock(std::move(other.mLock)), mValue(other.mValue) in mValue() function in angle::ConstStrictLockPtr
48 T const &mValue; member in angle::ConstStrictLockPtr
100 : BaseType(mutex, std::adopt_lock), mValue(value) mValue() function in angle::ConstUniqueLockPtr
103 : BaseType(mutex, std::defer_lock), mValue(value) mValue() function in angle::ConstUniqueLockPtr
106 : BaseType(mutex, std::try_to_lock), mValue(value) mValue() function in angle::ConstUniqueLockPtr
110 : BaseType(std::move(static_cast<BaseType &&>(other))), mValue(other.mValue) mValue() function in angle::ConstUniqueLockPtr
130 T const &mValue; global() member in angle::ConstUniqueLockPtr
354 T &mValue; global() member in angle::SynchronizedValue::DerefValue
377 const T &mValue; global() member in angle::SynchronizedValue::ConstDerefValue
389 os << mValue; save() local
396 is >> mValue; load() local
484 T mValue; global() member in angle::SynchronizedValue
[all...]
H A Ddebug.h178 T mValue; member in gl::priv::FmtHexHelper
H A DPackedEnums.h58 UnderlyingType mValue; member in angle::final
/third_party/skia/third_party/externals/dawn/src/common/
H A DRefBase.h180 T mValue; global() member in RefBase
[all...]
H A DTypedInteger.h68 T mValue; variable
[all...]
/third_party/skia/third_party/externals/oboe/include/oboe/
H A DResultWithValue.h135 const T mValue; member in oboe::ResultWithValue
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DConcurrentCacheTests.cpp45 size_t mValue; member in __anon20567::SimpleCachedObject
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dserial_utils.h39 uintptr_t mValue; global() member in rx::ResourceSerial
78 uint64_t mValue; global() member in rx::final
[all...]
/third_party/skia/third_party/externals/angle2/src/common/spirv/
H A Dspirv_types.h40 Helper mValue; member in angle::spirv::BoxedUint32
/base/telephony/call_manager/services/call_earthquake_alarm/include/
H A Dcall_earthquake_alarm_locator.h58 std::string mValue = ""; member in OHOS::Telephony::OOBESwitchObserver
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSymbolEnv.h111 Value mValue; member in sh::TemplateArg
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DResourceMap.h72 IndexAndResource mValue; member in gl::final::final
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanFunctions.h321 ::VkResult mValue; member in dawn_native::vulkan::VkResult

Completed in 9 milliseconds