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:tp_as_buffer
(Results
1 - 7
of
7
) sorted by relevance
/third_party/python/Doc/includes/
H
A
D
typestruct.h
31
PyBufferProcs *
tp_as_buffer
;
member
/third_party/python/Objects/
H
A
D
picklebufobject.c
217
.
tp_as_buffer
= &picklebuf_as_buffer,
H
A
D
abstract.c
293
PyBufferProcs *
tp_as_buffer
= Py_TYPE(obj)->
tp_as_buffer
;
in PyObject_CheckBuffer()
local
294
return (
tp_as_buffer
!= NULL &&
tp_as_buffer
->bf_getbuffer != NULL);
in PyObject_CheckBuffer()
304
PyBufferProcs *pb = Py_TYPE(obj)->
tp_as_buffer
;
in PyObject_CheckReadBuffer()
362
pb = Py_TYPE(obj)->
tp_as_buffer
;
in PyObject_AsWriteBuffer()
382
PyBufferProcs *pb = Py_TYPE(obj)->
tp_as_buffer
;
in PyObject_GetBuffer()
761
pb = Py_TYPE(obj)->
tp_as_buffer
;
in PyBuffer_Release()
H
A
D
typeobject.c
2770
type->
tp_as_buffer
= &et->as_buffer;
in type_new_alloc()
3517
type->
tp_as_buffer
= &res->as_buffer;
in PyType_FromModuleAndSpec()
4414
0, /*
tp_as_buffer
*/
5628
0, /*
tp_as_buffer
*/
5872
#define COPYBUF(SLOT) COPYSLOT(
tp_as_buffer
->SLOT)
in inherit_slots()
5950
if (type->
tp_as_buffer
!= NULL && base->
tp_as_buffer
!= NULL) {
in inherit_slots()
5952
if (basebase->
tp_as_buffer
== NULL)
in inherit_slots()
6262
if (type->
tp_as_buffer
== NULL) {
in type_ready_inherit_as_structs()
6263
type->
tp_as_buffer
in type_ready_inherit_as_structs()
[all...]
/third_party/python/Include/cpython/
H
A
D
object.h
178
PyBufferProcs *
tp_as_buffer
;
member
/third_party/python/Python/
H
A
D
getargs.c
1337
PyBufferProcs *pb = Py_TYPE(arg)->
tp_as_buffer
;
in convertbuffer()
H
A
D
specialize.c
1153
else if (container_type->
tp_as_buffer
) {
in binary_subscr_fail_kind()
Completed in 21 milliseconds