HomeSort by relevance Sort by last modified time
    Searched refs:string_bytes (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/
scoped_bstr_win.h 88 template <uint32 string_bytes>
103 // string (string_bytes will be equal to pointer size in those cases).
104 DCHECK(lstrlenW(str) == (string_bytes / sizeof(bstr_.str_[0])) - 1) <<
106 memcpy(bstr_.str_, str, string_bytes);
107 bstr_.len_ = string_bytes - sizeof(wchar_t);
117 wchar_t str_[string_bytes / sizeof(wchar_t)];
  /external/v8/src/
heap-profiler.cc 636 int string_bytes = 0; local
639 string_bytes += info[type].bytes();
642 if (string_bytes > 0) {
643 LOG(HeapSampleItemEvent("STRING_TYPE", string_number, string_bytes));
spaces.cc 1426 int string_bytes = 0; local
1471 int string_bytes = 0; local
    [all...]

Completed in 586 milliseconds