Searched refs:RefIterator (Results 1 – 16 of 16) sorted by relevance
/external/sfntly/cpp/src/sfntly/port/ |
D | java_iterator.h | 67 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/ |
D | performance-implicit-conversion-in-loop.cpp | 15 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/ |
D | index_sub_table_format2.h | 32 : public RefIterator<BitmapGlyphInfo, Builder, IndexSubTable::Builder> {
|
D | index_sub_table_format3.h | 31 : public RefIterator<BitmapGlyphInfo, Builder, IndexSubTable::Builder> {
|
D | index_sub_table_format5.h | 32 : public RefIterator<BitmapGlyphInfo, Builder, IndexSubTable::Builder> {
|
D | index_sub_table_format1.h | 32 : public RefIterator<BitmapGlyphInfo, Builder, IndexSubTable::Builder> {
|
D | index_sub_table_format4.h | 57 : public RefIterator<BitmapGlyphInfo, Builder, IndexSubTable::Builder> {
|
D | bitmap_size_table.h | 38 public RefIterator<BitmapGlyphInfo, Builder> {
|
D | index_sub_table_format2.cc | 247 : RefIterator<BitmapGlyphInfo, IndexSubTableFormat2::Builder, in BitmapGlyphInfoIterator()
|
D | index_sub_table_format3.cc | 270 : RefIterator<BitmapGlyphInfo, IndexSubTableFormat3::Builder, in BitmapGlyphInfoIterator()
|
D | index_sub_table_format1.cc | 274 : RefIterator<BitmapGlyphInfo, IndexSubTableFormat1::Builder, in BitmapGlyphInfoIterator()
|
D | index_sub_table_format5.cc | 319 : RefIterator<BitmapGlyphInfo, IndexSubTableFormat5::Builder, in BitmapGlyphInfoIterator()
|
D | index_sub_table_format4.cc | 350 : RefIterator<BitmapGlyphInfo, IndexSubTableFormat4::Builder, in BitmapGlyphInfoIterator()
|
D | bitmap_size_table.cc | 484 : RefIterator<BitmapGlyphInfo, BitmapSizeTable::Builder>(container) { in BitmapGlyphInfoIterator()
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | name_table.cc | 229 : RefIterator<NameEntry, NameTable>(table), in NameEntryIterator() 236 : RefIterator<NameEntry, NameTable>(table), in NameEntryIterator()
|
D | name_table.h | 554 class NameEntryIterator : public RefIterator<NameEntry, NameTable> {
|