Home
last modified time | relevance | path

Searched defs:BitString (Results 1 – 25 of 52) sorted by relevance

123

/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dbit_string.h142 struct BitString { struct
143 using StorageType = BitStringChar::StorageType; argument
151 // How many bits are needed to represent BitString[0..position)? argument
171 // How many bits are needed for a BitStringChar at the position? argument
181 // See also "BitString[N]" in the doc header. argument
193 void SetAt(size_t idx, BitStringChar bitchar) { in SetAt() argument
206 // See also "StrLen(BitString)" in the doc header. argument
211 BitStringChar bc = (*this)[i]; in Length() argument
235 BitString() = default; argument
249 return (*this) == BitString{}; in IsEmpty() argument
[all …]
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dbit_string.h142 struct BitString { struct
143 using StorageType = BitStringChar::StorageType; argument
151 // How many bits are needed to represent BitString[0..position)? argument
171 // How many bits are needed for a BitStringChar at the position? argument
181 // See also "BitString[N]" in the doc header. argument
193 void SetAt(size_t idx, BitStringChar bitchar) { in SetAt() argument
206 // See also "StrLen(BitString)" in the doc header. argument
211 BitStringChar bc = (*this)[i]; in Length() argument
235 BitString() = default; argument
249 return (*this) == BitString{}; in IsEmpty() argument
[all …]
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dbit_string.h142 struct BitString { struct
143 using StorageType = BitStringChar::StorageType; argument
151 // How many bits are needed to represent BitString[0..position)? argument
171 // How many bits are needed for a BitStringChar at the position? argument
181 // See also "BitString[N]" in the doc header. argument
193 void SetAt(size_t idx, BitStringChar bitchar) { in SetAt() argument
206 // See also "StrLen(BitString)" in the doc header. argument
211 BitStringChar bc = (*this)[i]; in Length() argument
235 BitString() = default; argument
249 return (*this) == BitString{}; in IsEmpty() argument
[all …]
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dbit_string.h142 struct BitString { struct
143 using StorageType = BitStringChar::StorageType; argument
151 // How many bits are needed to represent BitString[0..position)? argument
171 // How many bits are needed for a BitStringChar at the position? argument
181 // See also "BitString[N]" in the doc header. argument
193 void SetAt(size_t idx, BitStringChar bitchar) { in SetAt() argument
206 // See also "StrLen(BitString)" in the doc header. argument
211 BitStringChar bc = (*this)[i]; in Length() argument
235 BitString() = default; argument
249 return (*this) == BitString{}; in IsEmpty() argument
[all …]
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dbit_string.h142 struct BitString { struct
143 using StorageType = BitStringChar::StorageType; argument
151 // How many bits are needed to represent BitString[0..position)? argument
171 // How many bits are needed for a BitStringChar at the position? argument
181 // See also "BitString[N]" in the doc header. argument
193 void SetAt(size_t idx, BitStringChar bitchar) { in SetAt() argument
206 // See also "StrLen(BitString)" in the doc header. argument
211 BitStringChar bc = (*this)[i]; in Length() argument
235 BitString() = default; argument
249 return (*this) == BitString{}; in IsEmpty() argument
[all …]
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dbit_string.h142 struct BitString { struct
143 using StorageType = BitStringChar::StorageType; argument
151 // How many bits are needed to represent BitString[0..position)? argument
171 // How many bits are needed for a BitStringChar at the position? argument
181 // See also "BitString[N]" in the doc header. argument
193 void SetAt(size_t idx, BitStringChar bitchar) { in SetAt() argument
206 // See also "StrLen(BitString)" in the doc header. argument
211 BitStringChar bc = (*this)[i]; in Length() argument
235 BitString() = default; argument
249 return (*this) == BitString{}; in IsEmpty() argument
[all …]
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dbit_string.h142 struct BitString { struct
143 using StorageType = BitStringChar::StorageType; argument
151 // How many bits are needed to represent BitString[0..position)? argument
171 // How many bits are needed for a BitStringChar at the position? argument
181 // See also "BitString[N]" in the doc header. argument
193 void SetAt(size_t idx, BitStringChar bitchar) { in SetAt() argument
206 // See also "StrLen(BitString)" in the doc header. argument
211 BitStringChar bc = (*this)[i]; in Length() argument
235 BitString() = default; argument
249 return (*this) == BitString{}; in IsEmpty() argument
[all …]
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/
Dbit_string.h142 struct BitString { struct
143 using StorageType = BitStringChar::StorageType; argument
151 // How many bits are needed to represent BitString[0..position)? argument
171 // How many bits are needed for a BitStringChar at the position? argument
181 // See also "BitString[N]" in the doc header. argument
193 void SetAt(size_t idx, BitStringChar bitchar) { in SetAt() argument
206 // See also "StrLen(BitString)" in the doc header. argument
211 BitStringChar bc = (*this)[i]; in Length() argument
235 BitString() = default; argument
249 return (*this) == BitString{}; in IsEmpty() argument
[all …]
/aosp_15_r20/art/libartbase/base/
H A Dbit_string.h142 struct BitString { struct
143 using StorageType = BitStringChar::StorageType; argument
151 // How many bits are needed to represent BitString[0..position)? argument
171 // How many bits are needed for a BitStringChar at the position? argument
181 // See also "BitString[N]" in the doc header. argument
193 void SetAt(size_t idx, BitStringChar bitchar) { in SetAt() argument
206 // See also "StrLen(BitString)" in the doc header. argument
211 BitStringChar bc = (*this)[i]; in Length() argument
235 BitString() = default; argument
249 return (*this) == BitString{}; in IsEmpty() argument
[all …]
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dbit_string.h142 struct BitString { struct
143 using StorageType = BitStringChar::StorageType; argument
151 // How many bits are needed to represent BitString[0..position)? argument
171 // How many bits are needed for a BitStringChar at the position? argument
181 // See also "BitString[N]" in the doc header. argument
193 void SetAt(size_t idx, BitStringChar bitchar) { in SetAt() argument
206 // See also "StrLen(BitString)" in the doc header. argument
211 BitStringChar bc = (*this)[i]; in Length() argument
235 BitString() = default; argument
249 return (*this) == BitString{}; in IsEmpty() argument
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/
Dbit_string.rs223 pub struct BitString { struct
225 unused_bits: u8,
228 bit_length: usize,
231 inner: Vec<u8>,
234 impl BitString { implementation
311 impl<'a> DecodeValue<'a> for BitString { implementation
320 impl EncodeValue for BitString { implementation
331 impl FixedTag for BitString { implementation
343 impl ValueOrd for BitString { implementation
355 impl<'a> arbitrary::Arbitrary<'a> for BitString { implementation
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/asn1/
Dasn1.go160 type BitString struct { struct
161 Bytes []byte // bits packed into bytes.
162 BitLength int // length in bits.
167 func (b BitString) At(i int) int {
178 func (b BitString) RightAlign() []byte {
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dverify_signed_data.h17 class BitString; variable
H A Dparser.h19 class BitString; variable
H A Dparse_values.cc219 BitString::BitString(Input bytes, uint8_t unused_bits) in BitString() function in bssl::der::BitString
/aosp_15_r20/external/python/asn1crypto/docs/
Duniversal_types.md395 ## BitString section in Universal Types with BER/DER Decoder and DER Encoder
/aosp_15_r20/external/rust/android-crates-io/crates/der_derive/src/
Dasn1_type.rs12 BitString, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/spki/src/
Dtraits.rs183 fn to_bitstring(&self) -> der::Result<BitString>; in to_bitstring()
/aosp_15_r20/external/cronet/net/data/ssl/scripts/
H A Dasn1.py177 class BitString(object): class
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/io/
Dder.rs30 BitString = 0x03, enumerator
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/cryptobyte/
Dasn1.go550 func (s *String) ReadASN1BitString(out *encoding_asn1.BitString) bool {
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/
Dtag.rs61 BitString, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/der/tests/
Dderive.rs93 BitString(BitStringRef<'a>), enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/asn1/
Dasn1_test.cc245 TEST(ASN1Test, BitString) { in TEST() argument
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/
Dasn1_test.cc245 TEST(ASN1Test, BitString) { in TEST() argument

123