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:int32_val
(Results
1 - 5
of
5
) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/
H
A
D
convert.c
367
upb_val->
int32_val
= i64;
in Convert_PhpToUpb()
446
ZVAL_LONG(php_val, upb_val.
int32_val
);
in Convert_UpbToPhp()
H
A
D
php-upb.c
326
int32_t
int32_val
;
member
426
val->
int32_val
= (n >> 1) ^ -(int32_t)(n & 1);
in decode_munge()
727
val.
int32_val
= field_number;
in decode_msg()
5686
val.
int32_val
= upb_fielddef_defaultint32(f);
in upb_msg_get()
6672
val.
int32_val
= (int32_t)val.int64_val;
in jsondec_int()
6765
if (!upb_enumdef_ntoi(e, str.data, str.size, &val.
int32_val
)) {
in jsondec_enum()
6767
val.
int32_val
= 0;
in jsondec_enum()
7025
nanos.
int32_val
= jsondec_nanos(d, &ptr, end);
in jsondec_timestamp()
7073
nanos.
int32_val
= jsondec_nanos(d, &ptr, end);
in jsondec_duration()
7084
nanos.
int32_val
in jsondec_duration()
[all...]
H
A
D
php-upb.h
3645
int32_t
int32_val
;
member
/third_party/protobuf/ruby/ext/google/protobuf_c/
H
A
D
upb.c
311
int32_t
int32_val
;
member
377
val->
int32_val
= (n >> 1) ^ -(int32_t)(n & 1);
in decode_munge()
670
val.
int32_val
= field_number;
in decode_msg()
5207
val.
int32_val
= upb_fielddef_defaultint32(f);
in upb_msg_get()
H
A
D
upb.h
3411
int32_t
int32_val
;
member
Completed in 59 milliseconds