Searched defs:Uint64Value (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/frameworks/libs/binary_translation/tools/nogrod/ | ||
D | dwarf_abbrev.cc | 946 std::optional<uint64_t> DwarfAttributeValue<T>::Uint64Value() const { in Uint64Value() function in nogrod::DwarfAttributeValue |
D | dwarf_abbrev.h | 82 [[nodiscard]] std::optional<uint64_t> Uint64Value() const override { return std::nullopt; } in Uint64Value() function |
/aosp_15_r20/prebuilts/go/linux-x86/src/log/slog/ | ||
D | value.go | 124 func Uint64Value(v uint64) Value { func |