HomeSort by relevance Sort by last modified time
    Searched refs:GetItems (Results 1 - 5 of 5) sorted by null

  /art/dexlayout/
dex_verify.cc 440 std::vector<dex_ir::AnnotationSetItem*>* orig_items = orig->GetItems();
441 std::vector<dex_ir::AnnotationSetItem*>* output_items = output->GetItems();
468 std::vector<dex_ir::AnnotationItem*>* orig_items = orig->GetItems();
469 std::vector<dex_ir::AnnotationItem*>* output_items = output->GetItems();
    [all...]
dex_writer.cc 390 size[0] = annotation_set->GetItems()->size();
393 for (dex_ir::AnnotationItem* annotation : *annotation_set->GetItems()) {
410 size[0] = annotation_set_ref->GetItems()->size();
413 for (dex_ir::AnnotationSetItem* annotation_set : *annotation_set_ref->GetItems()) {
    [all...]
dexlayout.cc 698 if (set_item == nullptr || set_item->GetItems()->size() == 0) {
702 for (dex_ir::AnnotationItem* annotation : *set_item->GetItems()) {
771 for (dex_ir::AnnotationSetItem* annotation : *parameter->GetAnnotations()->GetItems()) {
    [all...]
dex_ir.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ctfutb.h 497 virtual HRESULT STDMETHODCALLTYPE GetItems(
578 HRESULT (STDMETHODCALLTYPE *GetItems)(
620 #define ITfLangBarItemMgr_GetItems(This,ulCount,ppItem,pInfo,pdwStatus,pcFetched) (This)->lpVtbl->GetItems(This,ulCount,ppItem,pInfo,pdwStatus,pcFetched)
663 return This->lpVtbl->GetItems(This,ulCount,ppItem,pInfo,pdwStatus,pcFetched);
    [all...]

Completed in 1901 milliseconds