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

Method begin

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

* C++ style conventional iterator support. const only because we * do not really want the params to be modified via the iterator. */

Source from the content-addressed store, hash-verified

8574 * do not really want the params to be modified via the iterator.
8575 */
8576 inline auto begin() const { return params.begin(); }
8577 inline auto end() const { return params.end(); }
8578 inline auto front() const { return params.front(); }
8579 inline auto back() const { return params.back(); }

Callers 14

BeginMethod · 0.45
punycode_to_utf32Function · 0.45
is_label_validFunction · 0.45
percent_encodeFunction · 0.45
find_next_host_delimiterFunction · 0.45
find_authority_delimiterFunction · 0.45
parse_ipv6Method · 0.45
parse_hostMethod · 0.45
set_portMethod · 0.45
set_protocolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected