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:hasOneof
(Results
1 - 11
of
11
) sorted by relevance
/third_party/protobuf/php/src/Google/Protobuf/
H
A
D
Value.php
62
return $this->
hasOneof
(1);
93
return $this->
hasOneof
(2);
124
return $this->
hasOneof
(3);
155
return $this->
hasOneof
(4);
186
return $this->
hasOneof
(5);
217
return $this->
hasOneof
(6);
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H
A
D
FieldPresenceTest.java
149
assertFalse(TestProto3Optional.getDefaultInstance().
hasOneof
(oneofDescriptor));
in assertProto3OptionalReflection()
158
assertTrue(builder.
hasOneof
(oneofDescriptor));
in assertProto3OptionalReflection()
160
assertTrue(builder.build().
hasOneof
(oneofDescriptor));
in assertProto3OptionalReflection()
180
assertTrue(dynamicBuilder.
hasOneof
(oneofDescriptor));
in assertProto3OptionalReflection()
182
assertTrue(dynamicBuilder.build().
hasOneof
(oneofDescriptor));
in assertProto3OptionalReflection()
H
A
D
DynamicMessageTest.java
281
assertFalse(builder.
hasOneof
(oneof));
in testDynamicOneofMessage()
285
assertTrue(builder.
hasOneof
(oneof));
in testDynamicOneofMessage()
290
assertTrue(message.
hasOneof
(oneof));
in testDynamicOneofMessage()
H
A
D
GeneratedMessageTest.java
692
assertTrue(builder.
hasOneof
(oneof));
in testReflectionClearOneof()
695
assertFalse(builder.
hasOneof
(oneof));
in testReflectionClearOneof()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H
A
D
MessageOrBuilder.java
90
boolean
hasOneof
(Descriptors.OneofDescriptor oneof);
in hasOneof()
method
H
A
D
MessageReflection.java
281
boolean
hasOneof
(Descriptors.OneofDescriptor oneof);
in hasOneof()
method
398
public boolean
hasOneof
(Descriptors.OneofDescriptor oneof) {
in hasOneof()
method in MessageReflection.BuilderAdapter
399
return builder.
hasOneof
(oneof);
in hasOneof()
600
public boolean
hasOneof
(Descriptors.OneofDescriptor oneof) {
in hasOneof()
method in MessageReflection.ExtensionAdapter
H
A
D
AbstractMessage.java
99
public boolean
hasOneof
(OneofDescriptor oneof) {
in hasOneof()
method in AbstractMessage
100
throw new UnsupportedOperationException("
hasOneof
() is not implemented.");
in hasOneof()
330
public boolean
hasOneof
(OneofDescriptor oneof) {
in hasOneof()
method in AbstractMessage.Builder
331
throw new UnsupportedOperationException("
hasOneof
() is not implemented.");
in hasOneof()
H
A
D
DynamicMessage.java
171
public boolean
hasOneof
(OneofDescriptor oneof) {
in hasOneof()
method in DynamicMessage
475
public boolean
hasOneof
(OneofDescriptor oneof) {
in hasOneof()
method in DynamicMessage.Builder
H
A
D
GeneratedMessageV3.java
176
if (!
hasOneof
(oneofDescriptor)) {
in getAllFieldsMutable()
257
public boolean
hasOneof
(final OneofDescriptor oneof) {
in hasOneof()
method in GeneratedMessageV3
647
if (!
hasOneof
(oneofDescriptor)) {
in getAllFieldsMutable()
689
public boolean
hasOneof
(final OneofDescriptor oneof) {
in hasOneof()
method in GeneratedMessageV3.Builder
H
A
D
GeneratedMessage.java
136
if (!
hasOneof
(oneofDescriptor)) {
in getAllFieldsMutable()
217
public boolean
hasOneof
(final OneofDescriptor oneof) {
in hasOneof()
method in GeneratedMessage
491
if (!
hasOneof
(oneofDescriptor)) {
in getAllFieldsMutable()
533
public boolean
hasOneof
(final OneofDescriptor oneof) {
in hasOneof()
method in GeneratedMessage.Builder
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H
A
D
Message.php
228
protected function
hasOneof
($number)
function
Completed in 21 milliseconds