Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/
Dbroadcast_ring.h407 using StorageType = long; // NOLINT variable
412 static_assert(kRecordAlignment % sizeof(StorageType) == 0,
418 std::atomic<StorageType> data[sizeof(Record) / sizeof(StorageType)];
421 static_assert(sizeof(StorageType) *
461 static_assert(sizeof(std::atomic<StorageType>) == sizeof(StorageType),
512 StorageType data[sizeof(Record) / sizeof(StorageType)]; in PutRecordInternal()
525 StorageType data[sizeof(Record) / sizeof(StorageType)]; in GetRecordInternal()