MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / set_position

Method set_position

external/parallel_hashmap/btree.h:1163–1163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1161 slot_type *slot(size_type i) { return &GetField<2>()[i]; }
1162 const slot_type *slot(size_type i) const { return &GetField<2>()[i]; }
1163 void set_position(field_type v) { GetField<1>()[0] = v; }
1164 void set_start(field_type v) { GetField<1>()[1] = v; }
1165 void set_count(field_type v) { GetField<1>()[2] = v; }
1166 void set_max_count(field_type v) { GetField<1>()[3] = v; }

Callers 2

set_childMethod · 0.80
init_leafMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected