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_handlercache
(Results
1 - 3
of
3
) sorted by relevance
/third_party/protobuf/ruby/ext/google/protobuf_c/
H
A
D
protobuf.h
113
upb_handlercache
* fill_handler_cache;
114
upb_handlercache
* pb_serialize_handler_cache;
115
upb_handlercache
* json_serialize_handler_cache;
116
upb_handlercache
* json_serialize_handler_preserve_cache;
H
A
D
upb.h
4141
/*
upb_handlercache
***********************************************************/
4143
/* A
upb_handlercache
lazily builds and caches upb_handlers. You pass it a
4151
struct
upb_handlercache
;
4152
typedef struct
upb_handlercache
upb_handlercache
;
typedef
4156
upb_handlercache
*upb_handlercache_new(upb_handlers_callback *callback,
4158
void upb_handlercache_free(
upb_handlercache
*cache);
4159
const upb_handlers *upb_handlercache_get(
upb_handlercache
*cache,
4161
bool upb_handlercache_addcleanup(
upb_handlercache
*h, void *p,
4173
HandlerCache(
upb_handlercache
*
[all...]
H
A
D
upb.c
5421
upb_handlercache
*cache;
5584
upb_handlercache
*cache,
in upb_handlers_new()
5779
/*
upb_handlercache
***********************************************************/
5781
struct
upb_handlercache
{
struct
5788
const upb_handlers *upb_handlercache_get(
upb_handlercache
*c,
in upb_handlercache_get()
5827
upb_handlercache
*upb_handlercache_new(upb_handlers_callback *callback,
in upb_handlercache_new()
5829
upb_handlercache
*cache = upb_gmalloc(sizeof(*cache));
in upb_handlercache_new()
5847
void upb_handlercache_free(
upb_handlercache
*cache) {
in upb_handlercache_free()
5853
bool upb_handlercache_addcleanup(
upb_handlercache
*c, void *p,
in upb_handlercache_addcleanup()
6881
upb_pbcodecache *upb_pbcodecache_new(
upb_handlercache
*des
[all...]
Completed in 32 milliseconds