Searched refs:ASSERT_LOG (Results 1 – 7 of 7) sorted by relevance
/system/bt/gd/packet/ |
D | packet_view.cc | 55 ASSERT_LOG(index < length_, "Index %zu out of bounds", index); in at() 62 ASSERT_LOG(false, "Out of fragments searching for index %zu", index); in at()
|
D | iterator.cc | 134 ASSERT_LOG(index_ < length_, "Index %zu out of bounds: %zu", index_, length_); in operator *() 143 ASSERT_LOG(false, "Out of fragments searching for index %zu", index_); in operator *()
|
D | bit_inserter.cc | 134 ASSERT_LOG(index_ < length_, "Index %zu out of bounds: %zu", index_, length_); in operator *() 143 ASSERT_LOG(false, "Out of fragments searching for index %zu", index_); in operator *()
|
D | view.cc | 36 ASSERT_LOG(i + begin_ < end_, "Out of bounds access at %zu", i); in operator []()
|
/system/bt/gd/os/ |
D | log.h | 57 #define ASSERT_LOG(condition, fmt, args...) \ macro
|
/system/bt/gd/os/linux_generic/ |
D | alarm.cc | 38 ASSERT_LOG(fd_ != -1, "cannot create timerfd: %s", strerror(errno)); in Alarm()
|
D | reactor.cc | 59 ASSERT_LOG(epoll_fd_ != -1, "could not create epoll fd: %s", strerror(errno)); in Reactor()
|