Home
last modified time | relevance | path

Searched defs:DecodeFixed64 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Draw_coding.h55 inline uint64 DecodeFixed64(const char* ptr) { in DecodeFixed64() function
/aosp_15_r20/external/leveldb/util/
H A Dcoding.h91 inline uint64_t DecodeFixed64(const char* ptr) { in DecodeFixed64() function
/aosp_15_r20/packages/modules/StatsD/statsd/src/
Dhash.cpp37 inline uint64_t DecodeFixed64(const char* ptr) { in DecodeFixed64() function
/aosp_15_r20/external/golang-protobuf/internal/protolegacy/
H A Dproto.go100 func (*Buffer) DecodeFixed64() (uint64, error) { panic("not implemented") } func