Home
last modified time | relevance | path

Searched refs:RefIterator (Results 1 – 16 of 16) 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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dperformance-implicit-conversion-in-loop.cpp15 struct RefIterator { struct
18 bool operator!=(const RefIterator& other);
61 typedef View<RefIterator<SimpleClass>> SimpleRefView;
63 typedef View<RefIterator<ComplexClass>> ComplexRefView;
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format2.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_format1.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> {