Searched defs:MethodDataAccessor (Results 1 – 2 of 2) sorted by relevance
20 MethodDataAccessor::MethodDataAccessor(const File &panda_file, File::EntityId method_id) in MethodDataAccessor() function in panda::panda_file::MethodDataAccessor
178 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &) { ASSERT_TRUE(false); }); in TEST()