Searched refs:empty_frame (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/stacktrace/test/ |
D | test_noop.cpp | 40 boost::stacktrace::frame empty_frame; in test_empty_frame() local 41 BOOST_TEST(!empty_frame); in test_empty_frame() 42 BOOST_TEST(empty_frame.source_file() == ""); in test_empty_frame() 43 BOOST_TEST(empty_frame.name() == ""); in test_empty_frame() 44 BOOST_TEST(empty_frame.source_line() == 0); in test_empty_frame()
|
D | test.cpp | 228 boost::stacktrace::frame empty_frame; in test_frame() local 229 BOOST_TEST(!empty_frame); in test_frame() 230 BOOST_TEST_EQ(empty_frame.source_file(), ""); in test_frame() 231 BOOST_TEST_EQ(empty_frame.name(), ""); in test_frame() 232 BOOST_TEST_EQ(empty_frame.source_line(), 0); in test_frame()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph263pdepay.c | 420 goto empty_frame; in gst_rtp_h263p_depay_process() 457 empty_frame: in gst_rtp_h263p_depay_process()
|
/third_party/libunwind/src/aarch64/ |
D | Gtrace.c | 49 static const unw_tdep_frame_t empty_frame = { 0, UNW_AARCH64_FRAME_OTHER, -1, -1, 0, -1, -1, -1 }; variable 96 frames[i] = empty_frame; in trace_cache_buckets()
|
/third_party/libunwind/src/arm/ |
D | Gtrace.c | 50 static const unw_tdep_frame_t empty_frame = { 0, UNW_ARM_FRAME_OTHER, -1, -1, 0, -1, -1, -1 }; variable 97 frames[i] = empty_frame; in trace_cache_buckets()
|
/third_party/libunwind/src/x86_64/ |
D | Gtrace.c | 48 static const unw_tdep_frame_t empty_frame = { 0, UNW_X86_64_FRAME_OTHER, -1, -1, 0, -1, -1 }; variable 95 frames[i] = empty_frame; in trace_cache_buckets()
|