Home
last modified time | relevance | path

Searched refs:dealloc (Results 1 – 17 of 17) sorted by relevance

/frameworks/opt/gamesdk/src/tuningfork/
Dprotobuf_util.cpp57 if(ser && ser->dealloc && ser->bytes) { in CProtobufSerialization_Free()
58 ser->dealloc(ser->bytes); in CProtobufSerialization_Free()
61 ser->dealloc = 0; in CProtobufSerialization_Free()
Dtuningfork_extra.cpp145 settings_ser.dealloc = ::free; in GetSettingsSerialization()
176 fp_ser.dealloc = ::free; in GetFidelityParamsSerialization()
209 params->dealloc = ::free; in GetSavedFidelityParams()
Dtuningfork_c.cpp33 cpbs->dealloc = ::free; in ToCProtobufSerialization()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDescriptor.m174 - (void)dealloc { method
177 [super dealloc];
274 - (void)dealloc { method
276 [super dealloc];
299 - (void)dealloc { method
301 [super dealloc];
451 - (void)dealloc { method
456 [super dealloc];
697 - (void)dealloc { method
700 [super dealloc];
[all …]
DGPBExtensionRegistry.m49 - (void)dealloc { method
51 [super dealloc];
DGPBDictionary.m829 //%- (void)dealloc {
834 //% [super dealloc];
1251 //%- (void)dealloc {
1255 //% [super dealloc];
1453 //%- (void)dealloc {
1459 //% [super dealloc];
1598 - (void)dealloc { method
1603 [super dealloc];
1805 - (void)dealloc { method
1810 [super dealloc];
[all …]
DGPBArray.m159 //%- (void)dealloc {
164 //% [super dealloc];
370 - (void)dealloc { method
375 [super dealloc];
618 - (void)dealloc { method
623 [super dealloc];
866 - (void)dealloc { method
871 [super dealloc];
1114 - (void)dealloc { method
1119 [super dealloc];
[all …]
DGPBUnknownField.m60 - (void)dealloc { method
67 [super dealloc];
DGPBCodedInputStream.m341 - (void)dealloc { method
343 [super dealloc];
DGPBUnknownFieldSet.m110 - (void)dealloc { method in const
114 [super dealloc];
DGPBCodedOutputStream.m163 - (void)dealloc { method in NS_BLOCK_ASSERTIONS
169 [super dealloc];
DGPBMessage.m884 - (void)dealloc { method
886 NSCAssert(!autocreator_, @"Autocreator was not cleared before dealloc.");
890 [super dealloc];
1085 // because of a dealloc, then autocreator_ should be nil anyway. If we are
/frameworks/opt/gamesdk/include/tuningfork/
Dtuningfork.h35 void (*dealloc)(void*); member
Dprotobuf_util.h49 cser.dealloc = ::free; in CProtobufSerialization_Alloc()
/frameworks/native/libs/binder/
DMemoryDealer.cpp154 chunk_t* dealloc(size_t start);
319 chunk_t const * const freed = dealloc(offset); in deallocate()
383 SimpleBestFitAllocator::chunk_t* SimpleBestFitAllocator::dealloc(size_t start) in dealloc() function in android::SimpleBestFitAllocator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dextension_dict.cc271 void dealloc(ExtensionDict* self) { in dealloc() function
301 (destructor)extension_dict::dealloc, // tp_dealloc
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
Dunittest_objc.proto84 optional bool dealloc = 9; field