Lines Matching refs:uint8_t
39 static constexpr uint8_t kJDWPFlagReply = 0x80;
45 static constexpr uint8_t kJDWPClassTypeCmdSet = 3U;
46 static constexpr uint8_t kJDWPClassTypeInvokeMethodCmd = 3U;
47 static constexpr uint8_t kJDWPClassTypeNewInstanceCmd = 4U;
48 static constexpr uint8_t kJDWPInterfaceTypeCmdSet = 5U;
49 static constexpr uint8_t kJDWPInterfaceTypeInvokeMethodCmd = 1U;
50 static constexpr uint8_t kJDWPObjectReferenceCmdSet = 9U;
51 static constexpr uint8_t kJDWPObjectReferenceInvokeCmd = 6U;
54 static constexpr uint8_t kJDWPEventCmdSet = 64U;
55 static constexpr uint8_t kJDWPEventCompositeCmd = 100U;
58 static constexpr uint8_t kJDWPDdmCmdSet = 199U; // 0xc7, or 'G'+128
59 static constexpr uint8_t kJDWPDdmCmd = 1U;
102 uint8_t input_buffer_[8192];