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

Method eos

extern/libcds/cds/algo/split_bitstring.h:218–221  ·  view source on GitHub ↗

Returns \p true if end-of-stream encountered

Source from the content-addressed store, hash-verified

216
217 /// Returns \p true if end-of-stream encountered
218 bool eos() const
219 {
220 return cur_ >= last_;
221 }
222
223 /// Cuts next \p count bits (must be multiplier of 8) from bit-string
224 /**

Callers 12

cut_uint_leMethod · 0.45
cut_uint_beMethod · 0.45
cut_small_leMethod · 0.45
cut_small_beMethod · 0.45
cut_int48_leMethod · 0.45
cut_int48_beMethod · 0.45
cut_byte_leMethod · 0.45
cut_byte_beMethod · 0.45
traverseMethod · 0.45
expand_slotMethod · 0.45
insertMethod · 0.45
do_updateMethod · 0.45

Calls

no outgoing calls

Tested by 8

cut_uint_leMethod · 0.36
cut_uint_beMethod · 0.36
cut_small_leMethod · 0.36
cut_small_beMethod · 0.36
cut_int48_leMethod · 0.36
cut_int48_beMethod · 0.36
cut_byte_leMethod · 0.36
cut_byte_beMethod · 0.36