Home
last modified time | relevance | path

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

/external/leveldb/util/
Dcoding.cc9 void PutFixed32(std::string* dst, uint32_t value) { in PutFixed32() function
/external/tensorflow/tensorflow/core/platform/
Dcoding.cc64 void PutFixed32(string* dst, uint32 value) { in PutFixed32() function