Home
last modified time | relevance | path

Searched refs:BaseTypeWrapper (Results 1 – 1 of 1) sorted by relevance

/external/apache-harmony/support/src/test/java/tests/util/
DCallVerificationStack.java128 this.push(new BaseTypeWrapper(val)); in push()
137 this.push(new BaseTypeWrapper(val)); in push()
146 this.push(new BaseTypeWrapper(val)); in push()
155 this.push(new BaseTypeWrapper(val)); in push()
164 this.push(new BaseTypeWrapper(val)); in push()
173 this.push(new BaseTypeWrapper(val)); in push()
182 this.push(new BaseTypeWrapper(val)); in push()
202 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop(); in popBoolean()
213 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop(); in popChar()
224 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop(); in popDouble()
[all …]