MCPcopy Create free account
hub / github.com/apache/fory / begin

Method begin

cpp/fory/util/flat_int_map.h:284–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282 }
283
284 Iterator begin() { return Iterator(entries_.get(), capacity_, 0); }
285 Iterator end() { return Iterator(entries_.get(), capacity_, capacity_); }
286 Iterator begin() const {
287 return Iterator(const_cast<Entry *>(entries_.get()), capacity_, 0);

Callers 15

append_serializedFunction · 0.80
run_test_bufferFunction · 0.80
to_decimal_stringMethod · 0.80
decimal_plain_stringFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
sort_field_infosMethod · 0.80
TESTFunction · 0.80
string_view_to_stringFunction · 0.80

Calls 2

IteratorClass · 0.85
getMethod · 0.65

Tested by 7

append_serializedFunction · 0.64
run_test_bufferFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64