Home
last modified time | relevance | path

Searched refs:name_bytes (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dname_table.cc83 const std::vector<uint8_t>& name_bytes) { in NameEntry()
88 &name_bytes); in NameEntry()
95 const std::vector<uint8_t>& name_bytes) { in NameEntry()
96 Init(platform_id, encoding_id, language_id, name_id, &name_bytes); in NameEntry()
124 const std::vector<uint8_t>* name_bytes) { in Init()
126 if (name_bytes) { in Init()
127 name_bytes_ = *name_bytes; in Init()
141 const std::vector<uint8_t>& name_bytes) { in NameEntryBuilder()
146 &name_bytes); in NameEntryBuilder()
179 void NameTable::NameEntryBuilder::SetName(const std::vector<uint8_t>& name_bytes) { in SetName() argument
82 NameEntry(const NameEntryId& name_entry_id, const std::vector<uint8_t>& name_bytes) NameEntry() argument
91 NameEntry(int32_t platform_id, int32_t encoding_id, int32_t language_id, int32_t name_id, const std::vector<uint8_t>& name_bytes) NameEntry() argument
120 Init(int32_t platform_id, int32_t encoding_id, int32_t language_id, int32_t name_id, const std::vector<uint8_t>* name_bytes) Init() argument
140 NameEntryBuilder(const NameEntryId& name_entry_id, const std::vector<uint8_t>& name_bytes) NameEntryBuilder() argument
186 SetName(const std::vector<uint8_t>& name_bytes, int32_t offset, int32_t length) SetName() argument
195 Init(int32_t platform_id, int32_t encoding_id, int32_t language_id, int32_t name_id, const std::vector<uint8_t>* name_bytes) Init() argument
682 ConvertFromNameBytes(std::vector<uint8_t>* name_bytes, int32_t platform_id, int32_t encoding_id) ConvertFromNameBytes() argument
[all...]
H A Dname_table.h449 NameEntry(const NameEntryId& name_entry_id, const std::vector<uint8_t>& name_bytes);
454 const std::vector<uint8_t>& name_bytes);
480 int32_t name_id, const std::vector<uint8_t>* name_bytes);
495 const std::vector<uint8_t>& name_bytes);
501 virtual void SetName(const std::vector<uint8_t>& name_bytes);
502 virtual void SetName(const std::vector<uint8_t>& name_bytes,
513 int32_t name_id, const std::vector<uint8_t>* name_bytes);
733 static UChar* ConvertFromNameBytes(std::vector<uint8_t>* name_bytes,
/third_party/node/deps/v8/src/diagnostics/
H A Dsystem-jit-metadata-win.h132 auto name_bytes = MakeStrBytes(name); in EventFields() local
134 auto data = JoinBytes(name_bytes, fields); in EventFields()
/third_party/python/Modules/
H A D_ssl.c4356 PyObject *name_bytes; in _ssl__SSLContext_set_ecdh_curve() local
4358 if (!PyUnicode_FSConverter(name, &name_bytes)) in _ssl__SSLContext_set_ecdh_curve()
4360 assert(PyBytes_Check(name_bytes)); in _ssl__SSLContext_set_ecdh_curve()
4361 nid = OBJ_sn2nid(PyBytes_AS_STRING(name_bytes)); in _ssl__SSLContext_set_ecdh_curve()
4362 Py_DECREF(name_bytes); in _ssl__SSLContext_set_ecdh_curve()

Completed in 12 milliseconds