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

  /external/chromium/base/win/
scoped_bstr.h 50 BSTR AllocateBytes(size_t bytes);
54 // SysAllocStringLen or SysAllocStringByteLen (call |AllocateBytes|) and then
scoped_bstr.cc 51 BSTR ScopedBstr::AllocateBytes(size_t bytes) {
scoped_bstr_unittest.cc 54 EXPECT_TRUE(b2.AllocateBytes(100) != NULL);
  /external/chromium_org/base/win/
scoped_bstr.h 49 BSTR AllocateBytes(size_t bytes);
53 // SysAllocStringLen or SysAllocStringByteLen (call |AllocateBytes|) and then
scoped_bstr.cc 51 BSTR ScopedBstr::AllocateBytes(size_t bytes) {
scoped_bstr_unittest.cc 54 EXPECT_TRUE(b2.AllocateBytes(100) != NULL);
  /external/chromium_org/v8/src/
spaces.h     [all...]
spaces.cc     [all...]
  /external/v8/src/
spaces.h     [all...]
spaces.cc 895 accounting_stats_.AllocateBytes(size);
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 416 void* AllocateBytes(int size);
707 return reinterpret_cast<Type*>(AllocateBytes(sizeof(Type)));
712 return reinterpret_cast<Type*>(AllocateBytes(sizeof(Type) * count));
734 void* DescriptorPool::Tables::AllocateBytes(int size) {
    [all...]
  /external/chromium_org/chrome_frame/
chrome_active_document.cc 393 stream->Read(url_bstr.AllocateBytes(url_size), url_size, &bytes_read);
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.cc 477 void* AllocateBytes(int size);
801 return reinterpret_cast<Type*>(AllocateBytes(sizeof(Type)));
806 return reinterpret_cast<Type*>(AllocateBytes(sizeof(Type) * count));
828 void* DescriptorPool::Tables::AllocateBytes(int size) {
    [all...]

Completed in 212 milliseconds