Home
last modified time | relevance | path

Searched defs:IsHex (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
Dtokenizer.h42 bool IsHex() const { return type_ == TokenType::kHex; } in IsHex() function
/third_party/gptfdisk/
Dsupport.cc288 int IsHex(string input) { in IsHex() function
/third_party/re2/re2/
Dparse.cc1465 static int IsHex(int c) { in IsHex() function