HomeSort by relevance Sort by last modified time
    Searched refs:checked_cast (Results 1 - 25 of 34) sorted by null

1 2

  /external/pdfium/third_party/base/numerics/
safe_conversions.h 24 // checked_cast<> is analogous to static_cast<> for numeric types,
28 inline Dst checked_cast(Src value) { function in namespace:pdfium::base
  /external/v8/src/base/
safe_conversions.h 26 // checked_cast<> is analogous to static_cast<> for numeric types,
30 inline Dst checked_cast(Src value) { function in namespace:v8::base
  /external/webrtc/webrtc/base/
safe_conversions.h 30 // checked_cast<> is analogous to static_cast<> for numeric types,
34 inline Dst checked_cast(Src value) { function in namespace:rtc
openssladapter.cc 152 return socket_write(b, str, rtc::checked_cast<int>(strlen(str)));
491 int code = SSL_write(ssl_, pv, checked_cast<int>(cb));
558 int code = SSL_read(ssl_, pv, checked_cast<int>(cb));
923 checked_cast<long>(cert_buffer_len));
opensslstreamadapter.cc 242 return checked_cast<int>(read);
260 return checked_cast<int>(written);
268 return stream_write(b, str, checked_cast<int>(strlen(str)));
530 int code = SSL_write(ssl_, data, checked_cast<int>(data_len));
591 int code = SSL_read(ssl_, data, checked_cast<int>(data_len));
    [all...]
  /external/libbrillo/brillo/streams/
openssl_stream_bio.cc 29 return base::checked_cast<int>(written);
46 return base::checked_cast<int>(read);
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
neteq_ilbc_quality_test.cc 75 return rtc::checked_cast<int>(info.encoded_bytes);
neteq_pcmu_quality_test.cc 75 return rtc::checked_cast<int>(info.encoded_bytes);
  /external/webrtc/webrtc/modules/audio_coding/neteq/
expand_unittest.cc 126 EXPECT_EQ(rtc::checked_cast<int>(sum_output_len_samples /
167 EXPECT_EQ(rtc::checked_cast<int>(sum_output_len_samples /
time_stretch.cc 201 rtc::checked_cast<int32_t>(peak_index) * (right_side >> right_scale);
neteq_impl.cc 168 rtc::checked_cast<int>(*samples_per_channel * 100);
722 rtc::checked_cast<int>((1000 * packet_length_samples) / fs_hz_));
    [all...]
statistics_calculator.cc 221 const int ms_per_packet = rtc::checked_cast<int>(
  /external/libchrome/base/numerics/
safe_conversions.h 44 // checked_cast<> is analogous to static_cast<> for numeric types,
48 inline Dst checked_cast(Src value) { function in namespace:base
115 "- base::checked_cast\n"
  /external/libweave/third_party/chromium/base/numerics/
safe_conversions.h 44 // checked_cast<> is analogous to static_cast<> for numeric types,
48 inline Dst checked_cast(Src value) { function in namespace:base
115 "- base::checked_cast\n"
  /external/pdfium/core/src/fxge/android/
fpf_skiafont.cpp 172 FT_ULong ulSize = pdfium::base::checked_cast<FT_ULong>(dwSize);
176 return pdfium::base::checked_cast<FX_DWORD>(ulSize);
  /external/libchrome/base/files/
important_file_writer.cc 100 const int data_length = checked_cast<int32_t>(data.length());
  /external/pdfium/core/include/fxcrt/
fx_system.h 163 #define FXSYS_strlen(ptr) pdfium::base::checked_cast<FX_STRSIZE>(strlen(ptr))
164 #define FXSYS_wcslen(ptr) pdfium::base::checked_cast<FX_STRSIZE>(wcslen(ptr))
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_rtpplay.cc 519 int64_t start_time_ms = rtc::checked_cast<int64_t>(packet->time_ms());
598 next_input_time_ms = rtc::checked_cast<int64_t>(packet->time_ms());
621 sample_rate_hz = rtc::checked_cast<int>(
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_performance_unittest.cc 310 const int denominator = rtc::checked_cast<int>(api_call_durations_.size()) -
313 ? rtc::checked_cast<int64_t>(sqrt(variance / denominator))
323 const int denominator = rtc::checked_cast<int>(api_call_durations_.size()) -
  /external/libchrome/base/time/
time_mac.cc 69 return base::checked_cast<int64_t>(result.ValueOrDie());
  /external/webrtc/webrtc/common_audio/
audio_converter.cc 22 using rtc::checked_cast;
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpeg.cpp 143 FX_DWORD width = pdfium::base::checked_cast<FX_DWORD>(pSource->GetWidth());
144 FX_DWORD height = pdfium::base::checked_cast<FX_DWORD>(pSource->GetHeight());
  /external/webrtc/talk/media/webrtc/
webrtcvideocapturer.cc 441 data_size = rtc::checked_cast<uint32_t>(length);
  /external/clang/test/CXX/drs/
dr2xx.cpp 97 template<typename T, typename U> T checked_cast(U from) { U::error; } function in namespace:dr214
98 template<typename T, typename U> T checked_cast(U *from);
100 void foo(int *arg) { checked_cast<const C *>(arg); }
  /external/webrtc/talk/media/sctp/
sctpdataengine.cc 648 rtc::checked_cast<socklen_t>(sizeof(spa)), SCTP_SENDV_SPA, 0);
    [all...]

Completed in 2115 milliseconds

1 2