Home
last modified time | relevance | path

Searched defs:test_struct (Results 1 – 19 of 19) sorted by relevance

/third_party/boost/libs/fusion/test/sequence/
Dhash.cpp14 struct test_struct struct
16 test_struct(bool bb, int ii, char cc, std::string const& ss) : in test_struct() argument
29 test_struct, argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D2-1.c51 struct test_struct { struct
69 struct test_struct mystruct = { 1, 2, 3, (void *)4 }; in main() argument
/third_party/ltp/testcases/kernel/syscalls/linkat/
Dlinkat01.c90 struct test_struct { struct
91 int *oldfd;
92 const char *oldfn;
93 int *newfd;
94 const char *newfn;
95 int flags;
96 const char *referencefn1;
97 const char *referencefn2;
98 int expected_errno;
Dlinkat02.c62 static struct test_struct { struct
83 static void linkat_verify(const struct test_struct *); argument
/third_party/boost/libs/pfr/test/compile-fail/
Drvalue_tie.cpp10 struct test_struct { struct
16 boost::pfr::structure_tie(test_struct{1, "test"}); in main() argument
/third_party/ltp/testcases/kernel/syscalls/symlinkat/
Dsymlinkat01.c70 struct test_struct { struct
71 const char *oldfn;
72 int *newfd;
73 const char *newfn;
74 const char *referencefn1;
75 const char *referencefn2;
76 int expected_errno;
/third_party/boost/libs/range/test/adaptor_test/
Dticket_6742_transformed_c4789_warning.cpp23 struct test_struct struct
25 double x;
26 double y;
/third_party/boost/libs/stacktrace/test/
Dtest_void_ptr_cast.cpp14 struct test_struct { struct
15 int foo1_memb(int) const { return 0; } in foo1_memb()
16 void foo2_memb(int, int, ...) {} in foo2_memb()
/third_party/ltp/testcases/kernel/security/tomoyo/
Dtomoyo_new_test.c379 static struct test_struct { struct
380 void (*do_setup) (void);
381 void (*do_test) (void);
382 void (*do_cleanup) (void);
383 const char *name;
384 const char *policy;
/third_party/protobuf/ruby/tests/
Dwell_known_types_test.rb35 def test_struct method in TestWellKnownTypes
/third_party/python/Lib/ctypes/test/
Dtest_delattr.py16 def test_struct(self): member in TestCase
Dtest_bytes.py38 def test_struct(self): member in BytesTest
Dtest_pickling.py34 def test_struct(self): member in PickleTest
/third_party/ltp/tools/sparse/sparse-src/validation/expand/
Ddefault-init-struct.c8 int test_struct(void) in test_struct() function
/third_party/mesa3d/src/intel/common/tests/
Dgenxml_test.c51 test_struct(struct intel_spec *spec) { in test_struct() function
/third_party/mindspore/tests/ut/cpp/utils/
Dcounter_test.cc106 TEST_F(TestCounter, test_struct) { in TEST_F() argument
/third_party/ffmpeg/libavutil/tests/
Daudio_fifo.c39 static const TestStruct test_struct[] = { variable
/third_party/boost/libs/atomic/test/
Dapi_test_helpers.hpp1114 struct test_struct struct
1118 inline bool operator==(test_struct const& c) const { return i == c.i; } in operator ==() argument
1119 inline bool operator!=(test_struct const& c) const { return !operator==(c); } in operator !=() argument
/third_party/flatbuffers/tests/rust_usage_test/tests/
Darrays_test.rs322 fn test_struct() { in test_struct() function