Home
last modified time | relevance | path

Searched defs:new_obj (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/tools/debug/core/
Dchttp2_ref_leak.py24 def new_obj(): function
/external/rust/crates/grpcio-sys/grpc/tools/debug/core/
Dchttp2_ref_leak.py24 def new_obj(): function
/external/perfetto/include/perfetto/trace_processor/
Dref_counted.h90 void reset(T* new_obj) { *this = RefPtr<T>(new_obj); } in reset()
/external/llvm-libc/src/__support/
Dblockstore.h111 T *new_obj() { in new_obj() function
/external/libnl/lib/route/
Dnetconf.c316 static int netconf_update(struct nl_object *old_obj, struct nl_object *new_obj) in netconf_update()
Dmdb.c148 static int mdb_update(struct nl_object *old_obj, struct nl_object *new_obj) in mdb_update()
Droute_obj.c505 static int route_update(struct nl_object *old_obj, struct nl_object *new_obj) in route_update()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c1746 …struct zink_resource_object *new_obj = resource_object_create(screen, &res->base.b, NULL, &res->li… in add_resource_bind() local
2132 …struct zink_resource_object *new_obj = resource_object_create(screen, &res->base.b, NULL, NULL, NU… in invalidate_buffer() local
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp758 TransformedTextObject new_obj; in ProcessTextObject() local
/external/mesa3d/src/util/
Dparson.c442 JSON_Object *new_obj = (JSON_Object*)parson_malloc(sizeof(JSON_Object)); in json_object_make() local