Searched refs:annotationMap (Results 1 – 2 of 2) sorted by relevance
31 bool doesAnnotationMapContainsAllProps(std::unordered_map<VehicleProperty, T> annotationMap) { in doesAnnotationMapContainsAllProps() argument37 if (annotationMap.find(v) == annotationMap.end()) { in doesAnnotationMapContainsAllProps()
20 private boolean doesAnnotationMapContainsAllProps(Map<Integer, Integer> annotationMap) { in doesAnnotationMapContainsAllProps() argument31 if (annotationMap.get(propId) == null) { in doesAnnotationMapContainsAllProps()