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:COLLECTION_FLAGS
(Results
1 - 2
of
2
) sorted by relevance
/third_party/python/Modules/
H
A
D
_abc.c
418
#define
COLLECTION_FLAGS
(Py_TPFLAGS_SEQUENCE | Py_TPFLAGS_MAPPING)
macro
449
/* If __abc_tpflags__ &
COLLECTION_FLAGS
is set, then set the corresponding bit(s)
in _abc__abc_init()
468
if ((val &
COLLECTION_FLAGS
) ==
COLLECTION_FLAGS
) {
in _abc__abc_init()
472
((PyTypeObject *)self)->tp_flags |= (val &
COLLECTION_FLAGS
);
in _abc__abc_init()
487
(child->tp_flags &
COLLECTION_FLAGS
) == flag)
in set_collection_flag_recursive()
492
child->tp_flags &= ~
COLLECTION_FLAGS
;
in set_collection_flag_recursive()
559
unsigned long collection_flag = ((PyTypeObject *)self)->tp_flags &
COLLECTION_FLAGS
;
in _abc__abc_register_impl()
/third_party/python/Objects/
H
A
D
typeobject.c
6050
#define
COLLECTION_FLAGS
(Py_TPFLAGS_SEQUENCE | Py_TPFLAGS_MAPPING)
macro
6071
_PyObject_ASSERT((PyObject *)type, (type->tp_flags &
COLLECTION_FLAGS
) !=
COLLECTION_FLAGS
);
in type_ready_pre_checks()
6269
if ((type->tp_flags &
COLLECTION_FLAGS
) == 0) {
in inherit_patma_flags()
6270
type->tp_flags |= base->tp_flags &
COLLECTION_FLAGS
;
in inherit_patma_flags()
Completed in 12 milliseconds