Lines Matching refs:symbols
606 this.symbols = []; property in UnixCppEntriesProvider
617 this.symbols = [ property
623 this.symbols = ['', '']; property
629 if (this.symbols.length == 0) {
632 var lineEndPos = this.symbols[0].indexOf('\n', this.parsePos);
634 this.symbols.shift();
639 var line = this.symbols[0].substring(this.parsePos, lineEndPos);
664 this.symbols = [os.system(this.nmExec, ['-n', '-f', libName], -1, -1), '']; property
667 this.symbols = '';
673 this.symbols = '';
700 this.symbols = read(mapFileName);
703 this.symbols = '';
709 var lineEndPos = this.symbols.indexOf('\r\n', this.parsePos);
714 var line = this.symbols.substring(this.parsePos, lineEndPos);