Searched refs:GetBoolSize (Results 1 – 2 of 2) sorted by relevance
12 extern "C" size_t GetBoolSize (void);135 EXPECT_EQ (sizeof (bool), GetBoolSize()) << "Wrong size of bool type"; in TEST()
42 size_t GetBoolSize (void) { in GetBoolSize() function