Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dport.h321 LIBPROTOBUF_EXPORT uint32 ghtonl(uint32 x);
Dcommon.cc396 uint32 ghtonl(uint32 x) { in ghtonl() function
Dstrutil.cc2262 tmp = ghtonl(tmp); in EncodeAsUTF8Char()
/external/googletest/googletest/docs/
Dfaq.md189 which defines `ghtonl()` to replace it. `ghtonl()` does the same thing `htonl()`
190 does, only without its problems. We suggest you to use `ghtonl()` instead of
197 file wherever `ghtonl()` and `ghtons()` are used. The library consists of a
/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc957 tmp = ghtonl(tmp); in AppendUTF8()
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc734 uint32 length = ghtonl(default_string.length()); in DefaultValue()