Searched defs:FastUInt32ToBufferLeft (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc741 // FastUInt32ToBufferLeft()
778 char* FastUInt32ToBufferLeft(uint32 u, char* buffer) { function in namespace:google::protobuf
866 return FastUInt32ToBufferLeft(u, buffer);
874 if (u == u64) return FastUInt32ToBufferLeft(u, buffer);
937 FastUInt32ToBufferLeft(i, buffer) :
951 FastUInt32ToBufferLeft(i, buffer) :
965 FastUInt32ToBufferLeft(i, buffer) :
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc696 // FastUInt32ToBufferLeft()
733 char* FastUInt32ToBufferLeft(uint32 u, char* buffer) { function in namespace:google::protobuf
821 return FastUInt32ToBufferLeft(u, buffer);
829 if (u == u64) return FastUInt32ToBufferLeft(u, buffer);
892 FastUInt32ToBufferLeft(i, buffer) :
906 FastUInt32ToBufferLeft(i, buffer) :
920 FastUInt32ToBufferLeft(i, buffer) :

Completed in 57 milliseconds