Home
last modified time | relevance | path

Searched refs:aligned_value (Results 1 – 3 of 3) sorted by relevance

/external/icing/icing/store/
Dkey-mapper.h234 T aligned_value; in GetOrPut() local
235 memcpy(&aligned_value, unaligned_value, sizeof(T)); in GetOrPut()
236 return aligned_value; in GetOrPut()
/external/clang/include/clang/Basic/
DAttr.td403 // (something else must ensure the alignment), so aligned_value is a
404 // probably a better name. We might want to add an aligned_value spelling in
/external/llvm-project/clang/include/clang/Basic/
DAttr.td654 // (something else must ensure the alignment), so aligned_value is a
655 // probably a better name. We might want to add an aligned_value spelling in