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:optionalInt32_
(Results
1 - 6
of
6
) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H
A
D
LegacyGeneratedCodeTest.cs
226
private int
optionalInt32_
;
field in Google.Protobuf.LegacyGeneratedCodeTest.ParseContextEnabledMessageB
228
get { return
optionalInt32_
; }
230
optionalInt32_
= value;
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H
A
D
UnittestProto3Optional.cs
101
optionalInt32_
= other.
optionalInt32_
;
in TestProto3Optional()
132
private int
optionalInt32_
;
field in ProtobufUnittest.TestProto3Optional
138
get { if ((_hasBits0 & 1) != 0) { return
optionalInt32_
; } else { return 0; } }
141
optionalInt32_
= value;
H
A
D
TestMessagesProto2.cs
282
optionalInt32_
= other.
optionalInt32_
;
in TestAllTypesProto2()
434
private int
optionalInt32_
;
field in ProtobufTestMessages.Proto2.TestAllTypesProto2
440
get { if ((_hasBits0 & 1) != 0) { return
optionalInt32_
; } else { return OptionalInt32DefaultValue; } }
443
optionalInt32_
= value;
6008
optionalInt32_
= other.
optionalInt32_
;
in UnknownToTestAllTypes()
6026
private int
optionalInt32_
;
field in ProtobufTestMessages.Proto2.UnknownToTestAllTypes
6029
get { if ((_hasBits0 & 1) != 0) { return
optionalInt32_
; } else { return OptionalInt32DefaultValue; } }
6032
optionalInt32_
[all...]
H
A
D
TestMessagesProto3.cs
291
optionalInt32_
= other.
optionalInt32_
;
in TestAllTypesProto3()
471
private int
optionalInt32_
;
field in ProtobufTestMessages.Proto3.TestAllTypesProto3
477
get { return
optionalInt32_
; }
479
optionalInt32_
= value;
H
A
D
UnittestProto3.cs
3773
optionalInt32_
= other.
optionalInt32_
;
in TestMutualRecursionB()
3795
private int
optionalInt32_
;
field in Google.Protobuf.TestProtos.TestMutualRecursionB
3798
get { return
optionalInt32_
; }
3800
optionalInt32_
= value;
H
A
D
Unittest.cs
1156
optionalInt32_
= other.
optionalInt32_
;
in TestAllTypes()
1254
private int
optionalInt32_
;
field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
1260
get { if ((_hasBits0 & 1) != 0) { return
optionalInt32_
; } else { return OptionalInt32DefaultValue; } }
1263
optionalInt32_
= value;
11711
optionalInt32_
= other.
optionalInt32_
;
in TestMutualRecursionB()
11735
private int
optionalInt32_
;
field in Google.Protobuf.TestProtos.Proto2.TestMutualRecursionB
11738
get { if ((_hasBits0 & 1) != 0) { return
optionalInt32_
; } else { return OptionalInt32DefaultValue; } }
11741
optionalInt32_
27949
private int
optionalInt32_
;
global()
field in Google.Protobuf.TestProtos.Proto2.TestHugeFieldNumbers
[all...]
Completed in 71 milliseconds