Searched refs:OSP_DCHECK_LT (Results 1 – 7 of 7) sorted by relevance
/external/openscreen/util/ |
D | yet_another_bit_vector.cc | 67 OSP_DCHECK_LT(pos, size_); in IsSet() 73 OSP_DCHECK_LT(pos, size_); in Set() 79 OSP_DCHECK_LT(pos, size_); in Clear()
|
D | osp_logging.h | 95 #define OSP_DCHECK_LT(a, b) OSP_CHECK_LT(a, b) macro 108 #define OSP_DCHECK_LT(a, b) OSP_EAT_STREAM << !((a) < (b)) macro
|
/external/openscreen/osp/impl/discovery/mdns/ |
D | domain_name.cc | 98 OSP_DCHECK_LT(domain_name_.size(), kDomainNameMaxLength); in GetLabels() 104 OSP_DCHECK_LT(label_length, kDomainNameMaxLabelLength); in GetLabels()
|
/external/openscreen/cast/streaming/ |
D | rtp_packetizer.cc | 59 OSP_DCHECK_LT(int{packet_id}, num_packets); in GeneratePacket()
|
/external/openscreen/platform/impl/ |
D | logging_unittest.cc | 230 ASSERT_DEATH(OSP_DCHECK_LT(2, 1), in TEST_F()
|
/external/openscreen/cast/standalone_sender/ |
D | streaming_vp8_encoder.cc | 65 OSP_DCHECK_LT(0.0, params_.max_time_utilization);
|
/external/openscreen/cast/common/certificate/ |
D | cast_cert_validator_internal.cc | 78 OSP_DCHECK_LT(index + 1, time.size()); in ParseAsn1TimeDoubleDigit()
|