Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dimporter.cc265 if (HasPrefixString(path, "\\\\")) { in CanonicalizePath()
298 HasPrefixString(path, "../") || in ContainsParentReference()
330 if (HasPrefixString(filename, "/") || in ApplyMapping()
339 } else if (HasPrefixString(filename, old_prefix)) { in ApplyMapping()
Dmock_code_generator.cc135 if (HasPrefixString(file->message_type(i)->name(), "MockCodeGenerator_")) { in Generate()
168 if (HasPrefixString(parameter, "insert=")) { in Generate()
Dcommand_line_interface.cc1419 GOOGLE_CHECK(HasPrefixString(output_directive.name, "--") && in GenerateOutput()
/external/protobuf/src/google/protobuf/testing/
Dgoogletest.cc112 if (HasPrefixString(result, "\\")) { in GetTemporaryDirectoryName()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h113 inline bool HasPrefixString(const string& str, in HasPrefixString() function
120 if (HasPrefixString(str, prefix)) { in StripPrefixString()
/external/protobuf/src/google/protobuf/
Ddescriptor_database.cc229 (HasPrefixString(super_symbol, sub_symbol) && in IsSubSymbol()
Dextension_set_unittest.cc1080 if (HasPrefixString(*type_name, prefix)) { in TEST()
Ddescriptor.cc3305 return HasPrefixString(file->package(), package_name) && in IsInPackage()