Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dcommon.h202 : filename_(filename), line_(line), message_(message) {} in FatalException()
208 int line() const { return line_; } in line()
213 const int line_; variable
Dcommon.cc241 : level_(level), filename_(filename), line_(line) {} in LogMessage()
254 log_handler_(level_, filename_, line_, message_); in Finish()
259 throw FatalException(filename_, line_, message_); in Finish()
Dlogging.h99 int line_; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dtokenizer.cc195 line_(0), in Tokenizer()
227 ++line_; in NextChar()
294 current_.line = line_; in StartToken()
489 int start_line = line_; in ConsumeBlockComment()
548 current_.line = line_; in TryConsumeCommentStart()
616 error_collector_->AddError(line_, column_ - 2, in Next()
634 error_collector_->AddError(line_, column_, in Next()
650 current_.line = line_; in Next()
Dtokenizer.h272 int line_; variable
315 error_collector_->AddError(line_, column_, message); in AddError()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc1266 : line_consumer_(line_consumer), line_(0) {} in Parser()
1275 int last_line() const { return line_; } in last_line()
1282 int line_; member in google::protobuf::compiler::objectivec::__anonf01810980411::Parser
1320 ++line_; in ParseLoop()