Home
last modified time | relevance | path

Searched refs:RefIterator (Results 1 – 15 of 15) sorted by relevance

/external/sfntly/cpp/src/sfntly/port/
Djava_iterator.h67 class RefIterator : public Iterator<ReturnType, ContainerBase>,
68 public RefCounted< RefIterator<ReturnType, Container> > {
70 explicit RefIterator(Container* container) : container_(container) {} in RefIterator() function
71 virtual ~RefIterator() {} in ~RefIterator()
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format2.h32 : public RefIterator<BitmapGlyphInfo, Builder, IndexSubTable::Builder> {
Dindex_sub_table_format1.h32 : public RefIterator<BitmapGlyphInfo, Builder, IndexSubTable::Builder> {
Dindex_sub_table_format3.h31 : public RefIterator<BitmapGlyphInfo, Builder, IndexSubTable::Builder> {
Dindex_sub_table_format5.h32 : public RefIterator<BitmapGlyphInfo, Builder, IndexSubTable::Builder> {
Dindex_sub_table_format4.h57 : public RefIterator<BitmapGlyphInfo, Builder, IndexSubTable::Builder> {
Dbitmap_size_table.h38 public RefIterator<BitmapGlyphInfo, Builder> {
Dindex_sub_table_format2.cc247 : RefIterator<BitmapGlyphInfo, IndexSubTableFormat2::Builder, in BitmapGlyphInfoIterator()
Dindex_sub_table_format3.cc270 : RefIterator<BitmapGlyphInfo, IndexSubTableFormat3::Builder, in BitmapGlyphInfoIterator()
Dindex_sub_table_format1.cc274 : RefIterator<BitmapGlyphInfo, IndexSubTableFormat1::Builder, in BitmapGlyphInfoIterator()
Dindex_sub_table_format5.cc319 : RefIterator<BitmapGlyphInfo, IndexSubTableFormat5::Builder, in BitmapGlyphInfoIterator()
Dindex_sub_table_format4.cc350 : RefIterator<BitmapGlyphInfo, IndexSubTableFormat4::Builder, in BitmapGlyphInfoIterator()
Dbitmap_size_table.cc484 : RefIterator<BitmapGlyphInfo, BitmapSizeTable::Builder>(container) { in BitmapGlyphInfoIterator()
/external/sfntly/cpp/src/sfntly/table/core/
Dname_table.cc229 : RefIterator<NameEntry, NameTable>(table), in NameEntryIterator()
236 : RefIterator<NameEntry, NameTable>(table), in NameEntryIterator()
Dname_table.h554 class NameEntryIterator : public RefIterator<NameEntry, NameTable> {