Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dmain.cpp77 struct CLIParser struct
79 CLIParser(CLICallbacks cbs_, int argc_, char *argv_[]) in CLIParser() argument
86 bool parse() in parse()
127 void end() in end()
132 uint32_t next_uint() in next_uint()
151 uint32_t next_hex_uint() in next_hex_uint()
170 double next_double() in next_double()
186 const char *next_value_string(const char *default_value) in next_value_string()
201 const char *next_string() in next_string()
214 CLICallbacks cbs;
[all …]