Home
last modified time | relevance | path

Searched defs:get_obj (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/multiprocessing/
Dsharedctypes.py202 def get_obj(self): member in SynchronizedBase
/third_party/glib/glib/tests/
Dutils.c642 get_obj (gpointer *obj_out) in get_obj() function
/third_party/boost/libs/test/test/writing-test-ts/
Dassertion-construction-test.cpp394 Testee get_obj() { return Testee(); } in get_obj() function
/third_party/flutter/skia/src/utils/
DSkLua.cpp113 template <typename T> T* get_obj(lua_State* L, int index) { in get_obj() function