MCPcopy Create free account
hub / github.com/NativeScript/android / next

Method next

test-app/runtime/src/main/cpp/ada/ada.h:8902–8907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8900
8901template <>
8902inline std::optional<std::string_view> url_search_params_keys_iter::next() {
8903 if (!has_next()) {
8904 return std::nullopt;
8905 }
8906 return params.params[pos++].first;
8907}
8908
8909template <>
8910inline std::optional<std::string_view> url_search_params_values_iter::next() {

Callers 9

EntriesMethod · 0.45
ForEachMethod · 0.45
KeysMethod · 0.45
ValuesMethod · 0.45

Calls

no outgoing calls