/external/google-breakpad/src/common/ |
dwarf_line_to_module.h | 127 lines_(lines), 164 vector<Module::Line> *lines_; member in class:google_breakpad::DwarfLineToModule
|
dwarf_cu_to_module.h | 278 // in lines_; we apportion them to functions in 282 // Assign the lines in lines_ to the individual line lists of the 313 vector<Module::Line> lines_; member in class:google_breakpad::DwarfCUToModule
|
dwarf_cu_to_module_unittest.cc | 113 const vector<Module::Line> *lines) : lines_(lines) { } 116 lines->insert(lines->end(), lines_->begin(), lines_->end()); 119 const vector<Module::Line> *lines_; member in class:CUFixtureBase::AppendLinesFunctor 127 appender_(&lines_), 283 vector<Module::Line> lines_; member in class:CUFixtureBase 316 lines_.push_back(l); 329 if (!lines_.empty()) 350 if (!lines_.empty()) [all...] |
/external/icu/icu4c/source/test/perf/ustrperf/ |
stringperf.h | 94 (*fn1_)(lines_[i].name,lines_[i].len,uS0_[i]); 102 (*fn1_)(lines_[i].name,-1,uS0_[i]); 138 lines_=srcLines; 151 uS0_[i]=UnicodeString(lines_[i].name, lines_[i].len); 162 lines_=srcLines; 185 lines_=NULL; 207 lines_=NULL; 252 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len, &err) 323 ULine* lines_; member in class:StringPerfFunction [all...] |