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:FooOneofCase
(Results
1 - 2
of
2
) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H
A
D
Unittest.cs
19056
case
FooOneofCase
.FooInt:
in TestOneof()
19059
case
FooOneofCase
.FooString:
in TestOneof()
19062
case
FooOneofCase
.FooMessage:
in TestOneof()
19065
case
FooOneofCase
.FooGroup:
in TestOneof()
19085
fooCase_ =
FooOneofCase
.FooInt;
19091
get { return fooCase_ ==
FooOneofCase
.FooInt; }
19108
fooCase_ =
FooOneofCase
.FooString;
19114
get { return fooCase_ ==
FooOneofCase
.FooString; }
19128
get { return fooCase_ ==
FooOneofCase
.FooMessage ? (global::Google.Protobuf.TestProtos.Proto2.TestAllTypes) foo_ : null; }
19131
fooCase_ = value == null ?
FooOneofCase
19160
public enum
FooOneofCase
{
global()
enum in Google.Protobuf.TestProtos.Proto2.TestOneof
20698
public enum
FooOneofCase
{
global()
enum in Google.Protobuf.TestProtos.Proto2.TestOneof2
21881
public enum
FooOneofCase
{
global()
enum in Google.Protobuf.TestProtos.Proto2.TestRequiredOneof
[all...]
H
A
D
UnittestProto3.cs
6790
case
FooOneofCase
.FooInt:
in TestOneof()
6793
case
FooOneofCase
.FooString:
in TestOneof()
6796
case
FooOneofCase
.FooMessage:
in TestOneof()
6813
get { return fooCase_ ==
FooOneofCase
.FooInt ? (int) foo_ : 0; }
6816
fooCase_ =
FooOneofCase
.FooInt;
6824
get { return fooCase_ ==
FooOneofCase
.FooString ? (string) foo_ : ""; }
6827
fooCase_ =
FooOneofCase
.FooString;
6835
get { return fooCase_ ==
FooOneofCase
.FooMessage ? (global::Google.Protobuf.TestProtos.TestAllTypes) foo_ : null; }
6838
fooCase_ = value == null ?
FooOneofCase
.None :
FooOneofCase
6844
public enum
FooOneofCase
{
global()
enum in Google.Protobuf.TestProtos.TestOneof
[all...]
Completed in 45 milliseconds