HomeSort by relevance Sort by last modified time
    Searched refs:down_cast (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /art/runtime/gc/space/
space-inl.h 31 return down_cast<ImageSpace*>(down_cast<MemMapSpace*>(this));
36 return down_cast<DlMallocSpace*>(down_cast<MemMapSpace*>(this));
  /art/runtime/mirror/
object-inl.h 93 return down_cast<Class*>(this);
98 return down_cast<const Class*>(this);
108 return down_cast<ObjectArray<T>*>(this);
114 return down_cast<const ObjectArray<T>*>(this);
127 return down_cast<ArtField*>(this);
132 return down_cast<const ArtField*>(this);
141 return down_cast<ArtMethod*>(this);
146 return down_cast<const ArtMethod*>(this);
155 return down_cast<Array*>(this);
160 return down_cast<const Array*>(this)
    [all...]
throwable.cc 63 ObjectArray<Object>* method_trace = down_cast<ObjectArray<Object>*>(stack_state);
65 IntArray* pc_trace = down_cast<IntArray*>(method_trace->Get(depth));
68 ArtMethod* method = down_cast<ArtMethod*>(method_trace->Get(i));
iftable.h 38 down_cast<ObjectArray<ArtMethod>*>(Get((i * kMax) + kMethodArray));
45 down_cast<ObjectArray<ArtMethod>*>(Get((i * kMax) + kMethodArray));
stack_trace_element.cc 46 down_cast<StackTraceElement*>(GetStackTraceElement()->AllocObject(self));
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
font_header_table.cc 122 return down_cast<FontHeaderTable*>(GetTable())->TableVersion();
130 return down_cast<FontHeaderTable*>(GetTable())->FontRevision();
138 return down_cast<FontHeaderTable*>(GetTable())->ChecksumAdjustment();
146 return down_cast<FontHeaderTable*>(GetTable())->MagicNumber();
154 return down_cast<FontHeaderTable*>(GetTable())->FlagsAsInt();
162 return down_cast<FontHeaderTable*>(GetTable())->UnitsPerEm();
170 return down_cast<FontHeaderTable*>(GetTable())->Created();
178 return down_cast<FontHeaderTable*>(GetTable())->Modified();
186 return down_cast<FontHeaderTable*>(GetTable())->XMin();
194 return down_cast<FontHeaderTable*>(GetTable())->YMin()
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
font_header_table.cc 122 return down_cast<FontHeaderTable*>(GetTable())->TableVersion();
130 return down_cast<FontHeaderTable*>(GetTable())->FontRevision();
138 return down_cast<FontHeaderTable*>(GetTable())->ChecksumAdjustment();
146 return down_cast<FontHeaderTable*>(GetTable())->MagicNumber();
154 return down_cast<FontHeaderTable*>(GetTable())->FlagsAsInt();
162 return down_cast<FontHeaderTable*>(GetTable())->UnitsPerEm();
170 return down_cast<FontHeaderTable*>(GetTable())->Created();
178 return down_cast<FontHeaderTable*>(GetTable())->Modified();
186 return down_cast<FontHeaderTable*>(GetTable())->XMin();
194 return down_cast<FontHeaderTable*>(GetTable())->YMin()
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc 46 GlyphTablePtr glyph_table = down_cast<GlyphTable*>(font->GetTable(Tag::glyf));
47 LocaTablePtr loca_table = down_cast<LocaTable*>(font->GetTable(Tag::loca));
56 down_cast<GlyphTable::Builder*>
59 down_cast<LocaTable::Builder*>
  /external/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc 46 GlyphTablePtr glyph_table = down_cast<GlyphTable*>(font->GetTable(Tag::glyf));
47 LocaTablePtr loca_table = down_cast<LocaTable*>(font->GetTable(Tag::loca));
56 down_cast<GlyphTable::Builder*>
59 down_cast<LocaTable::Builder*>
  /art/runtime/base/
casts.h 66 template<typename To, typename From> // use like this: down_cast<T*>(foo);
67 inline To down_cast(From* f) { // so we only accept pointers function in namespace:art
  /art/runtime/
sirt_ref.h 39 return down_cast<T*>(sirt_.GetReference(0));
  /external/ceres-solver/internal/ceres/
block_evaluate_preparer.cc 64 down_cast<BlockSparseMatrix*>(jacobian)->mutable_values();
casts.h 89 template<typename To, typename From> // use like this: down_cast<T*>(foo);
90 inline To down_cast(From* f) { // so we only accept pointers function in namespace:ceres
  /external/chromium_org/third_party/sfntly/cpp/src/test/
bitmap_table_test.cc 55 EblcTablePtr bitmap_loca = down_cast<EblcTable*>(font->GetTable(Tag::EBLC));
56 EbdtTablePtr bitmap_table = down_cast<EbdtTable*>(font->GetTable(Tag::EBDT));
103 EblcTablePtr bitmap_loca = down_cast<EblcTable*>(font->GetTable(Tag::EBLC));
113 down_cast<IndexSubTableFormat3*>(strike4->GetIndexSubTable(0));
140 down_cast<EblcTable::Builder*>(font_builder->GetTableBuilder(Tag::EBLC));
166 down_cast<EblcTable*>(new_font->GetTable(Tag::EBLC));
169 down_cast<IndexSubTableFormat4*>(strike4->GetIndexSubTable(0));
178 EblcTablePtr original_loca = down_cast<EblcTable*>(font->GetTable(Tag::EBLC));
183 down_cast<IndexSubTableFormat3*>(strike4->GetIndexSubTable(0));
cmap_editing_test.cc 59 CMapTablePtr cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap));
76 CMapTablePtr cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap));
94 down_cast<CMapTable*>(font->GetTable(Tag::cmap));
verify_glyf.cc 34 GlyphTablePtr glyf_table = down_cast<GlyphTable*>(table);
verify_hhea.cc 36 HorizontalHeaderTablePtr hhea = down_cast<HorizontalHeaderTable*>(table);
  /external/sfntly/cpp/src/test/
bitmap_table_test.cc 55 EblcTablePtr bitmap_loca = down_cast<EblcTable*>(font->GetTable(Tag::EBLC));
56 EbdtTablePtr bitmap_table = down_cast<EbdtTable*>(font->GetTable(Tag::EBDT));
103 EblcTablePtr bitmap_loca = down_cast<EblcTable*>(font->GetTable(Tag::EBLC));
113 down_cast<IndexSubTableFormat3*>(strike4->GetIndexSubTable(0));
140 down_cast<EblcTable::Builder*>(font_builder->GetTableBuilder(Tag::EBLC));
166 down_cast<EblcTable*>(new_font->GetTable(Tag::EBLC));
169 down_cast<IndexSubTableFormat4*>(strike4->GetIndexSubTable(0));
178 EblcTablePtr original_loca = down_cast<EblcTable*>(font->GetTable(Tag::EBLC));
183 down_cast<IndexSubTableFormat3*>(strike4->GetIndexSubTable(0));
cmap_editing_test.cc 59 CMapTablePtr cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap));
76 CMapTablePtr cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap));
94 down_cast<CMapTable*>(font->GetTable(Tag::cmap));
  /external/chromium_org/third_party/cld/base/
casts.h 8 #include <assert.h> // for use with down_cast<>
55 template<typename To, typename From> // use like this: down_cast<T*>(foo);
56 inline To down_cast(From* f) { // so we only accept pointers function
69 // Overload of down_cast for references. Use like this: down_cast<T&>(foo).
75 // or the reference form. If you call down_cast with a const T&, the
78 inline To down_cast(From& f) { function
  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
font_assembler.cc 78 down_cast<CMapTable::Builder*>
83 down_cast<CMapTable::CMapFormat4::Builder*>
145 down_cast<LocaTable::Builder*>
148 down_cast<GlyphTable::Builder*>
159 down_cast<LocaTable*>(font_info_->GetTable(it->first, Tag::loca));
171 down_cast<LocaTable*>
188 down_cast<LocaTable*>
195 down_cast<GlyphTable*>
  /external/sfntly/cpp/src/sample/subtly/
font_assembler.cc 78 down_cast<CMapTable::Builder*>
83 down_cast<CMapTable::CMapFormat4::Builder*>
145 down_cast<LocaTable::Builder*>
148 down_cast<GlyphTable::Builder*>
159 down_cast<LocaTable*>(font_info_->GetTable(it->first, Tag::loca));
171 down_cast<LocaTable*>
188 down_cast<LocaTable*>
195 down_cast<GlyphTable*>
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format2.cc 34 slice.Attach(down_cast<ReadableFontData*>(
114 data.Attach(down_cast<WritableFontData*>(InternalWriteData()->Slice(
140 new_data.Attach(down_cast<ReadableFontData*>(
163 new_data.Attach(down_cast<WritableFontData*>(
197 source.Attach(down_cast<ReadableFontData*>(
199 target.Attach(down_cast<WritableFontData*>(new_data->Slice(size)));
205 slice.Attach(down_cast<WritableFontData*>(new_data->Slice(size)));
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format2.cc 34 slice.Attach(down_cast<ReadableFontData*>(
114 data.Attach(down_cast<WritableFontData*>(InternalWriteData()->Slice(
140 new_data.Attach(down_cast<ReadableFontData*>(
163 new_data.Attach(down_cast<WritableFontData*>(
197 source.Attach(down_cast<ReadableFontData*>(
199 target.Attach(down_cast<WritableFontData*>(new_data->Slice(size)));
205 slice.Attach(down_cast<WritableFontData*>(new_data->Slice(size)));
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
table_based_table_builder.cc 64 table_.Attach(down_cast<Table*>(SubBuildTable(InternalReadData())));

Completed in 715 milliseconds

1 2 3 4 5 6