MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / pop

Method pop

src/common/classes/array.h:397–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395 }
396
397 T pop()
398 {
399 fb_assert(count > 0);
400 count--;
401 return data[count];
402 }
403
404 // prepare array to be used as a buffer of capacity items
405 T* getBuffer(const size_type capacityL, bool preserve = true)

Callers 15

cleanup_portsFunction · 0.45
select_waitFunction · 0.45
xdr_status_vectorFunction · 0.45
~rem_portMethod · 0.45
release_transactionFunction · 0.45
process_archiveFunction · 0.45
getCleanBufferMethod · 0.45
addCTEsMethod · 0.45
pass1RecursiveCteMethod · 0.45
pass1RseIsRecursiveMethod · 0.45
catenateNodesMethod · 0.45
pass1Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected