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:cleanup_ent
(Results
1 - 2
of
2
) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/
H
A
D
php-upb.c
2341
typedef struct
cleanup_ent
{
struct
2344
}
cleanup_ent
;
typedef
2487
cleanup_ent
*end = UPB_PTR_AT(block, block->size, void);
in arena_dofree()
2488
cleanup_ent
*ptr = end - block->cleanups;
in arena_dofree()
2506
cleanup_ent
*ent;
in upb_arena_addcleanup()
2508
if (!a->cleanups || !arena_has(a, sizeof(
cleanup_ent
))) {
in upb_arena_addcleanup()
2510
UPB_ASSERT(arena_has(a, sizeof(
cleanup_ent
)));
in upb_arena_addcleanup()
2513
a->head.end -= sizeof(
cleanup_ent
);
in upb_arena_addcleanup()
2514
ent = (
cleanup_ent
*)a->head.end;
in upb_arena_addcleanup()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H
A
D
upb.c
2324
/* Cleanup entries. Pointer to a
cleanup_ent
, defined in env.c */
2334
typedef struct
cleanup_ent
{
struct
2335
struct
cleanup_ent
*next;
2338
}
cleanup_ent
;
typedef
2446
cleanup_ent
*ent = a->cleanup_head;
in upb_arena_free()
2469
cleanup_ent
*ent = upb_malloc(&a->head.alloc, sizeof(
cleanup_ent
));
in upb_arena_addcleanup()
Completed in 45 milliseconds