| 4681 | } |
| 4682 | |
| 4683 | bool BinaryView::FindNextConstant( |
| 4684 | uint64_t start, uint64_t constant, uint64_t& result, Ref<DisassemblySettings> settings, const FunctionViewType& viewType) |
| 4685 | { |
| 4686 | return BNFindNextConstant(m_object, start, constant, &result, settings->GetObject(), viewType.ToAPIObject()); |
| 4687 | } |
| 4688 | |
| 4689 | |
| 4690 | struct MatchCallbackContextForDataBuffer |
nothing calls this directly
no test coverage detected