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

  /external/protobuf/src/google/protobuf/stubs/
strutil.h 95 // HasSuffixString()
102 inline bool HasSuffixString(const string& str,
109 if (HasSuffixString(str, suffix)) {
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 677 if (!HasSuffixString(output_location, ".zip") &&
678 !HasSuffixString(output_location, ".jar")) {
700 if (HasSuffixString(location, "/")) {
706 if (HasSuffixString(location, ".jar")) {
    [all...]
importer.cc 283 HasSuffixString(path, "/..") ||
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 115 if (HasSuffixString(filename, ".protodevel")) {
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 201 if (HasSuffixString(filename, ".protodevel")) {
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc 162 if (HasSuffixString(filename, ".protodevel")) {
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 156 if (HasSuffixString(filename, ".protodevel")) {
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 76 const char* suffix = HasSuffixString(filename, ".protodevel")
    [all...]

Completed in 388 milliseconds