Searched defs:CustomScanner (Results 1 – 7 of 7) sorted by relevance
22 type CustomScanner struct { struct26 Holder interface{}29 Target interface{}33 Binder func(holder interface{}, target interface{}) error44 func (me CustomScanner) Bind() error {
81 private static class CustomScanner implements RegionScanner { class in TestCoprocessorInterface85 public CustomScanner(RegionScanner delegate) { in CustomScanner() method in TestCoprocessorInterface.CustomScanner
124 type CustomScanner struct { struct128 Holder interface{}131 Target interface{}135 Binder func(holder interface{}, target interface{}) error139 func (me CustomScanner) Bind() error {
125 type CustomScanner struct { struct129 Holder interface{}132 Target interface{}136 Binder func(holder interface{}, target interface{}) error140 func (me CustomScanner) Bind() error {
607 KnownPluginList::CustomScanner::CustomScanner() {} in CustomScanner() function in juce::KnownPluginList::CustomScanner