Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc890 io::Tokenizer::Token name_token = input_->current(); in ParseMessageFieldNoLabel() local
929 location.StartAt(name_token); in ParseMessageFieldNoLabel()
930 location.EndAt(name_token); in ParseMessageFieldNoLabel()
939 location.StartAt(name_token); in ParseMessageFieldNoLabel()
940 location.EndAt(name_token); in ParseMessageFieldNoLabel()
947 AddError(name_token.line, name_token.column, in ParseMessageFieldNoLabel()