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:upb_oneof_done
(Results
1 - 7
of
7
) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/
H
A
D
def.c
300
!
upb_oneof_done
(&iter) && i < index;
in PHP_METHOD()
H
A
D
php-upb.h
3282
* for(upb_oneof_begin(&i, e); !
upb_oneof_done
(&i); upb_oneof_next(&i)) {
3288
bool
upb_oneof_done
(upb_oneof_iter *iter);
H
A
D
php-upb.c
4272
bool
upb_oneof_done
(upb_oneof_iter *iter) {
in upb_oneof_done()
function
4486
!
upb_oneof_done
(&fit);
in make_layout()
4497
!
upb_oneof_done
(&fit);
in make_layout()
5665
if (
upb_oneof_done
(&i)) return false;
in upb_msg_whichoneof()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H
A
D
storage.c
649
!
upb_oneof_done
(&fit);
in create_layout()
H
A
D
defs.c
1239
!
upb_oneof_done
(&it);
in OneofDescriptor_each()
H
A
D
upb.c
3823
bool
upb_oneof_done
(upb_oneof_iter *iter) {
in upb_oneof_done()
function
4027
!
upb_oneof_done
(&fit);
in make_layout()
4038
!
upb_oneof_done
(&fit);
in make_layout()
5192
if (
upb_oneof_done
(&i)) return false;
in upb_msg_hasoneof()
H
A
D
upb.h
3211
* for(upb_oneof_begin(&i, e); !
upb_oneof_done
(&i); upb_oneof_next(&i)) {
3217
bool
upb_oneof_done
(upb_oneof_iter *iter);
Completed in 66 milliseconds