Home
last modified time | relevance | path

Searched refs:FormatRandomDataAsV4ForTesting (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/base/
H A Duuid_unittest.cc201 Uuid::FormatRandomDataAsV4ForTesting(as_bytes(make_span(bytes1a))); in TEST()
203 Uuid::FormatRandomDataAsV4ForTesting(as_bytes(make_span(bytes1b))); in TEST()
205 Uuid::FormatRandomDataAsV4ForTesting(as_bytes(make_span(bytes2))); in TEST()
207 Uuid::FormatRandomDataAsV4ForTesting(as_bytes(make_span(bytes3))); in TEST()
H A Duuid.h52 static Uuid FormatRandomDataAsV4ForTesting(
H A Duuid.cc84 Uuid Uuid::FormatRandomDataAsV4ForTesting(base::span<const uint8_t, 16> input) { in FormatRandomDataAsV4ForTesting() function in base::Uuid