Searched defs:DecomposeType (Results 1 – 7 of 7) sorted by relevance
669 struct DecomposeType { struct670 DecomposeType(int i = 0) : i(i) { // NOLINT in DecomposeType() function674 explicit DecomposeType(const char* d) : DecomposeType(*d) {} in DecomposeType() function676 DecomposeType(const DecomposeType& other) : i(other.i) { in DecomposeType() argument679 DecomposeType& operator=(const DecomposeType& other) { in operator =()684 DecomposeType(DecomposeType&& other) : i(other.i) { in DecomposeType() function687 DecomposeType& operator=(DecomposeType&& other) { in operator =()693 int i;
680 struct DecomposeType { struct681 DecomposeType(int i = 0) : i(i) { // NOLINT in DecomposeType() function685 explicit DecomposeType(const char* d) : DecomposeType(*d) {} in DecomposeType() argument687 DecomposeType(const DecomposeType& other) : i(other.i) { in DecomposeType() argument690 DecomposeType& operator=(const DecomposeType& other) { in operator =()695 DecomposeType(DecomposeType&& other) : i(other.i) { in DecomposeType() function698 DecomposeType& operator=(DecomposeType&& other) { in operator =()704 int i;
680 struct DecomposeType { struct681 DecomposeType(int i = 0) : i(i) { // NOLINT in DecomposeType() function685 explicit DecomposeType(const char* d) : DecomposeType(*d) {} in DecomposeType() argument687 DecomposeType(const DecomposeType& other) : i(other.i) { in DecomposeType() function690 DecomposeType& operator=(const DecomposeType& other) { in operator =()695 DecomposeType(DecomposeType&& other) : i(other.i) { in DecomposeType() function698 DecomposeType& operator=(DecomposeType&& other) { in operator =()704 int i;
1039 struct DecomposeType { struct1040 DecomposeType(int i = 0) : i(i) { // NOLINT in DecomposeType() argument1044 explicit DecomposeType(const char* d) : DecomposeType(*d) {} in DecomposeType() argument1046 DecomposeType(const DecomposeType& other) : i(other.i) { in DecomposeType() argument1049 DecomposeType& operator=(const DecomposeType& other) { in operator =()1054 DecomposeType(DecomposeType&& other) : i(other.i) { in DecomposeType() function1057 DecomposeType& operator=(DecomposeType&& other) { in operator =()1063 int i;
1054 struct DecomposeType { struct1055 DecomposeType(int i = 0) : i(i) { // NOLINT in DecomposeType() argument1059 explicit DecomposeType(const char* d) : DecomposeType(*d) {} in DecomposeType() argument1061 DecomposeType(const DecomposeType& other) : i(other.i) { in DecomposeType() argument1064 DecomposeType& operator=(const DecomposeType& other) { in operator =()1069 DecomposeType(DecomposeType&& other) : i(other.i) { in DecomposeType() argument1072 DecomposeType& operator=(DecomposeType&& other) { in operator =()1078 int i;
1055 struct DecomposeType { struct1056 DecomposeType(int i = 0) : i(i) { // NOLINT in DecomposeType() function1060 explicit DecomposeType(const char* d) : DecomposeType(*d) {} in DecomposeType() function1062 DecomposeType(const DecomposeType& other) : i(other.i) { in DecomposeType() argument1065 DecomposeType& operator=(const DecomposeType& other) { in operator =()1070 DecomposeType(DecomposeType&& other) : i(other.i) { in DecomposeType() argument1073 DecomposeType& operator=(DecomposeType&& other) { in operator =()1079 int i;
548 struct DecomposeType { struct549 DecomposeType(int i) : i(i) { // NOLINT in DecomposeType() argument553 explicit DecomposeType(const char* d) : DecomposeType(*d) {} in DecomposeType() function555 int i;