Home
last modified time | relevance | path

Searched defs:BitStringChar (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dbit_string.h39 struct BitStringChar { struct
41 …static_assert(std::is_unsigned<StorageType>::value, "BitStringChar::StorageType must be unsigned"); argument
44 BitStringChar() : data_(0u), bitlength_(0u) { } in BitStringChar() argument
47 BitStringChar(StorageType data, size_t bitlength) in BitStringChar() function
60 // Is there any capacity in this BitStringChar to store any data? argument
77 // Compare equality against another BitStringChar. Note: bitlength is ignored. argument
96 BitStringChar MaximumValue() const { in MaximumValue() argument
107 // Print e.g. "BitStringChar<10>(123)" where 10=bitlength, 123=data. argument
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dbit_string.h39 struct BitStringChar { struct
41 static_assert(std::is_unsigned_v<StorageType>, "BitStringChar::StorageType must be unsigned"); argument
44 BitStringChar() : data_(0u), bitlength_(0u) { } in BitStringChar() argument
47 BitStringChar(StorageType data, size_t bitlength) in BitStringChar() function
60 // Is there any capacity in this BitStringChar to store any data? argument
77 // Compare equality against another BitStringChar. Note: bitlength is ignored. argument
96 BitStringChar MaximumValue() const { in MaximumValue() argument
107 // Print e.g. "BitStringChar<10>(123)" where 10=bitlength, 123=data. argument
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dbit_string.h39 struct BitStringChar { struct
41 static_assert(std::is_unsigned_v<StorageType>, "BitStringChar::StorageType must be unsigned"); argument
44 BitStringChar() : data_(0u), bitlength_(0u) { } in BitStringChar() function
47 BitStringChar(StorageType data, size_t bitlength) in BitStringChar() argument
60 // Is there any capacity in this BitStringChar to store any data? argument
77 // Compare equality against another BitStringChar. Note: bitlength is ignored. argument
96 BitStringChar MaximumValue() const { in MaximumValue() argument
107 // Print e.g. "BitStringChar<10>(123)" where 10=bitlength, 123=data. argument
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dbit_string.h39 struct BitStringChar { struct
41 static_assert(std::is_unsigned_v<StorageType>, "BitStringChar::StorageType must be unsigned"); argument
44 BitStringChar() : data_(0u), bitlength_(0u) { } in BitStringChar() argument
47 BitStringChar(StorageType data, size_t bitlength) in BitStringChar() argument
60 // Is there any capacity in this BitStringChar to store any data? argument
77 // Compare equality against another BitStringChar. Note: bitlength is ignored. argument
96 BitStringChar MaximumValue() const { in MaximumValue() argument
107 // Print e.g. "BitStringChar<10>(123)" where 10=bitlength, 123=data. argument
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dbit_string.h39 struct BitStringChar { struct
41 …static_assert(std::is_unsigned<StorageType>::value, "BitStringChar::StorageType must be unsigned"); argument
44 BitStringChar() : data_(0u), bitlength_(0u) { } in BitStringChar() function
47 BitStringChar(StorageType data, size_t bitlength) in BitStringChar() argument
60 // Is there any capacity in this BitStringChar to store any data? argument
77 // Compare equality against another BitStringChar. Note: bitlength is ignored. argument
96 BitStringChar MaximumValue() const { in MaximumValue() argument
107 // Print e.g. "BitStringChar<10>(123)" where 10=bitlength, 123=data. argument
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dbit_string.h39 struct BitStringChar { struct
41 static_assert(std::is_unsigned_v<StorageType>, "BitStringChar::StorageType must be unsigned"); argument
44 BitStringChar() : data_(0u), bitlength_(0u) { } in BitStringChar() argument
47 BitStringChar(StorageType data, size_t bitlength) in BitStringChar() argument
60 // Is there any capacity in this BitStringChar to store any data? argument
77 // Compare equality against another BitStringChar. Note: bitlength is ignored. argument
96 BitStringChar MaximumValue() const { in MaximumValue() argument
107 // Print e.g. "BitStringChar<10>(123)" where 10=bitlength, 123=data. argument
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dbit_string.h39 struct BitStringChar { struct
41 static_assert(std::is_unsigned_v<StorageType>, "BitStringChar::StorageType must be unsigned"); argument
44 BitStringChar() : data_(0u), bitlength_(0u) { } in BitStringChar() argument
47 BitStringChar(StorageType data, size_t bitlength) in BitStringChar() argument
60 // Is there any capacity in this BitStringChar to store any data? argument
77 // Compare equality against another BitStringChar. Note: bitlength is ignored. argument
96 BitStringChar MaximumValue() const { in MaximumValue() argument
107 // Print e.g. "BitStringChar<10>(123)" where 10=bitlength, 123=data. argument
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/
Dbit_string.h39 struct BitStringChar { struct
41 static_assert(std::is_unsigned_v<StorageType>, "BitStringChar::StorageType must be unsigned"); argument
44 BitStringChar() : data_(0u), bitlength_(0u) { } in BitStringChar() argument
47 BitStringChar(StorageType data, size_t bitlength) in BitStringChar() argument
60 // Is there any capacity in this BitStringChar to store any data? argument
77 // Compare equality against another BitStringChar. Note: bitlength is ignored. argument
96 BitStringChar MaximumValue() const { in MaximumValue() argument
107 // Print e.g. "BitStringChar<10>(123)" where 10=bitlength, 123=data. argument
/aosp_15_r20/art/libartbase/base/
H A Dbit_string.h39 struct BitStringChar { struct
41 static_assert(std::is_unsigned_v<StorageType>, "BitStringChar::StorageType must be unsigned"); argument
44 BitStringChar() : data_(0u), bitlength_(0u) { } in BitStringChar() function
47 BitStringChar(StorageType data, size_t bitlength) in BitStringChar() function
60 // Is there any capacity in this BitStringChar to store any data? argument
77 // Compare equality against another BitStringChar. Note: bitlength is ignored. argument
96 BitStringChar MaximumValue() const { in MaximumValue() argument
107 // Print e.g. "BitStringChar<10>(123)" where 10=bitlength, 123=data. argument
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dbit_string.h39 struct BitStringChar { struct
41 static_assert(std::is_unsigned_v<StorageType>, "BitStringChar::StorageType must be unsigned"); argument
44 BitStringChar() : data_(0u), bitlength_(0u) { } in BitStringChar() function
47 BitStringChar(StorageType data, size_t bitlength) in BitStringChar() function
60 // Is there any capacity in this BitStringChar to store any data? argument
77 // Compare equality against another BitStringChar. Note: bitlength is ignored. argument
96 BitStringChar MaximumValue() const { in MaximumValue() argument
107 // Print e.g. "BitStringChar<10>(123)" where 10=bitlength, 123=data. argument