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_ASSERT
(Results
1 - 6
of
6
) sorted by relevance
/third_party/protobuf/ruby/ext/google/protobuf_c/
H
A
D
upb.c
144
/*
UPB_ASSERT
(): in release mode, we use the expression without letting it be
147
#define
UPB_ASSERT
(expr) do {} while (false && (expr))
macro
149
#define
UPB_ASSERT
(expr) assert(expr)
macro
545
UPB_ASSERT
(key_field->offset == 0);
in decode_tomap()
546
UPB_ASSERT
(val_field->offset == sizeof(upb_strview));
in decode_tomap()
833
UPB_ASSERT
(sizeof(double) == sizeof(uint64_t));
in upb_put_double()
840
UPB_ASSERT
(sizeof(float) == sizeof(uint32_t));
in upb_put_float()
853
UPB_ASSERT
(f->presence > 0);
in upb_readhasbit()
1160
UPB_ASSERT
(e.ptr);
in upb_encode()
1188
UPB_ASSERT
(elem_size_lg
in tag_arrptr()
13810
#undef
UPB_ASSERT
global()
macro
[all...]
H
A
D
protobuf.h
660
#define
UPB_ASSERT
(expr) do {} while (false && (expr))
macro
662
#define
UPB_ASSERT
(expr) assert(expr)
macro
H
A
D
upb.h
143
/*
UPB_ASSERT
(): in release mode, we use the expression without letting it be
146
#define
UPB_ASSERT
(expr) do {} while (false && (expr))
macro
148
#define
UPB_ASSERT
(expr) assert(expr)
macro
298
UPB_ASSERT
(alloc);
in upb_malloc()
304
UPB_ASSERT
(alloc);
in upb_realloc()
3846
~Handler() {
UPB_ASSERT
(registered_); }
in ~Handler()
5171
UPB_ASSERT
(!registered_);
in AddCleanup()
5175
UPB_ASSERT
(ok);
in AddCleanup()
6380
UPB_ASSERT
(bytes <= 5);
in upb_vencode32()
6385
UPB_ASSERT
(re
in upb_vencode32()
6770
#undef
UPB_ASSERT
global()
macro
[all...]
H
A
D
encode_decode.c
1162
UPB_ASSERT
(ok);
in getsel()
/third_party/protobuf/php/ext/google/protobuf/
H
A
D
php-upb.c
152
/*
UPB_ASSERT
(): in release mode, we use the expression without letting it be
155
#define
UPB_ASSERT
(expr) do {} while (false && (expr))
macro
157
#define
UPB_ASSERT
(expr) assert(expr)
macro
597
UPB_ASSERT
(key_field->offset == 0);
in decode_tomap()
598
UPB_ASSERT
(val_field->offset == sizeof(upb_strview));
in decode_tomap()
890
UPB_ASSERT
(sizeof(double) == sizeof(uint64_t));
in upb_put_double()
897
UPB_ASSERT
(sizeof(float) == sizeof(uint32_t));
in upb_put_float()
1203
UPB_ASSERT
(e.ptr);
in upb_encode()
1231
UPB_ASSERT
(elem_size_lg2 <= 4);
in tag_arrptr()
1500
while (1) { if (upb_tabent_isempty(--e)) return e;
UPB_ASSERT
(
in emptyent()
8128
#undef
UPB_ASSERT
global()
macro
[all...]
H
A
D
php-upb.h
151
/*
UPB_ASSERT
(): in release mode, we use the expression without letting it be
154
#define
UPB_ASSERT
(expr) do {} while (false && (expr))
macro
156
#define
UPB_ASSERT
(expr) assert(expr)
macro
312
UPB_ASSERT
(alloc);
in upb_malloc()
318
UPB_ASSERT
(alloc);
in upb_realloc()
1040
UPB_ASSERT
(f->presence > 0);
in _upb_msg_hasidx()
1070
UPB_ASSERT
(f->presence < 0);
in _upb_oneofcase_ofs()
3874
#undef
UPB_ASSERT
macro
Completed in 55 milliseconds