Home
last modified time | relevance | path

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

/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/python/Include/cpython/
Dpystate.h281 PyObject *(*new_object)(struct _xid *); member
/third_party/cef/libcef_dll/wrapper/
Dcef_xml_object.cc32 CefRefPtr<CefXmlObject> cur_object(root_object_), new_object; in Load() local
/third_party/protobuf/src/google/protobuf/
Darena_unittest.cc223 const MustBeConstructedWithOneThroughFour* new_object = in TEST() local
239 const MustBeConstructedWithOneThroughEight* new_object = in TEST() local
268 const PleaseMoveMe* new_object = in TEST() local
/third_party/alsa-lib/src/alisp/
Dalisp.c128 static struct alisp_object * new_object(struct alisp_instance *instance, int type) in new_object() function