Home
last modified time | relevance | path

Searched refs:allocated_ (Results 1 - 13 of 13) sorted by relevance

/third_party/googletest/googletest/samples/
H A Dsample10_unittest.cc52 allocated_++; in operator new()
57 allocated_--; in operator delete()
61 static int allocated() { return allocated_; } in allocated()
64 static int allocated_; member in __anon3015::Water
67 int Water::allocated_ = 0; member in __anon3015::Water
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
H A 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()
H A Dmemory_byte_array.h76 bool allocated_; member in sfntly::MemoryByteArray
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-trace.cc64 allocated_ = std::make_unique<uint8_t[]>(len + 1); in AllocateSufficientSpace()
65 buf_ = allocated_.get(); in AllocateSufficientSpace()
75 std::unique_ptr<uint8_t[]> allocated_; member in v8::internal::__anon14098::MaybeUtf8
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-register-optimizer.cc23 allocated_(allocated), in RegisterInfo()
70 bool allocated() const { return allocated_; } in allocated()
71 void set_allocated(bool allocated) { allocated_ = allocated; } in set_allocated()
84 bool allocated_; member in v8::internal::interpreter::final
/third_party/protobuf/conformance/third_party/jsoncpp/
H A 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_ in swapPayload()
[all...]
H A Djson.h976 char* string_; // actually ptr to unsigned, followed by str, unless !allocated_
980 unsigned int allocated_ : 1; // Notes: if declared as bool, bitfield is useless.
981 // If not allocated_, string_ must be null-terminated.
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2780 : type_(other.type_), allocated_(false)
2793 if (other.value_.string_ && other.allocated_) {
2796 decodePrefixedString(other.allocated_, other.value_.string_,
2799 allocated_ = true;
2802 allocated_ = false;
2832 if (allocated_)
2857 int temp2 = allocated_;
2858 allocated_ = other.allocated_;
2859 other.allocated_
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2780 : type_(other.type_), allocated_(false)
2793 if (other.value_.string_ && other.allocated_) {
2796 decodePrefixedString(other.allocated_, other.value_.string_,
2799 allocated_ = true;
2802 allocated_ = false;
2832 if (allocated_)
2857 int temp2 = allocated_;
2858 allocated_ = other.allocated_;
2859 other.allocated_
[all...]
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2780 : type_(other.type_), allocated_(false)
2793 if (other.value_.string_ && other.allocated_) {
2796 decodePrefixedString(other.allocated_, other.value_.string_,
2799 allocated_ = true;
2802 allocated_ = false;
2832 if (allocated_)
2857 int temp2 = allocated_;
2858 allocated_ = other.allocated_;
2859 other.allocated_
[all...]
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h926 char* string_; // actually ptr to unsigned, followed by str, unless !allocated_
930 unsigned int allocated_ : 1; // Notes: if declared as bool, bitfield is useless.
931 // If not allocated_, string_ must be null-terminated.
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h926 char* string_; // actually ptr to unsigned, followed by str, unless !allocated_
930 unsigned int allocated_ : 1; // Notes: if declared as bool, bitfield is useless.
931 // If not allocated_, string_ must be null-terminated.
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h926 char* string_; // actually ptr to unsigned, followed by str, unless !allocated_
930 unsigned int allocated_ : 1; // Notes: if declared as bool, bitfield is useless.
931 // If not allocated_, string_ must be null-terminated.

Completed in 30 milliseconds