/third_party/googletest/googletest/samples/ |
H A D | sample10_unittest.cc | 52 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 D | memory_byte_array.cc | 24 : 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 D | memory_byte_array.h | 76 bool allocated_; member in sfntly::MemoryByteArray
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-trace.cc | 64 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 D | bytecode-register-optimizer.cc | 23 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 D | jsoncpp.cpp | 2804 : 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 D | json.h | 976 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 D | jsoncpp.cpp | 2780 : 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 D | jsoncpp.cpp | 2780 : 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 D | jsoncpp.cpp | 2780 : 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 D | json.h | 926 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 D | json.h | 926 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 D | json.h | 926 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.
|