| /third_party/grpc/test/core/util/json/ |
| D | json_object_loader_test.cc | 50 struct TestStruct { in TYPED_TEST_P() struct 51 TypeParam value = 0; in TYPED_TEST_P() 52 TypeParam optional_value = 0; in TYPED_TEST_P() 53 absl::optional<TypeParam> absl_optional_value; in TYPED_TEST_P() 54 std::unique_ptr<TypeParam> unique_ptr_value; in TYPED_TEST_P() 56 static const JsonLoaderInterface* JsonLoader(const JsonArgs&) { in TYPED_TEST_P() 148 struct TestStruct { in TYPED_TEST_P() struct 149 TypeParam value = 0; in TYPED_TEST_P() 150 TypeParam optional_value = 0; in TYPED_TEST_P() 151 absl::optional<TypeParam> absl_optional_value; in TYPED_TEST_P() [all …]
|
| /third_party/rust/rust/tests/run-make/extern-fn-generic/ |
| D | test.c | 3 typedef struct TestStruct { struct 6 } TestStruct; argument
|
| D | testcrate.rs | 4 pub struct TestStruct<T> { struct 9 pub extern "C" fn foo<T>(ts: TestStruct<T>) -> T { in foo() argument
|
| /third_party/rust/rust/tests/ui/closures/2229_closure_analysis/match/ |
| D | match-edge-cases_2.rs | 7 struct TestStruct { struct 27 let ts = TestStruct { x: 1, y: 1, z: 1 }; in edge_case_if() argument
|
| /third_party/rust/rust/tests/ui/consts/ |
| D | issue-13837.rs | 5 struct TestStruct { struct 9 unsafe impl Sync for TestStruct {} argument
|
| D | const-cast-ptr-int.rs | 6 struct TestStruct { struct 10 unsafe impl Sync for TestStruct {} implementation
|
| D | const-cast.rs | 4 struct TestStruct { struct 8 unsafe impl Sync for TestStruct {} implementation
|
| /third_party/ffmpeg/libavutil/tests/ |
| D | audio_fifo.c | 29 typedef struct TestStruct { struct 34 } TestStruct; argument
|
| /third_party/rust/rust/tests/ui/typeck/ |
| D | typeck_type_placeholder_1.rs | 8 struct TestStruct { struct 12 unsafe impl Sync for TestStruct {} implementation
|
| /third_party/rust/rust/src/tools/clippy/tests/ui/ |
| D | case_sensitive_file_extension_comparisons.rs | 6 struct TestStruct; struct 8 impl TestStruct { implementation
|
| D | eta.rs | 63 struct TestStruct<'a> { struct 67 impl<'a> TestStruct<'a> { argument 76 impl<'a> TestTrait for TestStruct<'a> { implementation 85 impl<'a> std::ops::Deref for TestStruct<'a> { implementation
|
| D | use_self.rs | 230 struct TestStruct; struct 231 impl TestStruct { implementation 241 impl Test for TestStruct { implementation
|
| /third_party/rust/rust/tests/ui/variance/ |
| D | variance-trait-bounds.rs | 16 struct TestStruct<U,T:Setter<U>> { //~ ERROR [+, +] struct 17 t: T, u: U
|
| /third_party/rust/rust/tests/ui/rfcs/rfc-1857-stabilize-drop-order/ |
| D | drop-order.rs | 31 struct TestStruct { struct 32 x: PushOnDrop, 33 y: PushOnDrop, 34 z: PushOnDrop
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/ |
| D | qualify_path.rs | 487 impl TestStruct { in associated_struct_function() impl 499 impl TestStruct { in associated_struct_function() impl 519 impl TestStruct { in associated_struct_const() impl 531 impl TestStruct { in associated_struct_const() impl 551 impl TestStruct { in associated_struct_const_unqualified() impl 1134 impl<T> TestStruct<T> { in associated_struct_const_generic() impl 1146 impl<T> TestStruct<T> { in associated_struct_const_generic() impl
|
| D | auto_import.rs | 647 impl TestStruct { in associated_struct_function() impl 661 impl TestStruct { in associated_struct_function() impl 680 impl TestStruct { in associated_struct_const() impl 694 impl TestStruct { in associated_struct_const() impl
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/ |
| D | incorrect_case.rs | 129 impl TestStruct { in test_rename_incorrect_case_struct_method() impl 138 impl TestStruct { in test_rename_incorrect_case_struct_method() impl
|
| D | missing_fields.rs | 474 impl TestStruct { in test_fill_struct_fields_self() impl 481 impl TestStruct { in test_fill_struct_fields_self() impl
|
| /third_party/python/Lib/ctypes/test/ |
| D | test_unicode.py | 30 class TestStruct(ctypes.Structure): class
|
| /third_party/protobuf/java/util/src/test/proto/com/google/protobuf/util/ |
| D | json_test.proto | 155 message TestStruct { message
|
| /third_party/rust/crates/serde/test_suite/tests/ |
| D | test_annotations.rs | 1855 struct TestStruct { in test_non_string_keys() struct 1856 name: String, in test_non_string_keys() 1857 age: u32, in test_non_string_keys() 1859 mapping: HashMap<u32, u32>, in test_non_string_keys()
|
| /third_party/protobuf/src/google/protobuf/util/ |
| D | json_format_proto3.proto | 147 message TestStruct { message
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
| D | BasicTest.java | 2300 final class TestStruct{ in TestFCNFKCClosure() class 2303 TestStruct(int cp, String src){ in TestFCNFKCClosure() method in BasicTest.TestStruct
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
| D | BasicTest.java | 2297 final class TestStruct{ in TestFCNFKCClosure() class 2300 TestStruct(int cp, String src){ in TestFCNFKCClosure() method in BasicTest.TestStruct
|