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

Method rewind

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

Source from the content-addressed store, hash-verified

9458
9459template <url_pattern_regex::regex_concept regex_provider>
9460constexpr void constructor_string_parser<regex_provider>::rewind() {
9461 // Set parser's token index to parser's component start.
9462 token_index = component_start;
9463 // Set parser's token increment to 0.
9464 token_increment = 0;
9465}
9466
9467template <url_pattern_regex::regex_concept regex_provider>
9468constexpr bool constructor_string_parser<regex_provider>::is_hash_prefix() {

Callers 1

parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected