| 114 | |
| 115 | |
| 116 | InstructionTextToken InstructionTextToken::WithConfidence(uint8_t conf) |
| 117 | { |
| 118 | return InstructionTextToken(type, context, text, address, value, size, operand, conf, typeNames, width); |
| 119 | } |
| 120 | |
| 121 | |
| 122 | void InstructionTextToken::ConvertInstructionTextToken(const InstructionTextToken& token, BNInstructionTextToken* result) |
nothing calls this directly
no test coverage detected