Home
last modified time | relevance | path

Searched defs:AStruct (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/client/mac/testapp/
DTestClass.mm34 struct AStruct { struct
51 AStruct s_; argument
74 void InternalTestClass::InternalFunction(AStruct &s) { argument
80 static float PlainOldFunction() {
84 @implementation TestClass
/external/clang/test/CodeGen/
Dstaticinit.c4 struct AStruct { struct
15 static struct AStruct myStruct = { 1, "two", 3.0 }; in f() argument
/external/clang/test/CodeGenObjC/
Dobjc2-write-barrier-2.m47 } AStruct; typedef
/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc2914 struct AStruct { struct
2915 AStruct() : x(0), y(1.0), z(5), p(NULL) {} in AStruct() function
2916 AStruct(const AStruct& rhs) in AStruct() function
2919 int x; // A non-const field.
2920 const double y; // A const field.
2921 Uncopyable z; // An uncopyable field.
2922 const char* p; // A pointer field.
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc3871 struct AStruct { struct
3872 AStruct() : x(0), y(1.0), z(5), p(nullptr) {} in AStruct() function
3873 AStruct(const AStruct& rhs) in AStruct() argument
3876 int x; // A non-const field.
3877 const double y; // A const field.
3878 Uncopyable z; // An uncopyable field.
3879 const char* p; // A pointer field.