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