Home
last modified time | relevance | path

Searched refs:name_bytes_ (Results 1 – 2 of 2) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/core/
Dname_table.cc102 return &name_bytes_; in NameAsBytes()
106 return name_bytes_.size(); in NameBytesLength()
110 return NameTable::ConvertFromNameBytes(&name_bytes_, in Name()
117 name_bytes_ == rhs.name_bytes_); in operator ==()
127 name_bytes_ = *name_bytes; in Init()
129 name_bytes_.clear(); in Init()
170 name_entry_->name_bytes_.clear(); in SetName()
176 &name_entry_->name_bytes_); in SetName()
180 name_entry_->name_bytes_.clear(); in SetName()
183 name_entry_->name_bytes_.begin()); in SetName()
[all …]
Dname_table.h483 ByteVector name_bytes_; variable