HomeSort by relevance Sort by last modified time
    Searched refs:AllAscii (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 266 bool AllAscii(const string& text) {
326 if (AllAscii(field->default_value_string())) {
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 358 bool AllAscii(const string& text) {
419 if (AllAscii(field->default_value_string())) {
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_primitive_field.cc 180 bool AllAscii(const string& text) {
218 } else if (AllAscii(descriptor->default_value_string())) {
    [all...]

Completed in 93 milliseconds