Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc491 bool AllAscii(const std::string& text) { in AllAscii() function
552 if (AllAscii(field->default_value_string())) { in DefaultValue()