Searched refs:name_bytes (Results 1 – 3 of 3) sorted by relevance
83 const ByteVector& name_bytes) { in NameEntry() argument88 &name_bytes); in NameEntry()95 const ByteVector& name_bytes) { in NameEntry() argument96 Init(platform_id, encoding_id, language_id, name_id, &name_bytes); in NameEntry()124 const ByteVector* name_bytes) { in Init() argument126 if (name_bytes) { in Init()127 name_bytes_ = *name_bytes; in Init()141 const ByteVector& name_bytes) { in NameEntryBuilder() argument146 &name_bytes); in NameEntryBuilder()179 void NameTable::NameEntryBuilder::SetName(const ByteVector& name_bytes) { in SetName() argument[all …]
449 NameEntry(const NameEntryId& name_entry_id, const ByteVector& name_bytes);454 const ByteVector& name_bytes);480 int32_t name_id, const ByteVector* name_bytes);495 const ByteVector& name_bytes);501 virtual void SetName(const ByteVector& name_bytes);502 virtual void SetName(const ByteVector& name_bytes,513 int32_t name_id, const ByteVector* name_bytes);733 static UChar* ConvertFromNameBytes(ByteVector* name_bytes,
3087 char *name_bytes; in set_ecdh_curve() local3091 name_bytes = PyBytes_AsString(name); in set_ecdh_curve()3092 if (!name_bytes) { in set_ecdh_curve()3095 nid = OBJ_sn2nid(name_bytes); in set_ecdh_curve()