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

Method source

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

Returns pointer to source bitstring

Source from the content-addressed store, hash-verified

272
273 /// Returns pointer to source bitstring
274 bitstring const* source() const
275 {
276 return reinterpret_cast<bitstring const *>( first_ );
277 }
278
279 /// Returns current bit offset from beginning of bit-string
280 size_t bit_offset() const

Callers 9

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
splitMethod · 0.45

Calls

no outgoing calls

Tested by 9

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
splitMethod · 0.36