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:weak_dependency
(Results
1 - 9
of
9
) sorted by relevance
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H
A
D
FileDescriptorProto.php
48
* Generated from protobuf field <code>repeated int32
weak_dependency
= 11;</code>
50
private $
weak_dependency
;
variable
104
* @type int[]|\Google\Protobuf\Internal\RepeatedField $
weak_dependency
256
* Generated from protobuf field <code>repeated int32
weak_dependency
= 11;</code>
261
return $this->
weak_dependency
;
268
* Generated from protobuf field <code>repeated int32
weak_dependency
= 11;</code>
275
$this->
weak_dependency
= $arr;
variable
/third_party/protobuf/benchmarks/util/
H
A
D
protoc-gen-proto2_to_proto3.cc
100
file->
weak_dependency
(j)->name()) == nullptr) {
in CanGenerate()
H
A
D
protoc-gen-gogoproto.cc
57
file->
weak_dependency
(j)->name()) != nullptr);
in GenerateAll()
/third_party/protobuf/src/google/protobuf/compiler/
H
A
D
parser.h
327
RepeatedField<int32>*
weak_dependency
,
H
A
D
parser.cc
2342
RepeatedField<int32>*
weak_dependency
,
in ParseImport()
2360
weak_dependency
->size());
in ParseImport()
2363
*
weak_dependency
->Add() = dependency->size();
in ParseImport()
2340
ParseImport(RepeatedPtrField<std::string>* dependency, RepeatedField<int32>* public_dependency, RepeatedField<int32>*
weak_dependency
, const LocationRecorder& root_location, const FileDescriptorProto* containing_file)
ParseImport()
argument
/third_party/protobuf/src/google/protobuf/
H
A
D
descriptor.h
1446
const FileDescriptor*
weak_dependency
(int index) const;
2303
inline const FileDescriptor* FileDescriptor::
weak_dependency
(int index) const {
in weak_dependency()
function in google::protobuf::FileDescriptor
H
A
D
descriptor.pb.h
737
// repeated int32
weak_dependency
= 11;
751
::PROTOBUF_NAMESPACE_ID::int32
weak_dependency
(int index) const;
755
weak_dependency
() const;
6913
// repeated int32
weak_dependency
= 11;
6926
inline ::PROTOBUF_NAMESPACE_ID::int32 FileDescriptorProto::
weak_dependency
(int index) const {
in weak_dependency()
function in FileDescriptorProto
6927
// @@protoc_insertion_point(field_get:google.protobuf.FileDescriptorProto.
weak_dependency
)
in weak_dependency()
6932
// @@protoc_insertion_point(field_set:google.protobuf.FileDescriptorProto.
weak_dependency
)
in set_weak_dependency()
6939
// @@protoc_insertion_point(field_add:google.protobuf.FileDescriptorProto.
weak_dependency
)
in add_weak_dependency()
6946
FileDescriptorProto::
weak_dependency
() const {
in weak_dependency()
function in FileDescriptorProto
6947
// @@protoc_insertion_point(field_list:google.protobuf.FileDescriptorProto.
weak_dependency
)
in weak_dependency()
[all...]
H
A
D
descriptor.cc
4430
weak_deps.insert(proto.
weak_dependency
(i));
in BuildFileImpl()
4516
int index = proto.
weak_dependency
(i);
in BuildFileImpl()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H
A
D
cpp_file.cc
139
weak_deps_.insert(file->
weak_dependency
(i));
in FileGenerator()
Completed in 52 milliseconds