Home
last modified time | relevance | path

Searched defs:TestStruct (Results 1 – 25 of 26) sorted by relevance

12

/external/clang/test/OpenMP/
Dordered_doacross_codegen.cpp64 struct TestStruct { struct
73 TestStruct() { in TestStruct() argument
/external/rust/crates/remain/tests/ui/
Dunsorted-struct.rs4 struct TestStruct { struct
5 d: usize,
7 c: usize,
8 a: usize,
9 b: usize,
Dstruct.rs4 struct TestStruct { struct
5 d: usize,
6 c: usize,
7 a: usize,
8 b: usize,
/external/rust/crates/remain/tests/
Dstable.rs19 pub struct TestStruct { struct
37 assert!(is_partial_eq::<TestStruct>()); in test_attrs() argument
Dunstable.rs19 pub struct TestStruct { struct
35 assert!(is_partial_eq::<TestStruct>()); in test_attrs() argument
/external/crosvm/serde_keyvalue/src/
Dkey_values.rs855 struct TestStruct { in deserialize_complex_struct() struct
856 num: usize, in deserialize_complex_struct()
857 path: PathBuf, in deserialize_complex_struct()
858 enable: bool, in deserialize_complex_struct()
887 struct TestStruct { in deserialize_unknown_field() struct
888 num: usize, in deserialize_unknown_field()
889 path: PathBuf, in deserialize_unknown_field()
890 enable: bool, in deserialize_unknown_field()
900 struct TestStruct { in deserialize_option() struct
901 num: u32, in deserialize_option()
[all …]
/external/clang/test/SemaCXX/
Ddecltype-pr4444.cpp5 struct TestStruct { struct
6 typedef decltype(t+2) sum_type;
/external/clang/test/CodeGenCXX/
Dmicrosoft-uuidof-mangling.cpp20 struct __declspec(uuid("EAFA1952-66F8-438B-8FBA-AF1BBAE42191")) TestStruct struct
29 struct HasMember { typedef TestStruct member; }; argument
/external/zucchini/
Dbuffer_view_unittest.cc134 struct TestStruct { in TEST_F() struct
135 uint32_t a; in TEST_F()
136 uint32_t b; in TEST_F()
/external/pigweed/pw_stream/
Dmemory_stream_test.cc26 struct TestStruct { struct
27 uint8_t day;
28 uint8_t month;
29 uint16_t year;
/external/python/cpython3/Lib/ctypes/test/
Dtest_unicode.py30 class TestStruct(ctypes.Structure): class
/external/tensorflow/tensorflow/core/framework/
Dallocator_test.cc169 struct TestStruct { struct
170 int x; // not used just want to make sure sizeof(TestStruct) > 1
/external/pigweed/pw_kvs/
Dkey_value_store_initialized_test.cc176 struct TestStruct { in TEST_F() struct
177 float a; in TEST_F()
178 bool b; in TEST_F()
/external/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto152 message TestStruct { message
/external/OpenCL-CTS/test_conformance/buffers/
Dtest_buffer_map.cpp43 } TestStruct; typedef
Dtest_buffer_read.cpp55 } TestStruct; typedef
Dtest_buffer_fill.cpp41 } TestStruct; typedef
Dtest_buffer_write.cpp36 } TestStruct; typedef
/external/protobuf/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto172 message TestStruct { message
/external/rust/crates/async-trait/tests/
Dtest.rs1127 pub struct TestStruct; struct
1130 impl TestTrait for TestStruct { implementation
1151 pub struct TestStruct; struct
1154 impl TestTrait for TestStruct { implementation
/external/OpenCL-CTS/test_conformance/profiling/
DreadArray.cpp50 } TestStruct; typedef
DwriteArray.cpp36 } TestStruct; typedef
/external/webrtc/rtc_base/
Dbuffer_unittest.cc431 TEST(BufferTest, TestStruct) { in TEST() argument
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DBasicTest.java2300 final class TestStruct{ in TestFCNFKCClosure() class
2303 TestStruct(int cp, String src){ in TestFCNFKCClosure() method in BasicTest.TestStruct
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java2297 final class TestStruct{ in TestFCNFKCClosure() class
2300 TestStruct(int cp, String src){ in TestFCNFKCClosure() method in BasicTest.TestStruct

12