Searched defs:CloneString (Results 1 - 8 of 8) sorted by relevance

/external/ImageMagick/Magick++/lib/
H A DFunctions.cpp23 MagickPPExport void Magick::CloneString(char **destination_, function in class:Magick
26 MagickCore::CloneString(destination_,source_.c_str());
/external/ImageMagick/MagickCore/
H A Dstring.c256 % CloneString() replaces or frees the destination string to make it
264 % or using CloneString() with a NULL pointed for the source.
266 % The format of the CloneString method is:
268 % char *CloneString(char **destination,const char *source)
277 MagickExport char *CloneString(char **destination,const char *source)
271 MagickExport char *CloneString(char **destination,const char *source) function
H A Dmethods.h169 #define CloneString PrependMagickMethod(CloneString) macro
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc836 static char* CloneString(const char* str, size_t length) { function in namespace:testing::internal
852 NULL : CloneString(c_str, strlen(c_str));
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc835 static char* CloneString(const char* str, size_t length) { function in namespace:testing::internal
851 NULL : CloneString(c_str, strlen(c_str));
/external/protobuf/gtest/src/
H A Dgtest.cc808 static char* CloneString(const char* str, size_t length) { function in namespace:testing::internal
824 NULL : CloneString(c_str, strlen(c_str));
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest.cc835 static char* CloneString(const char* str, size_t length) { function in namespace:testing::internal
851 NULL : CloneString(c_str, strlen(c_str));
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc2148 static char* CloneString(const char* str, size_t length) { function in namespace:testing::internal
2164 NULL : CloneString(c_str, strlen(c_str));

Completed in 3853 milliseconds