SplitStringUsing 62 third_party/protobuf/src/google/protobuf/compiler/code_generator.cc SplitStringUsing(text, ",", &parts); SplitStringUsing 164 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc SplitStringUsing(filename, "/", &parts); SplitStringUsing 923 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc SplitStringUsing(value, kPathSeparator, &parts); SplitStringUsing 259 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc SplitStringUsing(command, " ", &args); SplitStringUsing 1446 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc SplitStringUsing(command, " ", &args); SplitStringUsing 86 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc SplitStringUsing(file_->package(), ".", &package_parts_); SplitStringUsing 551 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc SplitStringUsing(dependency->package(), ".", &dependency_package_parts); SplitStringUsing 244 third_party/protobuf/src/google/protobuf/compiler/importer.cc SplitStringUsing(path, "/", &parts); // Note: Removes empty parts. SplitStringUsing 84 third_party/protobuf/src/google/protobuf/compiler/mock_code_generator.cc SplitStringUsing(content, "\n", &lines); SplitStringUsing 95 third_party/protobuf/src/google/protobuf/compiler/mock_code_generator.cc SplitStringUsing(insertions, ",", &insertion_list); SplitStringUsing 153 third_party/protobuf/src/google/protobuf/compiler/mock_code_generator.cc SplitStringUsing(StripPrefixString(parameter, "insert="), SplitStringUsing 168 third_party/protobuf/src/google/protobuf/stubs/strutil.h LIBPROTOBUF_EXPORT void SplitStringUsing(const string& full, const char* delim,