Searched refs:_placeholders (Results 1 – 1 of 1) sorted by relevance
53 protected HashSet<String> _placeholders; field in TypeBindings127 if (_placeholders != null && _placeholders.contains(name)) { in findType()224 if (_placeholders == null) { in _addPlaceholder()225 _placeholders = new HashSet<String>(); in _addPlaceholder()227 _placeholders.add(name); in _addPlaceholder()