Home
last modified time | relevance | path

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; in BChannelControl()
95 fMultiLabels = (void*)new label_map; in BChannelControl()
144 fMultiLabels = (void*)new label_map; in BChannelControl()
154 delete reinterpret_cast<label_map*>(fMultiLabels); in ~BChannelControl()
608 (*(label_map*)fMultiLabels)[channel].max_label = maxLabel; in SetLimitLabelsFor()
609 (*(label_map*)fMultiLabels)[channel].min_label = minLabel; in SetLimitLabelsFor()
629 label_map::const_iterator iter = ((label_map*)fMultiLabels)->find(channel); in MinLimitLabelFor()
630 if (iter != ((label_map*)fMultiLabels)->end()) in MinLimitLabelFor()
641 label_map::const_iterator iter = ((label_map*)fMultiLabels)->find(channel); in MaxLimitLabelFor()
[all …]