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