Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc266 bool AllAscii(const string& text) { in AllAscii() function
326 if (AllAscii(field->default_value_string())) { in DefaultValue()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc378 bool AllAscii(const string& text) { in AllAscii() function
439 if (AllAscii(field->default_value_string())) { in DefaultValue()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_primitive_field.cc158 bool AllAscii(const string& text) { in AllAscii() function
197 } else if (AllAscii(descriptor->default_value_string())) { in SetPrimitiveVariables()