MCPcopy Create free account
hub / github.com/devsisters/libquic / AlignToMachineWord

Function AlignToMachineWord

src/base/strings/string_util.cc:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77template<typename T> inline T* AlignToMachineWord(T* pointer) {
78 return reinterpret_cast<T*>(reinterpret_cast<MachineWord>(pointer) &
79 ~kMachineWordAlignmentMask);
80}
81
82template<size_t size, typename CharacterType> struct NonASCIIMask;
83template<> struct NonASCIIMask<4, char16> {

Callers 1

DoIsStringASCIIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected