Searched defs:custom_string_c (Results 1 – 4 of 4) sorted by relevance
25 struct custom_string_c struct27 custom_string_c(char c) { str[0] = c; str[1] = '\0'; } in custom_string_c() function29 operator char*() { return str; } in operator char*()30 operator char const*() const { return str; } in operator char const*()33 char str[2];
23 struct custom_string_c struct25 custom_string_c(char c) { str[0] = c; str[1] = '\0'; } in custom_string_c() argument27 operator char*() { return str; } in operator char*()28 operator char const*() const { return str; } in operator char const*()31 char str[2];
14 struct custom_string_c struct16 custom_string_c(char c) { str[0] = c; str[1] = '\0'; } in custom_string_c() function18 operator char*() { return str; } in operator char*()19 operator char const*() const { return str; } in operator char const*()22 char str[2];
14 struct custom_string_c struct16 custom_string_c(char c) { str[0] = c; str[1] = '\0'; } in custom_string_c() argument18 operator char*() { return str; } in operator char*()19 operator char const*() const { return str; } in operator char const*()22 char str[2];