Searched defs:name_bytes (Results 1 – 4 of 4) sorted by relevance
81 const std::vector<uint8_t>& name_bytes) { in NameEntry()93 const std::vector<uint8_t>& name_bytes) { in NameEntry()122 const std::vector<uint8_t>* name_bytes) { in Init()139 const std::vector<uint8_t>& name_bytes) { in NameEntryBuilder()177 void NameTable::NameEntryBuilder::SetName(const std::vector<uint8_t>& name_bytes) { in SetName()184 void NameTable::NameEntryBuilder::SetName(const std::vector<uint8_t>& name_bytes, in SetName()197 const std::vector<uint8_t>* name_bytes) { in Init()680 UChar* NameTable::ConvertFromNameBytes(std::vector<uint8_t>* name_bytes, in ConvertFromNameBytes()
65 let mut name_bytes: Vec<u8> = vec![0; (version.name_len + 1) as usize]; in get_drm_device_name() localVariable
3182 char *name_bytes; in set_ecdh_curve() local
4466 PyObject *name_bytes; in _ssl__SSLContext_set_ecdh_curve() local