Lines Matching refs:label_map
18 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()
642 if (iter != ((label_map*)fMultiLabels)->end()) in MaxLimitLabelFor()