Home
last modified time | relevance | path

Searched refs:ghtonl (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dcommon.cc328 uint32 ghtonl(uint32 x) { in ghtonl() function
Dcommon.h1172 LIBPROTOBUF_EXPORT uint32 ghtonl(uint32 x);
/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc945 tmp = ghtonl(tmp); in AppendUTF8()