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:IsRepeated
(Results
1 - 11
of
11
) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/
H
A
D
Extension.cs
59
internal abstract bool
IsRepeated
{ get; }
property in Google.Protobuf.Extension
84
internal override bool
IsRepeated
=> false;
field in Google.Protobuf.Extension
112
internal override bool
IsRepeated
=> true;
field in Google.Protobuf.RepeatedExtension
H
A
D
FieldMaskTree.cs
273
if (field.
IsRepeated
in Merge()
302
if (field.
IsRepeated
)
in Merge()
H
A
D
MessageExtensions.cs
215
else if (f.
IsRepeated
&& f.FieldType == FieldType.Message || f.FieldType == FieldType.Group)
in IsInitialized()
H
A
D
JsonFormatter.cs
310
if (descriptor.
IsRepeated
)
in IsDefaultValue()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H
A
D
FieldDescriptor.cs
80
Extension != null ? !Extension.
IsRepeated
81
:
IsRepeated
? false
213
public bool
IsRepeated
=> Proto.Label == FieldDescriptorProto.Types.Label.Repeated;
field in Google.Protobuf.Reflection.FieldDescriptor
450
:
IsRepeated
? new RepeatedFieldAccessor(property, this)
in CreateAccessor()
/third_party/protobuf/src/google/protobuf/util/internal/
H
A
D
proto_writer.cc
323
if (ow_->
IsRepeated
(*field)) {
in ProtoElement()
405
if (!ow_->
IsRepeated
(*(now->parent_field_)) ||
in ToString()
424
if (ow_->
IsRepeated
(*(now->parent_field_)) && array_index_now > 0) {
in ToString()
579
bool ProtoWriter::
IsRepeated
(const google::protobuf::Field& field) {
in IsRepeated()
function in google::protobuf::util::converter::ProtoWriter
741
if (is_list && !
IsRepeated
(*field)) {
in BeginNamed()
760
} else if (!
IsRepeated
(*e->parent_field())) {
in Lookup()
H
A
D
proto_writer.h
294
bool
IsRepeated
(const google::protobuf::Field& field);
H
A
D
protostream_objectwriter.cc
811
if (
IsRepeated
(*field)) {
in StartList()
832
if (
IsRepeated
(*field)) {
in StartList()
849
if (!
IsRepeated
(*field)) {
in StartList()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
H
A
D
DescriptorsTest.cs
171
Assert.IsFalse(singleField.
IsRepeated
);
in FieldDescriptorLabel()
172
Assert.IsTrue(repeatedField.
IsRepeated
);
in FieldDescriptorLabel()
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H
A
D
FieldMaskPartial.cs
264
if (!field.
IsRepeated
in IsValid()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H
A
D
DescriptorsTest.cs
287
Assert.IsFalse(singleField.
IsRepeated
);
in FieldDescriptorLabel()
288
Assert.IsTrue(repeatedField.
IsRepeated
);
in FieldDescriptorLabel()
Completed in 10 milliseconds