Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola-cab committed Mar 7, 2024
1 parent e7add60 commit 7ac0073
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/realm/array_flex.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ class ArrayFlex {
bool find_all_match(size_t start, size_t end, size_t baseindex, QueryStateBase* state) const;

template <typename Cond, bool = true> // true int64_t other uint64_t
inline size_t parallel_subword_find(const Array&, uint64_t, size_t, size_t, uint_least8_t, size_t, size_t) const;
inline size_t parallel_subword_find(const Array&, uint64_t, size_t, size_t, uint_least8_t, size_t,
size_t) const;

bool find_eq(const Array&, int64_t, size_t, size_t, size_t, QueryStateBase*) const;
bool find_neq(const Array&, int64_t, size_t, size_t, size_t, QueryStateBase*) const;
Expand Down

0 comments on commit 7ac0073

Please sign in to comment.