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

  /external/google-breakpad/src/testing/gtest/samples/
sample10_unittest.cc 57 allocated_++;
62 allocated_--;
66 static int allocated() { return allocated_; }
69 static int allocated_; member in class:__anon11496::Water
72 int Water::allocated_ = 0; member in class:__anon11496::Water
  /external/protobuf/gtest/samples/
sample10_unittest.cc 57 allocated_++;
62 allocated_--;
66 static int allocated() { return allocated_; }
69 static int allocated_; member in class:__anon21760::Water
72 int Water::allocated_ = 0; member in class:__anon21760::Water
  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
sample10_unittest.cc 57 allocated_++;
62 allocated_--;
66 static int allocated() { return allocated_; }
69 static int allocated_; member in class:__anon26068::Water
72 int Water::allocated_ = 0; member in class:__anon26068::Water
  /ndk/sources/third_party/googletest/googletest/samples/
sample10_unittest.cc 57 allocated_++;
62 allocated_--;
66 static int allocated() { return allocated_; }
69 static int allocated_; member in class:__anon35812::Water
72 int Water::allocated_ = 0; member in class:__anon35812::Water
  /external/v8/src/interpreter/
bytecode-register-allocator.cc 158 allocated_(zone),
163 for (auto i = allocated_.rbegin(); i != allocated_.rend(); i++) {
166 allocated_.clear();
178 allocated_.push_back(allocated);
184 for (auto i = allocated_.begin(); i != allocated_.end(); i++) {
203 allocated_.push_back(next_consecutive_register_);
bytecode-register-allocator.h 105 ZoneVector<int> allocated_; member in class:v8::internal::interpreter::final
  /external/sfntly/cpp/src/sfntly/data/
memory_byte_array.cc 24 : ByteArray(0, length), b_(NULL), allocated_(true) {
28 : ByteArray(filled_length, filled_length), b_(b), allocated_(false) {
45 if (allocated_ && b_ == NULL) {
82 if (allocated_ && b_) {
memory_byte_array.h 76 bool allocated_; member in class:sfntly::MemoryByteArray
  /external/jsoncpp/src/lib_json/
json_value.cpp 325 : type_(other.type_), allocated_(false)
343 allocated_ = true;
346 allocated_ = false;
384 if (allocated_)
418 int temp2 = allocated_;
419 allocated_ = other.allocated_;
420 other.allocated_ = temp2;
898 allocated_ = allocated;
    [all...]
  /external/v8/src/heap/
incremental-marking.cc 40 allocated_(0),
    [all...]
incremental-marking.h 289 intptr_t allocated_; member in class:v8::internal::IncrementalMarking
  /external/jsoncpp/include/json/
value.h 492 int allocated_ : 1; // Notes: if declared as bool, bitfield is useless.

Completed in 4701 milliseconds