Searched refs:test_callbacks (Results 1 – 14 of 14) sorted by relevance
11 test_callbacks.cpp
57 extern int test_callbacks( cl_device_id deviceID, cl_context context, cl_command_queue queue…
142 int test_callbacks( cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elem… in test_callbacks() function
100 Python -> C++ roundtrip. This is demonstrated in :file:`tests/test_callbacks.cpp`.107 The file :file:`tests/test_callbacks.cpp` contains a complete example
7 def test_callbacks(): function
101 test_callbacks.cpp136 # cmake -DPYBIND11_TEST_OVERRIDE="test_callbacks.cpp;test_pickling.cpp" ..
72 def test_callbacks(self): member in BasicWrapTestCase
242 def test_callbacks(self): member in FunctionTestCase
177 file :file:`tests/test_callbacks.cpp` presents a few examples of calling
253 def test_callbacks(self): member in CodecCallbackTest
214 def test_callbacks(self): member in CodecCallbackTest
135 `-DPYBIND11_TEST_OVERRIDE="test_callbacks.cpp;test_pickling.cpp"`. If this is