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:HasOptionalInt32
(Results
1 - 5
of
5
) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H
A
D
Proto3OptionalTest.cs
47
Assert.IsFalse(message.
HasOptionalInt32
);
in OptionalInt32FieldLifecycle()
51
Assert.IsTrue(message.
HasOptionalInt32
);
in OptionalInt32FieldLifecycle()
55
Assert.IsTrue(message.
HasOptionalInt32
);
in OptionalInt32FieldLifecycle()
59
Assert.IsFalse(message.
HasOptionalInt32
);
in OptionalInt32FieldLifecycle()
91
Assert.False(clone.
HasOptionalInt32
);
in Clone()
125
Assert.IsFalse(deserialized.
HasOptionalInt32
);
in Serialization_Roundtrip()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H
A
D
UnittestProto3Optional.cs
146
public bool
HasOptionalInt32
{
property in ProtobufUnittest.TestProto3Optional
591
if (
HasOptionalInt32
) hash ^= OptionalInt32.GetHashCode();
in GetHashCode()
628
if (
HasOptionalInt32
) {
in WriteTo()
721
if (
HasOptionalInt32
) {
in IBufferMessage.InternalWriteTo()
814
if (
HasOptionalInt32
) {
in CalculateSize()
888
if (other.
HasOptionalInt32
) {
in MergeFrom()
H
A
D
TestMessagesProto2.cs
448
public bool
HasOptionalInt32
{
property in ProtobufTestMessages.Proto2.TestAllTypesProto2
2429
if (
HasOptionalInt32
) hash ^= OptionalInt32.GetHashCode();
in GetHashCode()
2567
if (
HasOptionalInt32
) {
in WriteTo()
2848
if (
HasOptionalInt32
) {
in IBufferMessage.InternalWriteTo()
3129
if (
HasOptionalInt32
) {
in CalculateSize()
3361
if (other.
HasOptionalInt32
) {
in MergeFrom()
6037
public bool
HasOptionalInt32
{
property in ProtobufTestMessages.Proto2.UnknownToTestAllTypes
6160
if (
HasOptionalInt32
) hash ^= OptionalInt32.GetHashCode();
in GetHashCode()
6182
if (
HasOptionalInt32
) {
in WriteTo()
6213
if (
HasOptionalInt32
) {
in IBufferMessage.InternalWriteTo()
[all...]
H
A
D
Unittest.cs
1268
public bool
HasOptionalInt32
{
property in Google.Protobuf.TestProtos.Proto2.TestAllTypes
2736
if (
HasOptionalInt32
) hash ^= OptionalInt32.GetHashCode();
in GetHashCode()
2828
if (
HasOptionalInt32
) {
in WriteTo()
3063
if (
HasOptionalInt32
) {
in IBufferMessage.InternalWriteTo()
3298
if (
HasOptionalInt32
) {
in CalculateSize()
3484
if (other.
HasOptionalInt32
) {
in MergeFrom()
11746
public bool
HasOptionalInt32
{
property in Google.Protobuf.TestProtos.Proto2.TestMutualRecursionB
11777
if (
HasOptionalInt32
) hash ^= OptionalInt32.GetHashCode();
in GetHashCode()
11798
if (
HasOptionalInt32
) {
in WriteTo()
11815
if (
HasOptionalInt32
) {
in IBufferMessage.InternalWriteTo()
27960
public bool
HasOptionalInt32
{
global()
property in Google.Protobuf.TestProtos.Proto2.TestHugeFieldNumbers
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H
A
D
FieldAccessTest.cs
323
Assert.True(message.
HasOptionalInt32
);
in Clear_Proto3Optional()
329
Assert.False(message.
HasOptionalInt32
);
in Clear_Proto3Optional()
Completed in 58 milliseconds