Home
last modified time | relevance | path

Searched refs:total_entries (Results 1 – 3 of 3) sorted by relevance

/system/unwinding/libunwindstack/
DElfInterfaceArm.h91 size_t total_entries() { return total_entries_; } in total_entries() function
/system/unwinding/libunwindstack/tests/
DElfInterfaceArmTest.cpp257 ASSERT_EQ(100U, interface.total_entries()); in TEST_F()
262 ASSERT_EQ(40U, interface.total_entries()); in TEST_F()
DElfInterfaceTest.cpp515 ASSERT_EQ(2U, elf_arm.total_entries()); in TEST_F()