Home
last modified time | relevance | path

Searched refs:allocated_ (Results 1 – 18 of 18) sorted by relevance

/third_party/googletest/googletest/samples/
Dsample10_unittest.cc53 allocated_++; in operator new()
58 allocated_--; in operator delete()
62 static int allocated() { return allocated_; } in allocated()
65 static int allocated_; member in __anonab897dd60111::Water
68 int Water::allocated_ = 0; member in __anonab897dd60111::Water
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dmemory_byte_array.cc24 : ByteArray(0, length), b_(NULL), allocated_(true) { in MemoryByteArray()
28 : ByteArray(filled_length, filled_length), b_(b), allocated_(false) { in MemoryByteArray()
45 if (allocated_ && b_ == NULL) { in Init()
82 if (allocated_ && b_) { in Close()
Dmemory_byte_array.h76 bool allocated_; variable
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dmemory_byte_array.cc24 : ByteArray(0, length), b_(NULL), allocated_(true) { in MemoryByteArray()
28 : ByteArray(filled_length, filled_length), b_(b), allocated_(false) { in MemoryByteArray()
45 if (allocated_ && b_ == NULL) { in Init()
82 if (allocated_ && b_) { in Close()
Dmemory_byte_array.h76 bool allocated_; variable
/third_party/mindspore/mindspore/lite/micro/coder/allocator/
Dallocator.h80 allocated_.push_back(buffer); in Malloc()
156 std::vector<void *> allocated_; variable
Dallocator.cc58 for (auto &item : allocated_) { in Free()
62 allocated_.clear(); in Free()
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2780 : type_(other.type_), allocated_(false) in Value()
2793 if (other.value_.string_ && other.allocated_) { in Value()
2796 decodePrefixedString(other.allocated_, other.value_.string_, in Value()
2799 allocated_ = true; in Value()
2802 allocated_ = false; in Value()
2832 if (allocated_) in ~Value()
2857 int temp2 = allocated_; in swapPayload()
2858 allocated_ = other.allocated_; in swapPayload()
2859 other.allocated_ = temp2; in swapPayload()
2904 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator <()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2780 : type_(other.type_), allocated_(false) in Value()
2793 if (other.value_.string_ && other.allocated_) { in Value()
2796 decodePrefixedString(other.allocated_, other.value_.string_, in Value()
2799 allocated_ = true; in Value()
2802 allocated_ = false; in Value()
2832 if (allocated_) in ~Value()
2857 int temp2 = allocated_; in swapPayload()
2858 allocated_ = other.allocated_; in swapPayload()
2859 other.allocated_ = temp2; in swapPayload()
2904 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator <()
[all …]
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2780 : type_(other.type_), allocated_(false) in Value()
2793 if (other.value_.string_ && other.allocated_) { in Value()
2796 decodePrefixedString(other.allocated_, other.value_.string_, in Value()
2799 allocated_ = true; in Value()
2802 allocated_ = false; in Value()
2832 if (allocated_) in ~Value()
2857 int temp2 = allocated_; in swapPayload()
2858 allocated_ = other.allocated_; in swapPayload()
2859 other.allocated_ = temp2; in swapPayload()
2904 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator <()
[all …]
/third_party/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp2804 : type_(other.type_), allocated_(false) in Value()
2817 if (other.value_.string_ && other.allocated_) { in Value()
2820 decodePrefixedString(other.allocated_, other.value_.string_, in Value()
2823 allocated_ = true; in Value()
2826 allocated_ = false; in Value()
2864 if (allocated_) in ~Value()
2889 int temp2 = allocated_; in swapPayload()
2890 allocated_ = other.allocated_; in swapPayload()
2891 other.allocated_ = temp2 & 0x1; in swapPayload()
2936 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator <()
[all …]
Djson.h980 unsigned int allocated_ : 1; // Notes: if declared as bool, bitfield is useless. variable
/third_party/jsoncpp/include/json/
Dvalue.h613 bool isAllocated() const { return bits_.allocated_; } in isAllocated()
614 void setIsAllocated(bool v) { bits_.allocated_ = v; } in setIsAllocated()
646 unsigned int allocated_ : 1; member
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc249 AddrMap() : size_(0), allocated_(0), obj_(nullptr) {}
257 int size_; // count of valid elements (<= allocated_)
258 int allocated_; // count of allocated elements
259 ObjFile *obj_; // array of allocated_ elements
272 if (size_ == allocated_) {
273 int new_allocated = allocated_ * 2 + 50;
278 memcpy(new_obj_, obj_, allocated_ * sizeof(*new_obj_));
282 allocated_ = new_allocated;
/third_party/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc249 AddrMap() : size_(0), allocated_(0), obj_(nullptr) {}
257 int size_; // count of valid elements (<= allocated_)
258 int allocated_; // count of allocated elements
259 ObjFile *obj_; // array of allocated_ elements
272 if (size_ == allocated_) {
273 int new_allocated = allocated_ * 2 + 50;
278 memcpy(new_obj_, obj_, allocated_ * sizeof(*new_obj_));
282 allocated_ = new_allocated;
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h930 unsigned int allocated_ : 1; // Notes: if declared as bool, bitfield is useless. variable
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h930 unsigned int allocated_ : 1; // Notes: if declared as bool, bitfield is useless. variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h930 unsigned int allocated_ : 1; // Notes: if declared as bool, bitfield is useless. variable