Searched refs:ColumnByteLength (Results 1 – 8 of 8) sorted by relevance
209 int Statement::ColumnByteLength(int col) const { in ColumnByteLength() function in sql::Statement232 size_t len = ColumnByteLength(col); in ColumnBlobAsString()
136 int ColumnByteLength(int col) const;
82 int col_bytes = s.ColumnByteLength(0); in GetWebAppImages()
30 int encrypted_password_len = s->ColumnByteLength(5); in InitPasswordFormFromStatement()
120 int encrypted_number_len = s.ColumnByteLength(10); in CreditCard31FromStatement()142 int encrypted_number_len = s.ColumnByteLength(4); in CreditCard32FromStatement()
132 int encrypted_number_len = s.ColumnByteLength(4); in CreditCardFromStatement()
1003 specifics.ParseFromArray(s.ColumnBlob(4), s.ColumnByteLength(4)); in TEST_F()1008 specifics.ParseFromArray(s.ColumnBlob(5), s.ColumnByteLength(5)); in TEST_F()
439 if (statement.ColumnByteLength(1) > 0) in GetFavicon()