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

  /external/protobuf/src/google/protobuf/compiler/
importer.cc 265 if (HasPrefixString(path, "\\\\")) {
298 HasPrefixString(path, "../") ||
330 if (HasPrefixString(filename, "/") ||
339 } else if (HasPrefixString(filename, old_prefix)) {
mock_code_generator.cc 135 if (HasPrefixString(file->message_type(i)->name(), "MockCodeGenerator_")) {
168 if (HasPrefixString(parameter, "insert=")) {
command_line_interface.cc     [all...]
  /external/perf_data_converter/src/
perf_data_handler.cc 173 inline bool HasPrefixString(const string& haystack, const char* needle) {
325 return HasPrefixString(map_name, "//") ||
326 (HasPrefixString(map_name, "[") && HasSuffixString(map_name, "]"));
410 !HasPrefixString(mmap->filename(), kKernelPrefix)) {
411 if (!HasPrefixString(mmap->filename(), "/usr/bin") &&
412 !HasPrefixString(mmap->filename(), "/usr/sbin") &&
421 HasPrefixString(mmap->filename(), kKernelPrefix)) {
  /external/protobuf/src/google/protobuf/testing/
googletest.cc 112 if (HasPrefixString(result, "\\")) {
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 106 // HasPrefixString()
113 inline bool HasPrefixString(const string& str,
120 if (HasPrefixString(str, prefix)) {
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_database.cc 229 (HasPrefixString(super_symbol, sub_symbol) &&
extension_set_unittest.cc     [all...]
descriptor.cc     [all...]

Completed in 295 milliseconds