Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h654 struct GTEST_API_ ConstCharPtr { struct
655 ConstCharPtr(const char* str) : value(str) {} in ConstCharPtr() function
657 const char* value;