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:sq_item
(Results
1 - 5
of
5
) sorted by relevance
/third_party/python/Include/cpython/
H
A
D
abstract.h
176
/* Assume tp_as_sequence and
sq_item
exist and that 'i' does not
179
( Py_TYPE(o)->tp_as_sequence->
sq_item
(o, i) )
H
A
D
object.h
112
ssizeargfunc
sq_item
;
member
/third_party/python/Objects/
H
A
D
abstract.c
163
if (ms && ms->
sq_item
) {
in PyObject_GetItem()
1719
Py_TYPE(s)->tp_as_sequence->
sq_item
!= NULL;
in PySequence_Check()
1881
if (m && m->
sq_item
) {
in PySequence_GetItem()
1892
PyObject *res = m->
sq_item
(s, i);
in PySequence_GetItem()
H
A
D
typeobject.c
5934
COPYSEQ(
sq_item
);
in inherit_slots()
8208
SQSLOT("__getitem__",
sq_item
, slot_sq_item, wrap_sq_item,
8706
slots compete for the same descriptor (for example both
sq_item
and
8715
for a type that defines both mp_subscript and
sq_item
, mp_subscript
/third_party/python/Python/
H
A
D
specialize.c
1163
if (PyLong_CheckExact(sub) && container_type->tp_as_sequence->
sq_item
) {
in binary_subscr_fail_kind()
Completed in 19 milliseconds