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:annotation_
(Results
1 - 4
of
4
) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H
A
D
Descriptor.cs
9822
annotation_
= other.
annotation_
.Clone();
in GeneratedCodeInfo()
9835
private readonly pbc::RepeatedField<global::Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation>
annotation_
= new pbc::RepeatedField<global::Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation>();
field in Google.Protobuf.Reflection.GeneratedCodeInfo
9842
get { return
annotation_
; }
9858
if(!
annotation_
.Equals(other.
annotation_
)) return false;
in Equals()
9865
hash ^=
annotation_
.GetHashCode();
in GetHashCode()
9882
annotation_
.WriteTo(output, _repeated_annotation_codec);
in WriteTo()
9892
annotation_
.WriteTo(ref output, _repeated_annotation_codec);
in IBufferMessage.InternalWriteTo()
9902
size +=
annotation_
in CalculateSize()
[all...]
/third_party/protobuf/src/google/protobuf/
H
A
D
descriptor.pb.cc
949
PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo,
annotation_
),
11007
annotation_
(arena) {
in GeneratedCodeInfo()
11014
annotation_
(from.
annotation_
) {
in GeneratedCodeInfo()
11054
annotation_
.Clear();
in Clear()
11132
for (const auto& msg : this->
annotation_
) {
in ByteSizeLong()
11168
annotation_
.MergeFrom(from.
annotation_
);
in MergeFrom()
11192
annotation_
.InternalSwap(&other->
annotation_
);
in InternalSwap()
[all...]
H
A
D
descriptor.pb.h
6586
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo_Annotation >
annotation_
;
member in PROTOBUF_FINAL
12818
return
annotation_
.size();
in _internal_annotation_size()
12824
annotation_
.Clear();
in clear_annotation()
12828
return
annotation_
.Mutable(index);
in mutable_annotation()
12833
return &
annotation_
;
in mutable_annotation()
12836
return
annotation_
.Get(index);
in _internal_annotation()
12843
return
annotation_
.Add();
in _internal_add_annotation()
12852
return
annotation_
;
in annotation()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
[all...]
Completed in 100 milliseconds