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:oneofFieldCase_
(Results
1 - 5
of
5
) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H
A
D
UnittestWellKnownTypes.cs
1857
get { return
oneofFieldCase_
== OneofFieldOneofCase.AnyField ? (global::Google.Protobuf.WellKnownTypes.Any) oneofField_ : null; }
1860
oneofFieldCase_
= value == null ? OneofFieldOneofCase.None : OneofFieldOneofCase.AnyField;
1868
get { return
oneofFieldCase_
== OneofFieldOneofCase.ApiField ? (global::Google.Protobuf.WellKnownTypes.Api) oneofField_ : null; }
1871
oneofFieldCase_
= value == null ? OneofFieldOneofCase.None : OneofFieldOneofCase.ApiField;
1879
get { return
oneofFieldCase_
== OneofFieldOneofCase.DurationField ? (global::Google.Protobuf.WellKnownTypes.Duration) oneofField_ : null; }
1882
oneofFieldCase_
= value == null ? OneofFieldOneofCase.None : OneofFieldOneofCase.DurationField;
1890
get { return
oneofFieldCase_
== OneofFieldOneofCase.EmptyField ? (global::Google.Protobuf.WellKnownTypes.Empty) oneofField_ : null; }
1893
oneofFieldCase_
= value == null ? OneofFieldOneofCase.None : OneofFieldOneofCase.EmptyField;
1901
get { return
oneofFieldCase_
== OneofFieldOneofCase.FieldMaskField ? (global::Google.Protobuf.WellKnownTypes.FieldMask) oneofField_ : null; }
1904
oneofFieldCase_
2083
private OneofFieldOneofCase
oneofFieldCase_
= OneofFieldOneofCase.None;
global()
field in Google.Protobuf.TestProtos.OneofWellKnownTypes
[all...]
H
A
D
TestMessagesProto3.cs
1421
get { return
oneofFieldCase_
== OneofFieldOneofCase.OneofUint32 ? (uint) oneofField_ : 0; }
1424
oneofFieldCase_
= OneofFieldOneofCase.OneofUint32;
1432
get { return
oneofFieldCase_
== OneofFieldOneofCase.OneofNestedMessage ? (global::ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedMessage) oneofField_ : null; }
1435
oneofFieldCase_
= value == null ? OneofFieldOneofCase.None : OneofFieldOneofCase.OneofNestedMessage;
1443
get { return
oneofFieldCase_
== OneofFieldOneofCase.OneofString ? (string) oneofField_ : ""; }
1446
oneofFieldCase_
= OneofFieldOneofCase.OneofString;
1454
get { return
oneofFieldCase_
== OneofFieldOneofCase.OneofBytes ? (pb::ByteString) oneofField_ : pb::ByteString.Empty; }
1457
oneofFieldCase_
= OneofFieldOneofCase.OneofBytes;
1465
get { return
oneofFieldCase_
== OneofFieldOneofCase.OneofBool ? (bool) oneofField_ : false; }
1468
oneofFieldCase_
2078
private OneofFieldOneofCase
oneofFieldCase_
= OneofFieldOneofCase.None;
global()
field in ProtobufTestMessages.Proto3.TestAllTypesProto3
[all...]
H
A
D
TestMessagesProto2.cs
1617
oneofFieldCase_
= OneofFieldOneofCase.OneofUint32;
1623
get { return
oneofFieldCase_
== OneofFieldOneofCase.OneofUint32; }
1637
get { return
oneofFieldCase_
== OneofFieldOneofCase.OneofNestedMessage ? (global::ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.NestedMessage) oneofField_ : null; }
1640
oneofFieldCase_
= value == null ? OneofFieldOneofCase.None : OneofFieldOneofCase.OneofNestedMessage;
1651
oneofFieldCase_
= OneofFieldOneofCase.OneofString;
1657
get { return
oneofFieldCase_
== OneofFieldOneofCase.OneofString; }
1674
oneofFieldCase_
= OneofFieldOneofCase.OneofBytes;
1680
get { return
oneofFieldCase_
== OneofFieldOneofCase.OneofBytes; }
1697
oneofFieldCase_
= OneofFieldOneofCase.OneofBool;
1703
get { return
oneofFieldCase_
2276
private OneofFieldOneofCase
oneofFieldCase_
= OneofFieldOneofCase.None;
global()
field in ProtobufTestMessages.Proto2.TestAllTypesProto2
[all...]
H
A
D
UnittestProto3.cs
831
get { return
oneofFieldCase_
== OneofFieldOneofCase.OneofUint32 ? (uint) oneofField_ : 0; }
834
oneofFieldCase_
= OneofFieldOneofCase.OneofUint32;
842
get { return
oneofFieldCase_
== OneofFieldOneofCase.OneofNestedMessage ? (global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage) oneofField_ : null; }
845
oneofFieldCase_
= value == null ? OneofFieldOneofCase.None : OneofFieldOneofCase.OneofNestedMessage;
853
get { return
oneofFieldCase_
== OneofFieldOneofCase.OneofString ? (string) oneofField_ : ""; }
856
oneofFieldCase_
= OneofFieldOneofCase.OneofString;
864
get { return
oneofFieldCase_
== OneofFieldOneofCase.OneofBytes ? (pb::ByteString) oneofField_ : pb::ByteString.Empty; }
867
oneofFieldCase_
= OneofFieldOneofCase.OneofBytes;
880
private OneofFieldOneofCase
oneofFieldCase_
= OneofFieldOneofCase.None;
field in Google.Protobuf.TestProtos.TestAllTypes
883
get { return
oneofFieldCase_
; }
[all...]
H
A
D
Unittest.cs
2547
oneofFieldCase_
= OneofFieldOneofCase.OneofUint32;
2553
get { return
oneofFieldCase_
== OneofFieldOneofCase.OneofUint32; }
2567
get { return
oneofFieldCase_
== OneofFieldOneofCase.OneofNestedMessage ? (global::Google.Protobuf.TestProtos.Proto2.TestAllTypes.Types.NestedMessage) oneofField_ : null; }
2570
oneofFieldCase_
= value == null ? OneofFieldOneofCase.None : OneofFieldOneofCase.OneofNestedMessage;
2581
oneofFieldCase_
= OneofFieldOneofCase.OneofString;
2587
get { return
oneofFieldCase_
== OneofFieldOneofCase.OneofString; }
2604
oneofFieldCase_
= OneofFieldOneofCase.OneofBytes;
2610
get { return
oneofFieldCase_
== OneofFieldOneofCase.OneofBytes; }
2629
private OneofFieldOneofCase
oneofFieldCase_
= OneofFieldOneofCase.None;
field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
2632
get { return
oneofFieldCase_
; }
28214
private OneofFieldOneofCase
oneofFieldCase_
= OneofFieldOneofCase.None;
global()
field in Google.Protobuf.TestProtos.Proto2.TestHugeFieldNumbers
[all...]
Completed in 42 milliseconds