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:getOneofDecl
(Results
1 - 8
of
8
) sorted by relevance
/third_party/protobuf/php/src/Google/Protobuf/
H
A
D
Descriptor.php
88
public function
getOneofDecl
($index)
function
90
return $this->getPublicDescriptor($this->internal_desc->
getOneofDecl
()[$index]);
98
return count($this->internal_desc->
getOneofDecl
());
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H
A
D
Descriptor.php
61
public function
getOneofDecl
()
function
214
foreach ($proto->
getOneofDecl
() as $oneof_proto) {
H
A
D
DescriptorProto.php
235
public function
getOneofDecl
()
function
H
A
D
Message.php
149
$oneof = $this->desc->
getOneofDecl
()[$field->getOneofIndex()];
218
$oneof = $this->desc->
getOneofDecl
()[$field->getOneofIndex()];
231
$oneof = $this->desc->
getOneofDecl
()[$field->getOneofIndex()];
240
$oneof = $this->desc->
getOneofDecl
()[$field->getOneofIndex()];
596
$oneof = $this->desc->
getOneofDecl
()[$field->getOneofIndex()];
1579
$oneof = $this->desc->
getOneofDecl
()[$field->getOneofIndex()];
/third_party/protobuf/php/tests/
H
A
D
DescriptorsTest.php
90
$this->assertInstanceOf('\Google\Protobuf\OneofDescriptor', $desc->
getOneofDecl
(0));
242
$oneofDesc = $desc->
getOneofDecl
(0);
H
A
D
PhpImplementationTest.php
333
$this->assertSame(0, sizeof($desc->
getOneofDecl
()));
/third_party/protobuf/php/ext/google/protobuf/
H
A
D
def.c
648
* Descriptor::
getOneofDecl
()
653
PHP_METHOD(Descriptor,
getOneofDecl
) {
in PHP_METHOD()
707
PHP_ME(Descriptor,
getOneofDecl
, NULL, ZEND_ACC_PUBLIC)
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H
A
D
Descriptors.java
875
oneofs[i] = new OneofDescriptor(proto.
getOneofDecl
(i), file, this, i);
in Descriptor()
948
oneofs[i].setProto(proto.
getOneofDecl
(i));
in setProto()
Completed in 11 milliseconds