Searched refs:label_map (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/interface/
H A DChannelControl.cpp18 typedef std::map<int32, limit_label> label_map; typedef
69 fMultiLabels = (void*)new label_map;
95 fMultiLabels = (void*)new label_map;
144 fMultiLabels = (void*)new label_map;
154 delete reinterpret_cast<label_map*>(fMultiLabels);
608 (*(label_map*)fMultiLabels)[channel].max_label = maxLabel;
609 (*(label_map*)fMultiLabels)[channel].min_label = minLabel;
629 label_map::const_iterator iter = ((label_map*)fMultiLabels)->find(channel);
630 if (iter != ((label_map*)fMultiLabel
[all...]

Completed in 58 milliseconds