Searched defs:bit_cast (Results 1 - 4 of 4) sorted by relevance

/external/openfst/src/include/fst/
H A Dcompat.h70 inline Dest bit_cast(const Source& source) { function in namespace:fst
/external/clang/test/SemaCXX/
H A Dwarn-memset-bad-sizeof.cpp20 inline Dest bit_cast(const Source& source) { function
91 bit_cast<char*>(puc);
94 bit_cast<int*>(pf);
/external/chromium/base/
H A Dbasictypes.h273 // bit_cast<Dest,Source> is a template function that implements the
279 // int i = bit_cast<int32>(f);
312 // bit_cast<> calls memcpy() which is blessed by the standard,
314 // bit_cast<> wraps up the nasty logic in one place.
328 inline Dest bit_cast(const Source& source) { function
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.h275 inline Dest bit_cast(const Source& source) { function

Completed in 124 milliseconds