Home
last modified time | relevance | path

Searched defs:new_object (Results 1 – 8 of 8) sorted by relevance

/third_party/vixl/src/
Dpool-manager-impl.h43 LocationBase<T>* new_object, in Emit()
132 LocationBase<T>* new_object, in ShouldSkipObject()
394 void PoolManager<T>::Insert(const PoolObject<T>& new_object) { in Insert()
/third_party/jerryscript/tests/unit-ext/
Dtest-ext-method-register.c177 jerry_value_t new_object = jerry_create_object (); in test_error_setvalue() local
/third_party/vixl/test/
Dtest-pool-manager.cc716 TestObject new_object(kNewObjectSize, 1); in TEST() local
813 TestObject new_object(kBigObjectSize, 1); in TEST() local
/third_party/python/Include/cpython/
Dpystate.h342 PyObject *(*new_object)(_PyCrossInterpreterData *); member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dgraph.cc81 auto new_object = obj_info ? obj_info->GetPyObject().ptr() : nullptr; in NewValueNode() local
/third_party/protobuf/src/google/protobuf/
Darena_unittest.cc313 const MustBeConstructedWithOneThroughFour* new_object = in TEST() local
329 const MustBeConstructedWithOneThroughEight* new_object = in TEST() local
358 const PleaseMoveMe* new_object = in TEST() local
/third_party/mesa3d/src/util/
Dparson.c527 JSON_Object new_object; in json_object_grow_and_rehash() local
2175 JSON_Object *temp_object = NULL, *new_object = NULL; in json_object_dotset_value() local
/third_party/alsa-lib/src/alisp/
Dalisp.c129 static struct alisp_object * new_object(struct alisp_instance *instance, int type) in new_object() function