Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dcommon.cc394 uint32 ghtonl(uint32 x) { in ghtonl() function
Dport.h322 LIBPROTOBUF_EXPORT uint32 ghtonl(uint32 x);
Dstrutil.cc2262 tmp = ghtonl(tmp); in EncodeAsUTF8Char()
/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()