Searched defs:OpParameters (Results 1 – 1 of 1) sorted by relevance
102 struct OpParameters { struct103 std::vector<std::string> tokens;104 MetadataBuilder* builder;106 bool ExpectArgSize(size_t size) const { in ExpectArgSize()115 const std::string& op() const { in op()119 const std::string& arg(size_t pos) const { in arg()123 std::optional<uint64_t> uint_arg(size_t pos, const std::string& name) const { in uint_arg()