Home
last modified time | relevance | path

Searched refs:copy_count (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/cplusplus/example/cpp_standard/
A Drvalue_test.cpp65 static void copycount_clear(void) { copy_count = 0; }; in copycount_clear()
66 static int copycount_get(void) { return copy_count; }; in copycount_get()
71 static int copy_count; member in custom_string
75 copy_count++; in copy_data()
76 cout << "copy data, copy count is " << copy_count << endl; in copy_data()
83 int custom_string::copy_count = 0; member in custom_string
87 int copy_count; in rvalue_test() local
96 copy_count = custom_string::copycount_get(); in rvalue_test()
98 if (copy_count > 2) { in rvalue_test()
99 cout << "rvalue test error, copy_count is " << copy_count << endl; in rvalue_test()

Completed in 2 milliseconds