Searched defs:SetChar (Results 1 – 8 of 8) sorted by relevance
153 constexpr void SetChar(unsigned char c) { in SetChar() function
155 constexpr void SetChar(unsigned char c) { in SetChar() function
127 void SetChar(unsigned char c) { in SetChar() function
128 void SetChar(char c) { in SetChar() function
439 void SetChar(StringPiece name, char value) { in SetChar() function
717 #define SetChar(ch,c,a) do { \ macro787 #define SetChar(ch,c,a) ch = (c) | (a) macro