Searched defs:OpCodes (Results 1 – 6 of 6) sorted by relevance
62 OpCodes = [ variable
75 struct OpCodes { struct76 OpCodes(unsigned WideOpc, unsigned NarrowOpc) in OpCodes() argument79 unsigned WideOpc; ///< Wide opcode80 unsigned NarrowOpc; ///< Narrow opcode
41 public class OpCodes class
84 using OpCodes = std::map<uint32_t, void (CPDF_StreamContentParser::*)()>; variable
175 } OpCodes; typedef