Home
last modified time | relevance | path

Searched refs:FakeRow (Results 1 – 9 of 9) sorted by relevance

/dports/devel/py-ovsdbapp/ovsdbapp-1.5.0/ovsdbapp/tests/unit/backend/
H A Dtest_ovs_idl.py21 class FakeRow(object): class
28 FakeRow(uuid='fake-id-1', name='Fake1')})
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/dialogs/ui/
H A Ddialogs_layout.h15 class FakeRow; variable
40 not_null<const FakeRow*> row,
H A Ddialogs_layout.cpp818 not_null<const FakeRow*> row, in paint()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/dialogs/
H A Ddialogs_row.h132 class FakeRow : public BasicRow {
134 FakeRow(Key searchInChat, not_null<HistoryItem*> item);
H A Ddialogs_inner_widget.h42 class FakeRow; variable
187 not_null<FakeRow*> result,
380 std::vector<std::unique_ptr<FakeRow>> _searchResults;
H A Ddialogs_row.cpp286 FakeRow::FakeRow(Key searchInChat, not_null<HistoryItem*> item) in FakeRow() function in Dialogs::FakeRow
H A Ddialogs_widget.h52 class FakeRow; variable
H A Ddialogs_inner_widget.cpp691 not_null<FakeRow*> result, in isSearchResultActive()
1970 using Result = std::unique_ptr<FakeRow>; in hasHistoryInResults()
2016 std::make_unique<FakeRow>( in searchReceived()
2034 std::make_unique<FakeRow>( in searchReceived()
/dports/security/keybase/client-v5.7.1/shared/chat/inbox/
H A Dindex.desktop.tsx30 const FakeRow = ({idx}: {idx: number}) => (
173 <FakeRow idx={idx} key={idx} />