Home
last modified time | relevance | path

Searched defs:Unbox (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/guest_abi/riscv64/include/berberis/guest_abi/
Dguest_abi_arch.h92 static constexpr IntegerType Unbox(uint64_t value) { in Unbox() function
123 static constexpr EnumType Unbox(UnderlyingType value) { return static_cast<EnumType>(value); } in Unbox() function
160 static constexpr FloatingPointType Unbox(uint64_t value) { in Unbox() function
205 static constexpr FloatingPointType Unbox(uint64_t value) { in Unbox() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dcrypto_secret_boxer.cc109 bool CryptoSecretBoxer::Unbox(absl::string_view in_ciphertext, in Unbox() function in quic::CryptoSecretBoxer