Searched defs:ConstCharPtr (Results 1 – 4 of 4) sorted by relevance
848 struct GTEST_API_ ConstCharPtr { struct849 ConstCharPtr(const char* str) : value(str) {} in ConstCharPtr() function851 const char* value;
833 struct GTEST_API_ ConstCharPtr { struct834 ConstCharPtr(const char* str) : value(str) {} in ConstCharPtr() function836 const char* value;
822 struct GTEST_API_ ConstCharPtr { struct823 ConstCharPtr(const char* str) : value(str) {} in ConstCharPtr() function825 const char* value;
96091 typedef mozilla::RangedPtr<const char16_t> ConstCharPtr; typedef