| 309 | |
| 310 | |
| 311 | bool LanguageRepresentationFunctionType::IsValidCallback(void* ctxt, BNBinaryView* view) |
| 312 | { |
| 313 | LanguageRepresentationFunctionType* type = (LanguageRepresentationFunctionType*)ctxt; |
| 314 | Ref<BinaryView> viewObj = new BinaryView(BNNewViewReference(view)); |
| 315 | return type->IsValid(viewObj); |
| 316 | } |
| 317 | |
| 318 | |
| 319 | BNTypePrinter* LanguageRepresentationFunctionType::GetTypePrinterCallback(void* ctxt) |