Home
last modified time | relevance | path

Searched refs:buf_obj (Results 1 - 2 of 2) sorted by relevance

/third_party/node/test/cctest/
H A Dtest_environment.cc383 v8::Local<v8::Object> buf_obj = node::Buffer::New( in TEST_F() local
392 CHECK(buf_obj->IsUint8Array()); in TEST_F()
393 ab = buf_obj.As<v8::Uint8Array>()->Buffer(); in TEST_F()
/third_party/python/Modules/
H A D_pickle.c1424 PyObject *buf_obj = PyMemoryView_FromMemory(buf, n, PyBUF_WRITE); in _Unpickler_ReadInto() local
1425 if (buf_obj == NULL) { in _Unpickler_ReadInto()
1428 PyObject *read_size_obj = _Pickle_FastCall(self->readinto, buf_obj); in _Unpickler_ReadInto()

Completed in 10 milliseconds