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

  /external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
string_buffer.cc 14 nbytes_ = 1024;
16 buffer_ = reinterpret_cast<char *>(malloc(nbytes_));
30 nbytes_ = 0;
44 space = nbytes_ - insert_;
54 new_buffer = reinterpret_cast<char *>(realloc(buffer_, 2 * nbytes_));
60 nbytes_ *= 2;
string_buffer.h 29 size_t nbytes_; member in class:nacl::StringBuffer

Completed in 281 milliseconds