Home
last modified time | relevance | path

Searched defs:new_base (Results 1 – 9 of 9) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Ddynamic_message.cc626 void* new_base = Arena::CreateArray<char>(arena, type_info_->size); in New() local
630 void* new_base = operator new(type_info_->size); in New() local
/third_party/boost/boost/multi_array/
Dmulti_array_ref.hpp319 void set_base_ptr(TPtr new_base) { base_ = new_base; } in set_base_ptr()
/third_party/skia/third_party/externals/libwebp/src/dec/
Didec_dec.c114 const uint8_t* const new_base = mem->buf_ + mem->start_; in DoRemap() local
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Didec_dec.c114 const uint8_t* const new_base = mem->buf_ + mem->start_; in DoRemap() local
/third_party/ffmpeg/libavcodec/
Dh264_slice.c281 H264Context *new_base, in copy_picture_range()
/third_party/python/Python/
Dbltinmodule.c33 PyObject *base, *meth, *new_base, *result, *new_bases = NULL; in update_bases() local
/third_party/expat/tests/
Druntests.c2814 const XML_Char *new_base = XCS("/local/file/name.xml"); in START_TEST() local
8479 const XML_Char *new_base = XCS("/local/file/name.xml"); in START_TEST() local
/third_party/skia/third_party/externals/expat/expat/tests/
Druntests.c2814 const XML_Char *new_base = XCS("/local/file/name.xml"); in START_TEST() local
8224 const XML_Char *new_base = XCS("/local/file/name.xml"); in START_TEST() local
/third_party/python/Objects/
Dtypeobject.c722 PyTypeObject *new_base, *old_base; in type_set_bases() local