Home
last modified time | relevance | path

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

/third_party/grpc/test/core/util/json/
Djson_object_loader_test.cc50 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/
Dtest.c3 typedef struct TestStruct { struct
6 } TestStruct; argument
Dtestcrate.rs4 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/
Dmatch-edge-cases_2.rs7 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/
Dissue-13837.rs5 struct TestStruct { struct
9 unsafe impl Sync for TestStruct {} argument
Dconst-cast-ptr-int.rs6 struct TestStruct { struct
10 unsafe impl Sync for TestStruct {} implementation
Dconst-cast.rs4 struct TestStruct { struct
8 unsafe impl Sync for TestStruct {} implementation
/third_party/ffmpeg/libavutil/tests/
Daudio_fifo.c29 typedef struct TestStruct { struct
34 } TestStruct; argument
/third_party/rust/rust/tests/ui/typeck/
Dtypeck_type_placeholder_1.rs8 struct TestStruct { struct
12 unsafe impl Sync for TestStruct {} implementation
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dcase_sensitive_file_extension_comparisons.rs6 struct TestStruct; struct
8 impl TestStruct { implementation
Deta.rs63 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
Duse_self.rs230 struct TestStruct; struct
231 impl TestStruct { implementation
241 impl Test for TestStruct { implementation
/third_party/rust/rust/tests/ui/variance/
Dvariance-trait-bounds.rs16 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/
Ddrop-order.rs31 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/
Dqualify_path.rs487 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
Dauto_import.rs647 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/
Dincorrect_case.rs129 impl TestStruct { in test_rename_incorrect_case_struct_method() impl
138 impl TestStruct { in test_rename_incorrect_case_struct_method() impl
Dmissing_fields.rs474 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/
Dtest_unicode.py30 class TestStruct(ctypes.Structure): class
/third_party/protobuf/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto155 message TestStruct { message
/third_party/rust/crates/serde/test_suite/tests/
Dtest_annotations.rs1855 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/
Djson_format_proto3.proto147 message TestStruct { message
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
DBasicTest.java2300 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/
DBasicTest.java2297 final class TestStruct{ in TestFCNFKCClosure() class
2300 TestStruct(int cp, String src){ in TestFCNFKCClosure() method in BasicTest.TestStruct