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

1 2 3 4 5 6

  /art/runtime/gc/space/
space-inl.h 33 return down_cast<ImageSpace*>(down_cast<MemMapSpace*>(this));
39 return down_cast<MallocSpace*>(down_cast<MemMapSpace*>(this));
44 return down_cast<LargeObjectSpace*>(this);
49 return down_cast<ContinuousSpace*>(this);
54 return down_cast<DiscontinuousSpace*>(this);
  /external/ceres-solver/internal/ceres/
dynamic_compressed_row_finalizer.h 43 down_cast<DynamicCompressedRowSparseMatrix*>(base_jacobian);
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
block_sparse_matrix_test.cc 51 A_.reset(down_cast<BlockSparseMatrix*>(problem->A.release()));
55 B_.reset(down_cast<TripletSparseMatrix*>(problem->A.release()));
  /art/runtime/verifier/
reg_type_cache-inl.h 49 return *down_cast<const ImpreciseConstType*>(&result);
56 return *down_cast<const ImpreciseConstType*>(&result);
62 return *down_cast<const ImpreciseConstType*>(&result);
68 return *down_cast<const ImpreciseConstType*>(&result);
74 return *down_cast<const ImpreciseConstType*>(&result);
80 return *down_cast<const ImpreciseConstType*>(&result);
86 return *down_cast<const PreciseReferenceType*>(result);
94 return *down_cast<const PreciseReferenceType*>(result);
102 return *down_cast<const PreciseReferenceType*>(result);
105 return *down_cast<const ReferenceType*>(result)
    [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/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*>
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
casts.h 80 template<typename To, typename From> // use like this: down_cast<T*>(foo);
81 inline To down_cast(From* f) { // so we only accept pointers function in namespace:google::protobuf::internal
96 template<typename To, typename From> // use like this: down_cast<T&>(foo);
97 inline To down_cast(From& f) { function in namespace:google::protobuf::internal
128 using internal::down_cast;
  /art/runtime/
gc_root-inl.h 31 return down_cast<MirrorType*>(
  /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));
verify_glyf.cc 34 GlyphTablePtr glyf_table = down_cast<GlyphTable*>(table);
verify_hhea.cc 36 HorizontalHeaderTablePtr hhea = down_cast<HorizontalHeaderTable*>(table);
verify_loca.cc 41 LocaTablePtr loca = down_cast<LocaTable*>(table);
otf_basic_editing_test.cc 57 down_cast<FontHeaderTable::Builder*>(
76 down_cast<FontHeaderTable*>(font->GetTable(Tag::head));
name_editing_test.cc 54 NameTableBuilderPtr name_builder = down_cast<NameTable::Builder*>(
80 NameTablePtr name_table = down_cast<NameTable*>(font->GetTable(Tag::name));
98 NameTableBuilderPtr name_builder = down_cast<NameTable::Builder*>(
129 NameTablePtr name_table = down_cast<NameTable*>(font->GetTable(Tag::name));
149 NameTableBuilderPtr name_builder = down_cast<NameTable::Builder*>(
175 NameTablePtr name_table = down_cast<NameTable*>(font->GetTable(Tag::name));
195 NameTableBuilderPtr name_builder = down_cast<NameTable::Builder*>(
223 NameTablePtr name_table = down_cast<NameTable*>(font->table(Tag::name));
  /art/runtime/mirror/
iftable.h 40 auto* method_array = down_cast<PointerArray*>(Get<kVerifyFlags, kReadBarrierOption>(
49 auto* method_array = down_cast<PointerArray*>(
string-inl.h 49 String* string = down_cast<String*>(obj);
68 String* string = down_cast<String*>(obj);
95 String* string = down_cast<String*>(obj);
118 String* string = down_cast<String*>(obj);
185 return down_cast<String*>(
  /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/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)));
index_sub_table_format5.cc 64 data.Attach(down_cast<ReadableFontData*>(data_->Slice(
142 new_data.Attach(down_cast<ReadableFontData*>(
165 new_data.Attach(down_cast<WritableFontData*>(
206 source.Attach(down_cast<ReadableFontData*>(InternalReadData()->Slice(
208 target.Attach(down_cast<WritableFontData*>(new_data->Slice(
215 slice.Attach(down_cast<WritableFontData*>(new_data->Slice(size)));
239 data.Attach(down_cast<WritableFontData*>(InternalWriteData()->Slice(
  /art/test/136-daemon-jni-shutdown/
daemon_jni_shutdown.cc 47 JavaVM* vm = down_cast<JNIEnvExt*>(env)->vm;
  /external/sfntly/cpp/src/sfntly/table/
table_based_table_builder.cc 64 table_.Attach(down_cast<Table*>(SubBuildTable(InternalReadData())));
  /art/runtime/arch/
instruction_set_features.cc 263 return down_cast<const ArmInstructionSetFeatures*>(this);
268 return down_cast<const Arm64InstructionSetFeatures*>(this);
273 return down_cast<const MipsInstructionSetFeatures*>(this);
278 return down_cast<const Mips64InstructionSetFeatures*>(this);
283 return down_cast<const X86InstructionSetFeatures*>(this);
288 return down_cast<const X86_64InstructionSetFeatures*>(this);

Completed in 930 milliseconds

1 2 3 4 5 6