Lines Matching defs:Binary
4 // Redistribution and use in source and binary forms, with or without10 // * Redistributions in binary form must reproduce the above1046 const char* Binary(const char* input, short n) { return input + n; } // NOLINT1082 std::string Binary(const std::string& str, char c) const { return str + c; }