Home
last modified time | relevance | path

Searched defs:as_array (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-vector.hh134 hb_array_t< Type> as_array () { return hb_array (arrayZ, length); } in as_array() function
135 hb_array_t<const Type> as_array () const { return hb_array (arrayZ, length); } in as_array() function
285 …hb_sorted_array_t< Type> as_array () { return hb_sorted_array (this->arrayZ, this->leng… in as_array() function
286 …hb_sorted_array_t<const Type> as_array () const { return hb_sorted_array (this->arrayZ, this->leng… in as_array() function
Dhb-open-type.hh422 hb_array_t<Type> as_array (unsigned int len) in as_array() function
424 hb_array_t<const Type> as_array (unsigned int len) const in as_array() function
527 hb_sorted_array_t<Type> as_array (unsigned int len) in as_array() function
529 hb_sorted_array_t<const Type> as_array (unsigned int len) const in as_array() function
577 hb_array_t< Type> as_array () { return hb_array (arrayZ, len); } in as_array() function
578 hb_array_t<const Type> as_array () const { return hb_array (arrayZ, len); } in as_array() function
749 hb_array_t< Type> as_array () { return hb_array (arrayZ, get_length ()); } in as_array() function
750 hb_array_t<const Type> as_array () const { return hb_array (arrayZ, get_length ()); } in as_array() function
862 …hb_sorted_array_t< Type> as_array () { return hb_sorted_array (this->arrayZ, this->len)… in as_array() function
863 …hb_sorted_array_t<const Type> as_array () const { return hb_sorted_array (this->arrayZ, this->len)… in as_array() function
/external/openscreen/util/
Dyet_another_bit_vector.h93 uint64_t* as_array; member
/external/rust/crates/ahash/src/
Dconvert.rs79 macro_rules! as_array { macro
/external/rust/crates/serde_json/src/value/
Dmod.rs422 pub fn as_array(&self) -> Option<&Vec<Value>> { in as_array() method
/external/rust/crates/ring/tests/
Daead_tests.rs368 let mut as_array = [0u8; aead::chacha20_poly1305_openssh::KEY_LEN]; in aead_chacha20_poly1305_openssh() localVariable