Home
last modified time | relevance | path

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

/external/cronet/base/
Duuid.cc37 constexpr size_t kUuidLength = 36; in GetCanonicalUuidInternal() local
38 if (input.length() != kUuidLength) { in GetCanonicalUuidInternal()
43 lowercase_.resize(kUuidLength); in GetCanonicalUuidInternal()