/external/rust/android-crates-io/crates/googletest/tests/ |
D | matches_pattern_test.rs | 21 struct AStruct { in matches_struct_containing_single_field() struct 22 a_field: u32, in matches_struct_containing_single_field() 32 struct AStruct { in matches_struct_containing_two_fields() struct 33 a_field: u32, in matches_struct_containing_two_fields() 34 another_field: u32, in matches_struct_containing_two_fields() 45 struct AStruct { in supports_trailing_comma_with_one_field() struct 46 a_field: u32, in supports_trailing_comma_with_one_field() 58 struct AStruct { in supports_trailing_comma_with_two_fields() struct 59 a_field: u32, in supports_trailing_comma_with_two_fields() 60 another_field: u32, in supports_trailing_comma_with_two_fields() [all …]
|
D | composition_test.rs | 26 struct AStruct(i32); in matches_pattern_works_as_inner_matcher() struct 33 struct AStruct(i32); in matches_pattern_works_with_property_as_inner_matcher() struct 34 impl AStruct { in matches_pattern_works_with_property_as_inner_matcher() impl 50 struct AStruct(Vec<i32>); in contains_each_works_as_inner_matcher() struct 57 struct AStruct(Vec<i32>); in pointwise_works_as_inner_matcher() struct 64 struct AStruct(Vec<i32>); in elements_are_works_as_inner_matcher() struct 79 struct AStruct; in matches_struct_with_method_returning_option_of_non_copy_value() struct 81 impl AStruct { in matches_struct_with_method_returning_option_of_non_copy_value() implementation 104 struct AStruct; in matches_struct_with_method_returning_option_of_non_copy_enum() struct 105 impl AStruct { in matches_struct_with_method_returning_option_of_non_copy_enum() impl [all …]
|
D | any_matcher_test.rs | 49 struct AStruct(i32); in admits_matchers_without_static_lifetime() struct
|
D | all_matcher_test.rs | 54 struct AStruct(i32); in admits_matchers_without_static_lifetime() struct
|
D | field_matcher_test.rs | 85 struct AStruct { in shows_correct_failure_message_for_wrong_struct_entry() struct 86 a: Vec<u32>, in shows_correct_failure_message_for_wrong_struct_entry()
|
D | elements_are_matcher_test.rs | 51 struct AStruct(i32); in elements_are_admits_matchers_without_static_lifetime() struct
|
D | unordered_elements_are_matcher_test.rs | 161 struct AStruct(i32); in unordered_elements_are_admits_matchers_without_static_lifetime() struct 169 struct AStruct(i32); in unordered_elements_are_with_map_admits_matchers_without_static_lifetime() struct
|
/external/google-breakpad/src/client/mac/testapp/ |
D | TestClass.mm | 33 struct AStruct { struct 50 AStruct s_; argument 73 void InternalTestClass::InternalFunction(AStruct &s) { argument 79 static float PlainOldFunction() { 83 @implementation TestClass
|
/external/clang/test/CodeGen/ |
D | staticinit.c | 4 struct AStruct { struct 15 static struct AStruct myStruct = { 1, "two", 3.0 }; in f() argument
|
/external/clang/test/CodeGenObjC/ |
D | objc2-write-barrier-2.m | 47 } AStruct; typedef
|
/external/cronet/tot/third_party/googletest/src/googlemock/test/ |
D | gmock-matchers-containers_test.cc | 371 struct AStruct { struct 372 AStruct() : x(0), y(1.0), z(5), p(nullptr) {} in AStruct() argument 373 AStruct(const AStruct& rhs) in AStruct() function 376 int x; // A non-const field. 377 const double y; // A const field. 378 Uncopyable z; // An uncopyable field. 379 const char* p; // A pointer field.
|
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/googlemock/test/ |
D | gmock-matchers-containers_test.cc | 371 struct AStruct { struct 372 AStruct() : x(0), y(1.0), z(5), p(nullptr) {} in AStruct() function 373 AStruct(const AStruct& rhs) in AStruct() function 376 int x; // A non-const field. 377 const double y; // A const field. 378 Uncopyable z; // An uncopyable field. 379 const char* p; // A pointer field.
|
/external/cronet/stable/third_party/googletest/src/googlemock/test/ |
D | gmock-matchers-containers_test.cc | 371 struct AStruct { struct 372 AStruct() : x(0), y(1.0), z(5), p(nullptr) {} in AStruct() function 373 AStruct(const AStruct& rhs) in AStruct() argument 376 int x; // A non-const field. 377 const double y; // A const field. 378 Uncopyable z; // An uncopyable field. 379 const char* p; // A pointer field.
|
/external/googletest/googlemock/test/ |
D | gmock-matchers-containers_test.cc | 371 struct AStruct { struct 372 AStruct() : x(0), y(1.0), z(5), p(nullptr) {} in AStruct() argument 373 AStruct(const AStruct& rhs) in AStruct() function 376 int x; // A non-const field. 377 const double y; // A const field. 378 Uncopyable z; // An uncopyable field. 379 const char* p; // A pointer field.
|
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/googlemock/test/ |
D | gmock-matchers-containers_test.cc | 371 struct AStruct { struct 372 AStruct() : x(0), y(1.0), z(5), p(nullptr) {} in AStruct() function 373 AStruct(const AStruct& rhs) in AStruct() function 376 int x; // A non-const field. 377 const double y; // A const field. 378 Uncopyable z; // An uncopyable field. 379 const char* p; // A pointer field.
|