• Home
  • Raw
  • Download

Lines Matching refs:last

48     size_t pos, last;  in parse()  local
58 field = getNextToken(linestr, 0, &last, "("); in parse()
59 pos = last + 1; in parse()
61 field = getNextToken(linestr, pos, &last, ",)"); in parse()
73 pos = last + 1; in parse()
88 m_name = getNextToken(linestr, pos, &last, ",)"); in parse()
89 pos = last + 1; in parse()
94 field = getNextToken(linestr, pos, &last, ",)"); in parse()
123 pos = last + 1; in parse()
206 size_t last; in setAttribute() local
207 std::string token = getNextToken(line, 0, &last, WHITESPACE); in setAttribute()
212 pos = last; in setAttribute()
213 std::string varname = getNextToken(line, pos, &last, WHITESPACE); in setAttribute()
219 pos = last; in setAttribute()
222 pos = last; in setAttribute()
223 std::string varname = getNextToken(line, pos, &last, WHITESPACE); in setAttribute()
228 pos = last; in setAttribute()
232 pos = last; in setAttribute()
233 std::string varname = getNextToken(line, pos, &last, WHITESPACE); in setAttribute()
238 pos = last; in setAttribute()
240 std::string pointerDirStr = getNextToken(line, pos, &last, WHITESPACE); in setAttribute()
257 pos = last; in setAttribute()
258 std::string varname = getNextToken(line, pos, &last, WHITESPACE); in setAttribute()
265 pos = last; in setAttribute()
266 std::string flag = getNextToken(line, pos, &last, WHITESPACE); in setAttribute()
297 pos = last; in setAttribute()
298 std::string varname = getNextToken(line, pos, &last, WHITESPACE); in setAttribute()
303 pos = last; in setAttribute()
306 pos = last; in setAttribute()
307 std::string varname = getNextToken(line, pos, &last, WHITESPACE); in setAttribute()
313 pos = last; in setAttribute()
316 pos = last; in setAttribute()
317 std::string varname = getNextToken(line, pos, &last, WHITESPACE); in setAttribute()
328 pos = last; in setAttribute()
331 pos = last; in setAttribute()
332 std::string varname = getNextToken(line, pos, &last, WHITESPACE); in setAttribute()
343 pos = last; in setAttribute()
346 pos = last; in setAttribute()
347 std::string varname = getNextToken(line, pos, &last, WHITESPACE); in setAttribute()
358 pos = last; in setAttribute()
361 pos = last; in setAttribute()
362 std::string varname = getNextToken(line, pos, &last, WHITESPACE); in setAttribute()
373 pos = last; in setAttribute()
376 pos = last; in setAttribute()
377 std::string varname = getNextToken(line, pos, &last, WHITESPACE); in setAttribute()
383 pos = last; in setAttribute()
386 pos = last; in setAttribute()
387 std::string flag = getNextToken(line, pos, &last, WHITESPACE); in setAttribute()
405 pos = last; in setAttribute()
406 std::string apiname = getNextToken(line, pos, &last, WHITESPACE); in setAttribute()