Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/
Dbroadcast_ring.h148 static constexpr bool kUseStaticRecordCount = member
153 BaseTraits::kUseStaticRecordSize && kUseStaticRecordCount;
162 static_assert(!Traits::kUseStaticRecordCount ||
191 Traits::kUseStaticRecordCount in Create()
228 Traits::kUseStaticRecordCount, in MemorySize()
646 typename std::enable_if<T::kUseStaticRecordCount, uint32_t>::type
652 typename std::enable_if<!T::kUseStaticRecordCount, uint32_t>::type
658 typename std::enable_if<T::kUseStaticRecordCount, void>::type
662 typename std::enable_if<!T::kUseStaticRecordCount, void>::type