reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2717 uint8_t opcode = data.GetU8(offset_ptr); 2733 uint = data.GetULEB128(offset_ptr); 2734 sint = data.GetSLEB128(offset_ptr); 2739 uint = data.GetULEB128(offset_ptr); 2853 sint = (int8_t)data.GetU8(offset_ptr); 2857 sint = (int16_t)data.GetU16(offset_ptr); 2861 sint = (int32_t)data.GetU32(offset_ptr); 2865 sint = (int64_t)data.GetU64(offset_ptr); 2869 sint = data.GetSLEB128(offset_ptr); 2873 uint = data.GetU8(offset_ptr); 2877 uint = data.GetU16(offset_ptr); 2881 uint = data.GetU32(offset_ptr); 2885 uint = data.GetU64(offset_ptr); 2889 uint = data.GetULEB128(offset_ptr);