HomeSort by relevance Sort by last modified time
    Searched defs:CloneString (Results 1 - 8 of 8) sorted by null

  /external/ImageMagick/Magick++/lib/
Functions.cpp 23 MagickPPExport void Magick::CloneString(char **destination_,
26 MagickCore::CloneString(destination_,source_.c_str());
  /external/ImageMagick/MagickCore/
string.c 256 % 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)
    [all...]
methods.h 169 #define CloneString PrependMagickMethod(CloneString)
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc 836 static char* CloneString(const char* str, size_t length) {
852 NULL : CloneString(c_str, strlen(c_str));
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc 835 static char* CloneString(const char* str, size_t length) {
851 NULL : CloneString(c_str, strlen(c_str));
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 835 static char* CloneString(const char* str, size_t length) {
851 NULL : CloneString(c_str, strlen(c_str));
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 808 static char* CloneString(const char* str, size_t length) {
824 NULL : CloneString(c_str, strlen(c_str));
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc     [all...]

Completed in 855 milliseconds