Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/binary/
Dbinary.go56 AppendUint64([]byte, uint64) []byte methodSpec
126 func (littleEndian) AppendUint64(b []byte, v uint64) []byte { func
203 func (bigEndian) AppendUint64(b []byte, v uint64) []byte { func
/aosp_15_r20/external/libchrome/dbus/
H A Dmessage.cc483 void MessageWriter::AppendUint64(uint64_t value) { in AppendUint64() function in dbus::MessageWriter