Searched refs:build_token_from_int_if_possible (Results 1 – 2 of 2) sorted by relevance
49 Token build_token_from_int_if_possible(Source source,
613 Token Lexer::build_token_from_int_if_possible(Source source, in build_token_from_int_if_possible() function in tint::reader::wgsl::Lexer677 return build_token_from_int_if_possible(source, start, end, 16); in try_hex_integer()723 return build_token_from_int_if_possible(source, start, end, 10); in try_integer()