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:fielddesc
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Modules/_ctypes/
H
A
D
ctypes.h
145
extern struct
fielddesc
*_ctypes_get_fielddesc(const char *fmt);
183
struct
fielddesc
{
struct
245
corresponding
fielddesc
entry. These are functions to set and get the value
254
the
fielddesc
table could have entries for C codec from_param functions or
H
A
D
cfield.c
124
struct
fielddesc
*fd = _ctypes_get_fielddesc("s");
in PyCField_FromDesc()
129
struct
fielddesc
*fd = _ctypes_get_fielddesc("U");
in PyCField_FromDesc()
1476
static struct
fielddesc
formattable[] = {
1524
struct
fielddesc
*fd = formattable;
in _ctypes_init_fielddesc()
1592
struct
fielddesc
*
1596
struct
fielddesc
*table = formattable;
in _ctypes_get_fielddesc()
H
A
D
_ctypes.c
1673
struct
fielddesc
*fd = _ctypes_get_fielddesc("Z");
in c_wchar_p_from_param()
1740
struct
fielddesc
*fd = _ctypes_get_fielddesc("z");
in c_char_p_from_param()
1812
struct
fielddesc
*fd = _ctypes_get_fielddesc("P");
in c_void_p_from_param()
1830
struct
fielddesc
*fd = _ctypes_get_fielddesc("z");
in c_void_p_from_param()
1847
struct
fielddesc
*fd = _ctypes_get_fielddesc("Z");
in c_void_p_from_param()
1940
PyObject *proto, struct
fielddesc
*fmt)
in CreateSwappedType()
2019
struct
fielddesc
*fd;
in PyCSimpleType_paramfunc()
2051
struct
fielddesc
*fmt;
in PyCSimpleType_new()
2233
struct
fielddesc
*fd;
in PyCSimpleType_from_param()
/third_party/protobuf/php/tests/
H
A
D
DescriptorsTest.php
100
$
fielddesc
= $desc->getField(17);
variable
101
$subdesc = $
fielddesc
->getMessageType();
Completed in 11 milliseconds