Home
last modified time | relevance | path

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

/third_party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h848 struct GTEST_API_ ConstCharPtr { struct
849 ConstCharPtr(const char* str) : value(str) {} in ConstCharPtr() function
851 const char* value;
/third_party/node/deps/googletest/include/gtest/internal/
Dgtest-internal.h833 struct GTEST_API_ ConstCharPtr { struct
834 ConstCharPtr(const char* str) : value(str) {} in ConstCharPtr() function
836 const char* value;
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h822 struct GTEST_API_ ConstCharPtr { struct
823 ConstCharPtr(const char* str) : value(str) {} in ConstCharPtr() function
825 const char* value;
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp96091 typedef mozilla::RangedPtr<const char16_t> ConstCharPtr; typedef