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