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:OneofField
(Results
1 - 3
of
3
) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H
A
D
UnittestCustomOptionsProto3.cs
143
new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.TestMessageWithCustomOptions), global::UnitTest.Issues.TestProtos.TestMessageWithCustomOptions.Parser, new[]{ "Field1", "
OneofField
" }, new[]{ "AnOneof" }, new[]{ typeof(global::UnitTest.Issues.TestProtos.TestMessageWithCustomOptions.Types.AnEnum) }, null, null),
in UnittestCustomOptionsProto3Reflection()
291
case AnOneofOneofCase.
OneofField
:
in TestMessageWithCustomOptions()
292
OneofField
= other.
OneofField
;
in TestMessageWithCustomOptions()
318
public int
OneofField
{
property in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions
319
get { return anOneofCase_ == AnOneofOneofCase.
OneofField
? (int) anOneof_ : 0; }
322
anOneofCase_ = AnOneofOneofCase.
OneofField
;
330
OneofField
= 2,
enumerator
358
if (
OneofField
!= other.
OneofField
) retur
in Equals()
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H
A
D
OneofField.php
35
class
OneofField
class
H
A
D
Message.php
151
$this->$oneof_name = new
OneofField
($oneof);
598
$this->$oneof_name = new
OneofField
($oneof);
Completed in 8 milliseconds