Home
last modified time | relevance | path

Searched defs:name_bytes (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dname_table.cc83 const std::vector<uint8_t>& name_bytes) { in NameEntry()
95 const std::vector<uint8_t>& name_bytes) { in NameEntry()
124 const std::vector<uint8_t>* name_bytes) { in Init()
141 const std::vector<uint8_t>& name_bytes) { in NameEntryBuilder()
179 void NameTable::NameEntryBuilder::SetName(const std::vector<uint8_t>& name_bytes) { in SetName()
186 void NameTable::NameEntryBuilder::SetName(const std::vector<uint8_t>& name_bytes, in SetName()
199 const std::vector<uint8_t>* name_bytes) { in Init()
682 UChar* NameTable::ConvertFromNameBytes(std::vector<uint8_t>* name_bytes, in ConvertFromNameBytes()
/third_party/python/Modules/
D_ssl.c4314 PyObject *name_bytes; in _ssl__SSLContext_set_ecdh_curve() local