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

  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 70 static void Dealloc(CFieldDescriptor* self) {
117 (destructor)cfield_descriptor::Dealloc, // tp_dealloc
156 static void Dealloc(CDescriptorPool* self) {
230 (destructor)cdescriptor_pool::Dealloc, // tp_dealloc
repeated_composite_container.cc 684 static void Dealloc(RepeatedCompositeContainer* self) {
727 (destructor)repeated_composite_container::Dealloc, // tp_dealloc
repeated_scalar_container.cc 738 static void Dealloc(RepeatedScalarContainer* self) {
789 (destructor)repeated_scalar_container::Dealloc, // tp_dealloc
message.cc 810 static void Dealloc(CMessage* self) {
    [all...]
  /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/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 84 ErrorDeallocNotOwned, // -dealloc called on non-owned object.
85 ErrorDeallocGC, // Calling -dealloc with GC enabled.
306 Out << "-dealloc (GC)";
310 Out << "-dealloc (not-owned)";
922 case Dealloc:
923 return Dealloc;
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map.h 731 Dealloc<void*>(table_, num_buckets_);
    [all...]

Completed in 348 milliseconds