Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtext_format.cc1075 const string& current_value = tokenizer_.current().text; in Consume() local
1077 if (current_value != value) { in Consume()
1078 ReportError("Expected \"" + value + "\", found \"" + current_value in Consume()