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

/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc252 bool AllAscii(const string& text) { function in namespace:google::protobuf::compiler::java
312 if (AllAscii(field->default_value_string())) {
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.cc266 bool AllAscii(const string& text) { function in namespace:google::protobuf::compiler::javamicro
326 if (AllAscii(field->default_value_string())) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc275 bool AllAscii(const string& text) { function in namespace:google::protobuf::compiler::java
335 if (AllAscii(field->default_value_string())) {
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_primitive_field.cc180 bool AllAscii(const string& text) { function in namespace:google::protobuf::compiler::javanano::__anon28078
218 } else if (AllAscii(descriptor->default_value_string())) {

Completed in 65 milliseconds