Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
Dparser.js29 this.peek_ = []; property
36 return this.peek_.shift() || this.lexer_.next();
40 while (this.peek_.length <= idx) {
41 this.peek_.push(this.lexer_.next());
43 return this.peek_[idx];
/external/angle/third_party/spirv-tools/src/tools/sva/src/
Dparser.js29 this.peek_ = []; property
36 return this.peek_.shift() || this.lexer_.next();
40 while (this.peek_.length <= idx) {
41 this.peek_.push(this.lexer_.next());
43 return this.peek_[idx];
/external/deqp-deps/SPIRV-Tools/tools/sva/src/
Dparser.js29 this.peek_ = []; property
36 return this.peek_.shift() || this.lexer_.next();
40 while (this.peek_.length <= idx) {
41 this.peek_.push(this.lexer_.next());
43 return this.peek_[idx];