Searched defs:dynamic_ref_table (Results 1 – 7 of 7) sorted by relevance
115 const auto dynamic_ref_table = resources.GetDynamicRefTableForCookie(cookie); in CompileApkAssetsLayouts() local
155 auto dynamic_ref_table = asset_manager.GetDynamicRefTableForCookie(value->cookie); in TEST_F() local
228 auto dynamic_ref_table = std::make_shared<android::DynamicRefTable>(); in TEST_F() local
552 const DynamicRefTable* dynamic_ref_table = result.getDynamicRefTableForCookie(1); in TEST_F() local576 const DynamicRefTable* dynamic_ref_table = result.getDynamicRefTableForCookie(1); in TEST_F() local
447 DynamicRefTable dynamic_ref_table; in ParseLibrary() local
71 repeated DynamicRefTable dynamic_ref_table = 5; field
80 const DynamicRefTable* dynamic_ref_table; member