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:PyStructSequence
(Results
1 - 3
of
3
) sorted by relevance
/third_party/python/Objects/
H
A
D
structseq.c
53
PyStructSequence
*obj;
in PyStructSequence_New()
63
obj = PyObject_GC_NewVar(
PyStructSequence
, type, size);
in PyStructSequence_New()
89
structseq_traverse(
PyStructSequence
*obj, visitproc visit, void *arg)
in structseq_traverse()
103
structseq_dealloc(
PyStructSequence
*obj)
in structseq_dealloc()
120
class structseq "
PyStructSequence
*" "NULL"
138
PyStructSequence
*res = NULL;
in structseq_new_impl()
196
res = (
PyStructSequence
*) PyStructSequence_New(type);
in structseq_new_impl()
232
structseq_repr(
PyStructSequence
*obj)
in structseq_repr()
317
structseq_reduce(
PyStructSequence
* self, PyObject *Py_UNUSED(ignored))
in structseq_reduce()
449
members[k].offset = offsetof(
PyStructSequence
, ob_ite
in initialize_members()
[all...]
/third_party/python/Include/
H
A
D
structseq.h
35
typedef PyTupleObject
PyStructSequence
;
typedef
/third_party/python/Modules/
H
A
D
posixmodule.c
2296
PyStructSequence
*result;
in statresult_new()
2299
result = (
PyStructSequence
*)structseq_new(type, args, kwds);
in statresult_new()
Completed in 22 milliseconds