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

Method back

src/common/classes/objects_array.h:309–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307 }
308
309 iterator back()
310 {
311 fb_assert(getCount() > 0);
312 return iterator(this, getCount() - 1);
313 }
314
315 const_iterator begin() const
316 {

Callers 15

process_archiveFunction · 0.45
dsqlPassMethod · 0.45
executeMethod · 0.45
pass2Method · 0.45
dsqlPassMethod · 0.45
internalDsqlPassMethod · 0.45
release_attachmentFunction · 0.45
executeMethod · 0.45
executeMethod · 0.45
nonCompressableRunMethod · 0.45
truncateTailMethod · 0.45
waitForMethod · 0.45

Calls 1

iteratorClass · 0.70

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36