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

  /external/chromium_org/base/win/
scoped_bstr.cc 51 BSTR ScopedBstr::AllocateBytes(size_t bytes) {
  /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/third_party/protobuf/src/google/protobuf/
descriptor.cc 475 void* AllocateBytes(int size);
799 return reinterpret_cast<Type*>(AllocateBytes(sizeof(Type)));
804 return reinterpret_cast<Type*>(AllocateBytes(sizeof(Type) * count));
826 void* DescriptorPool::Tables::AllocateBytes(int size) {
    [all...]
  /external/chromium_org/v8/src/
spaces.h     [all...]

Completed in 159 milliseconds