MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / begin

Method begin

native/thirdpart/json/json.hpp:3397–3400  ·  view source on GitHub ↗

return iterator begin (needed for range-based for)

Source from the content-addressed store, hash-verified

3395
3396 /// return iterator begin (needed for range-based for)
3397 iteration_proxy_value<IteratorType> begin() noexcept
3398 {
3399 return iteration_proxy_value<IteratorType>(container.begin());
3400 }
3401
3402 /// return iterator end (needed for range-based for)
3403 iteration_proxy_value<IteratorType> end() noexcept

Callers 15

from_jsonFunction · 0.45
from_json_array_implFunction · 0.45
constructMethod · 0.45
end_objectMethod · 0.45
next_byte_in_rangeMethod · 0.45
set_beginMethod · 0.45
to_stringMethod · 0.45
json_pointerClass · 0.45
json.hppFile · 0.45
write_ubjsonMethod · 0.45
calc_bson_object_sizeMethod · 0.45
write_numberMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected