Searched refs:DynamicStorageBit (Results 1 – 2 of 2) sorted by relevance
521 DynamicStorageBit = 1ull << 63ull enumerator546 uint64_t maskedRepresentation = representation & ~DynamicStorageBit; in getDynamicStorage()551 bool isDynamicStorage() const { return representation & DynamicStorageBit; } in isDynamicStorage()
375 representation |= DynamicStorageBit; in resize()