Home
last modified time | relevance | path

Searched refs:OSP_DCHECK_LT (Results 1 – 7 of 7) sorted by relevance

/external/openscreen/util/
Dyet_another_bit_vector.cc67 OSP_DCHECK_LT(pos, size_); in IsSet()
73 OSP_DCHECK_LT(pos, size_); in Set()
79 OSP_DCHECK_LT(pos, size_); in Clear()
Dosp_logging.h95 #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/
Ddomain_name.cc98 OSP_DCHECK_LT(domain_name_.size(), kDomainNameMaxLength); in GetLabels()
104 OSP_DCHECK_LT(label_length, kDomainNameMaxLabelLength); in GetLabels()
/external/openscreen/cast/streaming/
Drtp_packetizer.cc59 OSP_DCHECK_LT(int{packet_id}, num_packets); in GeneratePacket()
/external/openscreen/platform/impl/
Dlogging_unittest.cc230 ASSERT_DEATH(OSP_DCHECK_LT(2, 1), in TEST_F()
/external/openscreen/cast/standalone_sender/
Dstreaming_vp8_encoder.cc65 OSP_DCHECK_LT(0.0, params_.max_time_utilization);
/external/openscreen/cast/common/certificate/
Dcast_cert_validator_internal.cc78 OSP_DCHECK_LT(index + 1, time.size()); in ParseAsn1TimeDoubleDigit()