Home
last modified time | relevance | path

Searched refs:Load16 (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dport.h355 static uint16 Load16(const void *p) { in Load16() function
Dstrutil.cc2139 uint32 in = BigEndian::Load16(cur_src); in Base64EscapeInternal()
2158 uint32 in = (cur_src[0] << 16) + BigEndian::Load16(cur_src + 1); in Base64EscapeInternal()