Home
last modified time | relevance | path

Searched defs:first_address (Results 1 – 6 of 6) sorted by relevance

/external/cronet/stable/net/third_party/quiche/src/quiche/quic/qbone/platform/
Dip_range_test.cc53 QuicIpAddress first_address = range.FirstAddressInRange(); in TEST() local
60 QuicIpAddress first_address = range.FirstAddressInRange(); in TEST() local
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/qbone/platform/
Dip_range_test.cc53 QuicIpAddress first_address = range.FirstAddressInRange(); in TEST() local
60 QuicIpAddress first_address = range.FirstAddressInRange(); in TEST() local
/external/pigweed/pw_kvs/public/pw_kvs/internal/
Dentry_cache.h47 uint32_t first_address() const { return addresses_[0]; } in first_address() function
236 Address* first_address(size_t descriptor_index) const { in first_address() function
/external/cronet/stable/net/quic/
Dquic_address_mismatch.cc12 int GetAddressMismatch(const IPEndPoint& first_address, in GetAddressMismatch()
/external/cronet/tot/net/quic/
Dquic_address_mismatch.cc12 int GetAddressMismatch(const IPEndPoint& first_address, in GetAddressMismatch()
/external/pigweed/pw_kvs/
Dentry_cache.cc124 Address* first_address = ResetAddresses(descriptors_.size(), address); in AddNew() local