Searched defs:Unbox (Results 1 – 2 of 2) sorted by relevance
92 static constexpr IntegerType Unbox(uint64_t value) { in Unbox() function123 static constexpr EnumType Unbox(UnderlyingType value) { return static_cast<EnumType>(value); } in Unbox() function160 static constexpr FloatingPointType Unbox(uint64_t value) { in Unbox() function205 static constexpr FloatingPointType Unbox(uint64_t value) { in Unbox() function
109 bool CryptoSecretBoxer::Unbox(absl::string_view in_ciphertext, in Unbox() function in quic::CryptoSecretBoxer