Searched defs:testStruct (Results 1 – 3 of 3) sorted by relevance
213 static void EnumerateAnonymousFunctions(const char *abcFilePath, TestStructType &testStruct) in EnumerateAnonymousFunctions()222 auto testStruct = reinterpret_cast<TestStructType *>(data); in EnumerateAnonymousFunctions() local231 auto testStruct = reinterpret_cast<TestStructType *>(data1); in EnumerateAnonymousFunctions() local343 TestStructType testStruct; in TEST_F() local366 TestStructType testStruct; in TEST_F() local
202 static void EnumerateAnonymousFunctions(const char *abcFilePath, TestStructType &testStruct) in EnumerateAnonymousFunctions()208 auto testStruct = reinterpret_cast<TestStructType *>(data); in EnumerateAnonymousFunctions() local217 auto testStruct = reinterpret_cast<TestStructType *>(data1); in EnumerateAnonymousFunctions() local244 TestStructType testStruct; in TEST_F() local
177 TestStruct testStruct {1U, 2U, 3U, 4U, "Liza", {8U, 9U, 5U}}; in TEST_F() local