HomeSort by relevance Sort by last modified time
    Searched defs:Dealloc (Results 1 - 16 of 16) sorted by null

  /art/test/1900-track-alloc/
alloc.cc 34 static void Dealloc(T* t) {
39 static void Dealloc(T* t, Rest... rs) {
40 Dealloc(t);
41 Dealloc(rs...);
83 Dealloc(params[i].name);
145 Dealloc(cur_info->id, cur_info->short_description, cur_info->params, cur_info->errors);
148 Dealloc(infos);
  /external/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 42 /// The argument is treated as if an -dealloc message had been sent to
44 Dealloc,
  /external/protobuf/python/google/protobuf/pyext/
descriptor_pool.cc 153 static void Dealloc(PyDescriptorPool* self) {
507 (destructor)cdescriptor_pool::Dealloc, // tp_dealloc
repeated_composite_container.cc 530 static void Dealloc(RepeatedCompositeContainer* self) {
576 (destructor)repeated_composite_container::Dealloc, // tp_dealloc
descriptor.cc 358 static void Dealloc(PyBaseDescriptor* self) {
374 (destructor)Dealloc, // tp_dealloc
    [all...]
message.cc 323 static void Dealloc(CMessageClass *self) {
357 (destructor)message_meta::Dealloc, // tp_dealloc
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 42 /// The argument is treated as if an -dealloc message had been sent to
44 Dealloc,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 42 /// The argument is treated as if an -dealloc message had been sent to
44 Dealloc,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 42 /// The argument is treated as if an -dealloc message had been sent to
44 Dealloc,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 42 /// The argument is treated as if an -dealloc message had been sent to
44 Dealloc,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 42 /// The argument is treated as if an -dealloc message had been sent to
44 Dealloc,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 42 /// The argument is treated as if an -dealloc message had been sent to
44 Dealloc,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 42 /// The argument is treated as if an -dealloc message had been sent to
44 Dealloc,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 42 /// The argument is treated as if an -dealloc message had been sent to
44 Dealloc,
  /external/protobuf/src/google/protobuf/
map.h 728 Dealloc<void*>(table_, num_buckets_);
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map.h 731 Dealloc<void*>(table_, num_buckets_);
    [all...]

Completed in 344 milliseconds