Home
last modified time | relevance | path

Searched defs:custom_string_c (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/spirit/test/qi/
Dsymbols1.cpp25 struct custom_string_c struct
27 custom_string_c(char c) { str[0] = c; str[1] = '\0'; } in custom_string_c() function
29 operator char*() { return str; } in operator char*()
30 operator char const*() const { return str; } in operator char const*()
33 char str[2];
Dsymbols2.cpp23 struct custom_string_c struct
25 custom_string_c(char c) { str[0] = c; str[1] = '\0'; } in custom_string_c() argument
27 operator char*() { return str; } in operator char*()
28 operator char const*() const { return str; } in operator char const*()
31 char str[2];
/third_party/boost/libs/spirit/test/x3/
Dsymbols1.cpp14 struct custom_string_c struct
16 custom_string_c(char c) { str[0] = c; str[1] = '\0'; } in custom_string_c() function
18 operator char*() { return str; } in operator char*()
19 operator char const*() const { return str; } in operator char const*()
22 char str[2];
Dsymbols2.cpp14 struct custom_string_c struct
16 custom_string_c(char c) { str[0] = c; str[1] = '\0'; } in custom_string_c() argument
18 operator char*() { return str; } in operator char*()
19 operator char const*() const { return str; } in operator char const*()
22 char str[2];