Home
last modified time | relevance | path

Searched refs:build_token_from_int_if_possible (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dlexer.h49 Token build_token_from_int_if_possible(Source source,
Dlexer.cc613 Token Lexer::build_token_from_int_if_possible(Source source, in build_token_from_int_if_possible() function in tint::reader::wgsl::Lexer
677 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()