Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:StripProto
(Results
1 - 14
of
14
) sorted by relevance
/third_party/protobuf/benchmarks/util/
H
A
D
protoc-gen-proto2_to_proto3.cc
25
string
StripProto
(string filename) {
in StripProto()
function
69
string basename =
StripProto
(filename);
in Generate()
H
A
D
protoc-gen-gogoproto.cc
23
string
StripProto
(string filename) {
in StripProto()
function
81
string basename =
StripProto
(filename);
in Generate()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H
A
D
cpp_file.cc
265
StripProto
(file_->name()));
in GenerateProtoHeader()
272
format("#include \"$1$.proto.h\"\n",
StripProto
(dep->name()));
in GenerateProtoHeader()
290
std::string target_basename =
StripProto
(file_->name());
in GeneratePBHeader()
384
std::string target_basename =
StripProto
(file_->name());
in GenerateSourceIncludes()
422
std::string basename =
StripProto
(dep->name());
in GenerateSourceIncludes()
1377
std::string basename =
StripProto
(file_->dependency(i)->name());
in GenerateDependencyIncludes()
H
A
D
metadata_test.cc
78
std::string output_base = TestTempDir() + "/" +
StripProto
(filename);
in CaptureMetadata()
H
A
D
cpp_generator.cc
128
std::string basename =
StripProto
(file->name());
in Generate()
H
A
D
cpp_helpers.h
209
PROTOC_EXPORT std::string
StripProto
(const std::string& filename);
H
A
D
cpp_helpers.cc
518
std::string
StripProto
(const std::string& filename) {
in StripProto()
function
1288
std::string my_name =
StripProto
(file->name());
in IsBootstrapProto()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H
A
D
objectivec_helpers.cc
360
string
StripProto
(const string& filename) {
in StripProto()
function
413
basename =
StripProto
(basename);
in FilePath()
427
basename =
StripProto
(basename);
in FilePathBasename()
437
const string name = UnderscoresToCamelCase(
StripProto
(BaseFileName(file)), true) + "Root";
in FileClassName()
H
A
D
objectivec_helpers.h
63
string PROTOC_EXPORT
StripProto
(const string& filename);
/third_party/protobuf/src/google/protobuf/compiler/java/
H
A
D
java_name_resolver.cc
141
return UnderscoresToCamelCase(
StripProto
(basename), true);
in GetFileDefaultImmutableClassName()
H
A
D
java_helpers.h
99
std::string
StripProto
(const std::string& filename);
H
A
D
java_helpers.cc
230
std::string
StripProto
(const std::string& filename) {
in StripProto()
function
/third_party/protobuf/src/google/protobuf/compiler/js/
H
A
D
js_generator.cc
105
std::string
StripProto
(const std::string& filename) {
in StripProto()
function
121
return
StripProto
(filename) + options.GetFileNameExtension();
in GetJSFilename()
157
std::string basename =
StripProto
(filename);
in ModuleAlias()
382
std::string snake_name =
StripProto
(GetSnakeFilename(file->name()));
in GetExtensionFileName()
419
std::string snake_name =
StripProto
(
in GetMessagesFileName()
3710
if (name ==
StripProto
(file->name()) + ".js") {
in GenerateFile()
/third_party/protobuf/src/google/protobuf/compiler/python/
H
A
D
python_generator.cc
79
std::string
StripProto
(const std::string& filename) {
in StripProto()
function
87
std::string basename =
StripProto
(filename);
in ModuleName()
Completed in 22 milliseconds