Searched refs:protoBase64 (Results 1 – 1 of 1) sorted by relevance
474 std::string protoBase64; in WriteBase64() local475 this->WriteBase64String(&protoBase64); in WriteBase64()477 OSI_NO_INTR(ret = write(fd, protoBase64.c_str(), protoBase64.size())); in WriteBase64()