Home
last modified time | relevance | path

Searched defs:do_something (Results 1 – 14 of 14) sorted by relevance

/external/bazelbuild-rules_rust/examples/proto/basic/
Dlib.rs3 pub fn do_something(_x: &common_proto_rust::Config) -> bool { in do_something() function
/external/sdv/vsomeip/third_party/boost/smart_ptr/example/
Dshared_ptr_example2.cpp21 void example::do_something() in do_something() function in example
Dscoped_ptr_example.cpp21 void example::do_something() { std::cout << "did something\n"; } in do_something() function in example
/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_8674.cpp31 future<void> do_something() in do_something() function
/external/sdv/vsomeip/third_party/boost/type_index/examples/
Dconstexpr14_sort_check.cpp58 void do_something(const types<T...>& /*value*/) noexcept { in do_something() function
Dconstexpr14_namespace_check.cpp10 void do_something(const T&) {} in do_something() function
/external/sdv/vsomeip/third_party/boost/thread/example/
Dthread_guard.cpp13 void do_something(int& i) in do_something() function
Dstd_thread_guard.cpp19 void do_something(int& i) in do_something() function
Dscoped_thread.cpp12 void do_something(int& i) in do_something() function
Dstd_scoped_thread.cpp21 void do_something(int& i) in do_something() function
/external/clang/test/Analysis/diagnostics/Inputs/include/
Dreport-issues-within-main-file.h16 void do_something (int in) { in do_something() function
/external/ltp/testcases/kernel/syscalls/nice/
Dnice05.c47 static void do_something(void) in do_something() function
/external/python/cpython3/Lib/test/
Dtest_pdb.py437 def do_something(): function
/external/rust/crates/async-trait/tests/
Dtest.rs358 fn do_something<T>(_: &mut T) {} in do_something() function