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

  /external/ImageMagick/Magick++/lib/
Functions.cpp 23 MagickPPExport void Magick::CloneString(char **destination_,
26 MagickCore::CloneString(destination_,source_.c_str());
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
StringFuncs.c 24 CloneString (
147 String = CloneString (String);
234 NewString = CloneString (String);
  /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/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/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest.cc 835 static char* CloneString(const char* str, size_t length) {
851 NULL : CloneString(c_str, strlen(c_str));
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc     [all...]

Completed in 1027 milliseconds