Home
last modified time | relevance | path

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

/external/leveldb/util/
Dcoding.cc15 void PutFixed64(std::string* dst, uint64_t value) { in PutFixed64() function
/external/tensorflow/tensorflow/core/platform/
Dcoding.cc70 void PutFixed64(string* dst, uint64 value) { in PutFixed64() function