Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dimporter.cc262 HasPrefixString(path, "../") || in ContainsParentReference()
294 if (HasPrefixString(filename, "/") || in ApplyMapping()
303 } else if (HasPrefixString(filename, old_prefix)) { in ApplyMapping()
Dmock_code_generator.cc111 if (HasPrefixString(file->message_type(i)->name(), "MockCodeGenerator_")) { in Generate()
129 if (HasPrefixString(parameter, "insert=")) { in Generate()
Dcommand_line_interface.cc1105 GOOGLE_CHECK(HasPrefixString(output_directive.name, "--") && in GenerateOutput()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h80 inline bool HasPrefixString(const string& str, in HasPrefixString() function
87 if (HasPrefixString(str, prefix)) { in StripPrefixString()
/external/protobuf/src/google/protobuf/testing/
Dgoogletest.cc104 if (HasPrefixString(result, "\\")) { in GetTemporaryDirectoryName()
/external/protobuf/src/google/protobuf/
Ddescriptor_database.cc230 (HasPrefixString(super_symbol, sub_symbol) && in IsSubSymbol()
Dextension_set_unittest.cc519 if (HasPrefixString(*type_name, prefix)) { in TEST()
Ddescriptor.cc2253 return HasPrefixString(file->package(), package_name) && in IsInPackage()