HomeSort by relevance Sort by last modified time
    Searched defs:ObjArray (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 1305 const CPDF_Point& ptOffset, CFX_ArrayTemplate<CPDF_TextObject*>& ObjArray)
1307 IFX_Edit::GeneratePageObjects(pPageObjects, m_pEdit, ptOffset, NULL, CPWL_Utils::PWLColorToFXColor(GetTextColor(),GetTransparency()), ObjArray);
1313 CFX_ArrayTemplate<CPDF_TextObject*> ObjArray;
1314 IFX_Edit::GeneratePageObjects(pPageObjects, m_pEdit, ptOffset, NULL, CPWL_Utils::PWLColorToFXColor(GetTextColor(),GetTransparency()), ObjArray);
  /art/compiler/dex/quick/
gen_common.cc 31 typedef mirror::ObjectArray<mirror::Object> ObjArray;
559 int32_t offset_of_field = ObjArray::OffsetOfElement(field_info.StorageIndex()).Int32Value();
644 int32_t offset_of_field = ObjArray::OffsetOfElement(field_info.StorageIndex()).Int32Value();
    [all...]
gen_invoke.cc 37 typedef mirror::ObjectArray<mirror::Object> ObjArray;
543 ObjArray::OffsetOfElement(target_method.dex_method_index).Int32Value(),
    [all...]

Completed in 351 milliseconds