HomeSort by relevance Sort by last modified time
    Searched defs:bit_cast (Results 1 - 11 of 11) sorted by null

  /art/runtime/base/
casts.h 82 inline Dest bit_cast(const Source& source) { function in namespace:art
  /external/chromium_org/third_party/cld/base/
casts.h 90 // bit_cast<Dest,Source> is a template function that implements the
96 // int i = bit_cast<int32>(f);
129 // bit_cast<> calls memcpy() which is blessed by the standard,
131 // bit_cast<> wraps up the nasty logic in one place.
146 inline Dest bit_cast(const Source& source) { function
basictypes.h 265 // bit_cast<Dest,Source> is a template function that implements the
271 // int i = bit_cast<int32>(f);
304 // bit_cast<> calls memcpy() which is blessed by the standard,
306 // bit_cast<> wraps up the nasty logic in one place.
320 inline Dest bit_cast(const Source& source) { function
  /frameworks/ex/variablespeed/jni/
macros.h 56 inline Dest bit_cast(const Source& source) { function
  /external/openfst/src/include/fst/
compat.h 67 inline Dest bit_cast(const Source& source) { function in namespace:fst
  /external/clang/test/SemaCXX/
warn-memset-bad-sizeof.cpp 20 inline Dest bit_cast(const Source& source) { function
91 bit_cast<char*>(puc);
94 bit_cast<int*>(pf);
  /external/chromium/base/
basictypes.h 273 // 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/chromium_org/base/
basictypes.h 268 // bit_cast<Dest,Source> is a template function that implements the
274 // int i = bit_cast<int32>(f);
307 // bit_cast<> calls memcpy() which is blessed by the standard,
309 // bit_cast<> wraps up the nasty logic in one place.
323 inline Dest bit_cast(const Source& source) { function
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
basictypes.h 197 // bit_cast<Dest,Source> implements the equivalent of
202 // bit_cast<> calls memcpy() which is blessed by the standard,
212 inline Dest bit_cast(const Source& source) { function
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
basictypes.h 197 // bit_cast<Dest,Source> implements the equivalent of
202 // bit_cast<> calls memcpy() which is blessed by the standard,
212 inline Dest bit_cast(const Source& source) { function
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h 275 inline Dest bit_cast(const Source& source) { function

Completed in 540 milliseconds