Home
last modified time | relevance | path

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

/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h848 struct GTEST_API_ ConstCharPtr { struct
849 ConstCharPtr(const char* str) : value(str) {} in ConstCharPtr() function
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h822 struct GTEST_API_ ConstCharPtr { struct
823 ConstCharPtr(const char* str) : value(str) {} in ConstCharPtr() function
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-internal.h833 struct GTEST_API_ ConstCharPtr { struct
834 ConstCharPtr(const char* str) : value(str) {} in ConstCharPtr() function

Completed in 8 milliseconds