Searched defs:ConstCharPtr (Results 1 – 1 of 1) sorted by relevance
822 struct GTEST_API_ ConstCharPtr { struct823 ConstCharPtr(const char* str) : value(str) {} in ConstCharPtr() argument825 const char* value;