Home
last modified time | relevance | path

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

/system/bt/gd/packet/parser/
Dparse_location.h21 ParseLocation() : line_(-1) {} in ParseLocation()
23 ParseLocation(int line) : line_(line) {} in ParseLocation()
26 return line_; in GetLine()
30 int line_;
/system/core/init/
Daction.h45 int line() const { return line_; } in line()
51 int line_; variable
78 int line() const { return line_; } in line()
94 int line_; variable
Daction.cpp53 line_(line) {} in Command()
107 line_(line) {} in Action()
/system/core/adb/client/
Dbugreport.cpp51 line_(), in BugreportStandardStreamsCallback()
60 ProcessLine(line_); in OnStdout()
61 line_.clear(); in OnStdout()
63 line_.append(1, c); in OnStdout()
74 ProcessLine(line_); in Done()
192 std::string line_; member in BugreportStandardStreamsCallback