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:subdef
(Results
1 - 2
of
2
) sorted by relevance
/third_party/protobuf/ruby/ext/google/protobuf_c/
H
A
D
storage.c
429
const upb_msgdef*
subdef
;
in tryget_map_entry_msgdef()
local
434
subdef
= upb_fielddef_msgsubdef(field);
in tryget_map_entry_msgdef()
435
return upb_msgdef_mapentry(
subdef
) ?
subdef
: NULL;
in tryget_map_entry_msgdef()
439
const upb_msgdef*
subdef
= tryget_map_entry_msgdef(field);
in map_entry_msgdef()
local
440
assert(
subdef
);
in map_entry_msgdef()
441
return
subdef
;
in map_entry_msgdef()
445
const upb_msgdef*
subdef
= tryget_map_entry_msgdef(field);
in is_map_field()
local
446
if (
subdef
== NULL) return false;
in is_map_field()
450
return upb_msgdef_syntax(
subdef
)
in is_map_field()
454
const upb_msgdef*
subdef
= map_entry_msgdef(field);
map_field_key()
local
459
const upb_msgdef*
subdef
= map_entry_msgdef(field);
map_field_value()
local
[all...]
H
A
D
upb.c
4457
/* We can't resolve the
subdef
or (in the case of extensions) the containing
in create_fielddef()
5814
const upb_msgdef *
subdef
= upb_fielddef_msgsubdef(f);
in upb_handlercache_get()
local
5815
const upb_handlers *sub_mh = upb_handlercache_get(c,
subdef
);
in upb_handlercache_get()
12386
const upb_msgdef *
subdef
= upb_fielddef_msgsubdef(f);
in upb_json_codecache_get()
local
12388
upb_json_codecache_get(c,
subdef
);
in upb_json_codecache_get()
Completed in 22 milliseconds