Searched defs:copy_string (Results 1 – 2 of 2) sorted by relevance
21 static size_t copy_string(char *buf, size_t ix, size_t bufsize, const char *src) in copy_string() function
482 Value* copy_string = NULL; in TEST() local663 std::unique_ptr<Value> copy_string = original_string->CreateDeepCopy(); in TEST() local