Home
last modified time | relevance | path

Searched refs:fetch_long (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/py-jupyterlab/jupyterlab-3.1.14/jupyterlab/tests/
H A Dtest_build_api.py13 def build_api_tester(jp_serverapp, labapp, fetch_long): argument
14 return BuildAPITester(labapp, fetch_long)
21 def __init__(self, labapp, fetch_long): argument
23 self.fetch = fetch_long
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DInputGroupCallId.h60 group_call_id = parser.fetch_long(); in parse()
61 access_hash = parser.fetch_long(); in parse()
H A DSecretChatActor.h277 exchange_id = parser.fetch_long(); in parse()
279 …last_timestamp = static_cast<double>(parser.fetch_long()) / 1000000 - Clocks::system() + Time::now… in parse()
433 access_hash = parser.fetch_long(); in parse()
435 user_id = UserId(parser.fetch_long()); in parse()
439 user_access_hash = parser.fetch_long(); in parse()
H A DChatId.h56 id = parser.fetch_long(); in parse()
H A DChannelId.h57 id = parser.fetch_long(); in parse()
H A DInputDialogId.h72 access_hash = parser.fetch_long(); in parse()
H A DDialogId.h76 id = parser.fetch_long(); in parse()
H A DUserId.h74 id = parser.fetch_long(); in parse()
H A DMessageId.h174 id = parser.fetch_long(); in parse()
/dports/net-im/telegram-purple/telegram-purple-1.4.3/tgl/
H A Dmtproto-client.c206 fetch_long (); // msg_id in check_unauthorized_header()
791 long long id = fetch_long (); in work_container()
815 fetch_long (); // unique_id in work_new_session_created()
833 long long id = fetch_long (); in work_msgs_ack()
843 long long id = fetch_long (); in work_rpc_result()
878 long long id = fetch_long (); in work_bad_server_salt()
889 fetch_long (); // msg_id in work_pong()
890 fetch_long (); // ping_id in work_pong()
896 fetch_long (); // msg_id in work_detailed_info()
897 fetch_long (); // answer_msg_id in work_detailed_info()
[all …]
H A Dmtproto-common.h328 static inline long long fetch_long (void) { in fetch_long() function
/dports/net-im/telegram-cli/tg-20200106/tgl/
H A Dmtproto-client.c206 fetch_long (); // msg_id in check_unauthorized_header()
791 long long id = fetch_long (); in work_container()
815 fetch_long (); // unique_id in work_new_session_created()
833 long long id = fetch_long (); in work_msgs_ack()
843 long long id = fetch_long (); in work_rpc_result()
878 long long id = fetch_long (); in work_bad_server_salt()
889 fetch_long (); // msg_id in work_pong()
890 fetch_long (); // ping_id in work_pong()
896 fetch_long (); // msg_id in work_detailed_info()
897 fetch_long (); // answer_msg_id in work_detailed_info()
[all …]
H A Dmtproto-common.h328 static inline long long fetch_long (void) { in fetch_long() function
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tddb/td/db/binlog/
H A DBinlogEvent.cpp21 id_ = parser.fetch_long(); in init()
24 extra_ = parser.fetch_long(); in init()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/mtproto/
H A DAuthKey.h81 auth_key_id_ = parser.fetch_long(); in parse()
H A DAuthData.h35 salt.salt = parser.fetch_long(); in parse()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdtl/td/tl/
H A Dtl_simple_parser.h68 std::int64_t fetch_long() { in fetch_long() function
/dports/devel/py-jupyterlab/jupyterlab-3.1.14/jupyterlab/
H A Dpytest_plugin.py90 def fetch_long(http_server_client, jp_auth_header, jp_base_url): function
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/tl/
H A Dtl_object_parse.h73 return parser.fetch_long(); in parse()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdutils/td/utils/
H A Dtl_helpers.h92 x = parser.fetch_long(); in parse()
100 x = static_cast<uint64>(parser.fetch_long()); in parse()
H A Dtl_parsers.h103 int64 fetch_long() { in fetch_long() function
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/
H A Dgenerator68k_interf.c174 mem68k_def[2].fetch_long=mem68k_fetch_bk_normal_long; in bankswitcher_init()
190 mem68k_fetch_long[j] = mem68k_def[i].fetch_long; in mem68k_init()
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/generator68k/
H A Dmem68k.h14 uint32 (*fetch_long)(uint32 addr); member
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/logevent/
H A DSecretChatEvent.h304 auth_key_id = static_cast<uint64>(parser.fetch_long()); in parse()
486 …user_id = UserId(parser.version() >= 4 ? parser.fetch_long() : static_cast<int64>(parser.fetch_int… in parse()
/dports/misc/rump/buildrump.sh-b914579/src/common/lib/libx86emu/
H A Dx86emu.c366 fetched = fetch_long(emu, emu->x86.R_CS, emu->x86.R_IP); in fetch_long_imm()
467 return fetch_long(emu, get_data_segment(emu), offset); in fetch_data_long()
2631 val2 = fetch_long(emu, emu->x86.R_ES, emu->x86.R_DI); in x86emuOp_cmps_word()
2651 val2 = fetch_long(emu, emu->x86.R_ES, emu->x86.R_DI); in x86emuOp_cmps_word()
2668 val2 = fetch_long(emu, emu->x86.R_ES, emu->x86.R_DI); in x86emuOp_cmps_word()
2883 val = fetch_long(emu, emu->x86.R_ES, emu->x86.R_DI); in x86emuOp_scas_word()
2900 val = fetch_long(emu, emu->x86.R_ES, emu->x86.R_DI); in x86emuOp_scas_word()
2914 val = fetch_long(emu, emu->x86.R_ES, emu->x86.R_DI); in x86emuOp_scas_word()
8032 fetch_long(emu, emu->x86.R_ES, emu->x86.R_SI)); in outs()
8054 fetch_long(emu, emu->x86.R_ES, emu->x86.R_SI)); in outs()
[all …]

12