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:oneofs_
(Results
1 - 11
of
11
) sorted by relevance
/third_party/protobuf/src/google/protobuf/compiler/java/
H
A
D
java_message_builder.cc
81
oneofs_
.insert(descriptor_->field(i)->containing_oneof());
in MessageBuilderGenerator()
123
for (auto oneof :
oneofs_
) {
in Generate()
340
for (auto oneof :
oneofs_
) {
in GenerateCommonBuilderMethods()
428
for (auto oneof :
oneofs_
) {
in GenerateCommonBuilderMethods()
546
for (auto oneof :
oneofs_
) {
in GenerateCommonBuilderMethods()
H
A
D
java_message_lite.cc
78
oneofs_
.insert(descriptor_->field(i)->containing_oneof());
in ImmutableMessageLiteGenerator()
142
for (auto oneof :
oneofs_
) {
in GenerateInterface()
230
for (auto oneof :
oneofs_
) {
in Generate()
494
WriteIntToUtf16CharSequence(
oneofs_
.size(), &chars);
in GenerateDynamicMethodNewBuildMessageInfo()
495
for (auto oneof :
oneofs_
) {
in GenerateDynamicMethodNewBuildMessageInfo()
H
A
D
java_message_builder_lite.cc
72
oneofs_
.insert(descriptor_->field(i)->containing_oneof());
in MessageBuilderLiteGenerator()
96
for (auto oneof :
oneofs_
) {
in Generate()
H
A
D
java_message.cc
81
oneofs_
.insert(descriptor_->field(i)->containing_oneof());
in MessageGenerator()
215
10 + 6 * descriptor_->field_count() + 6 *
oneofs_
.size();
in GenerateFieldAccessorTable()
279
for (auto oneof :
oneofs_
) {
in GenerateInterface()
411
for (auto oneof :
oneofs_
) {
in Generate()
1028
for (auto oneof :
oneofs_
) {
in GenerateEqualsAndHashCode()
1107
for (auto oneof :
oneofs_
) {
in GenerateEqualsAndHashCode()
H
A
D
java_message_builder.h
79
std::set<const OneofDescriptor*>
oneofs_
;
member in google::protobuf::compiler::java::MessageBuilderGenerator
H
A
D
java_message_builder_lite.h
76
std::set<const OneofDescriptor*>
oneofs_
;
member in google::protobuf::compiler::java::MessageBuilderLiteGenerator
H
A
D
java_message.h
91
std::set<const OneofDescriptor*>
oneofs_
;
member in google::protobuf::compiler::java::MessageGenerator
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H
A
D
Type.cs
128
oneofs_
= other.
oneofs_
.Clone();
in Type()
171
private readonly pbc::RepeatedField<string>
oneofs_
= new pbc::RepeatedField<string>();
field in Google.Protobuf.WellKnownTypes.Type
177
get { return
oneofs_
; }
236
if(!
oneofs_
.Equals(other.
oneofs_
)) return false;
in Equals()
248
hash ^=
oneofs_
.GetHashCode();
in GetHashCode()
273
oneofs_
.WriteTo(output, _repeated_oneofs_codec);
in WriteTo()
297
oneofs_
.WriteTo(ref output, _repeated_oneofs_codec);
in IBufferMessage.InternalWriteTo()
320
size +=
oneofs_
in CalculateSize()
[all...]
/third_party/protobuf/src/google/protobuf/
H
A
D
type.pb.h
413
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>
oneofs_
;
member in PROTOBUF_FINAL
1460
return
oneofs_
.size();
in _internal_oneofs_size()
1466
oneofs_
.Clear();
in clear_oneofs()
1473
return
oneofs_
.Get(index);
in _internal_oneofs()
1481
return
oneofs_
.Mutable(index);
in mutable_oneofs()
1485
oneofs_
.Mutable(index)->assign(value);
in set_oneofs()
1489
oneofs_
.Mutable(index)->assign(std::move(value));
in set_oneofs()
1493
oneofs_
.Mutable(index)->assign(value);
in set_oneofs()
1497
oneofs_
.Mutable(index)->assign(
in set_oneofs()
1502
return
oneofs_
in _internal_add_oneofs()
[all...]
H
A
D
type.pb.cc
135
PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Type,
oneofs_
),
379
oneofs_
(arena),
in Type()
388
oneofs_
(from.
oneofs_
),
in Type()
447
oneofs_
.Clear();
in Clear()
632
::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(
oneofs_
.size());
in ByteSizeLong()
633
for (int i = 0, n =
oneofs_
.size(); i < n; i++) {
in ByteSizeLong()
635
oneofs_
.Get(i));
in ByteSizeLong()
697
oneofs_
.MergeFrom(from.
oneofs_
);
in MergeFrom()
[all...]
/third_party/protobuf/objectivec/
H
A
D
GPBDescriptor_PackagePrivate.h
183
NSArray *
oneofs_
;
in GPBDescriptor()
local
Completed in 13 milliseconds