Home
last modified time | relevance | path

Searched defs:CallInfo (Results 1 – 25 of 538) sorted by relevance

12345678910>>...22

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/tests/helpers/
H A Dmysql_session_replayer.h111 struct CallInfo { struct
112 CallInfo() {} in CallInfo() argument
136 std::deque<CallInfo> call_info_; argument
/dports/devel/ispc/ispc-1.16.1/examples/cpu/aobench_instrumented/
H A Dinstrument.cpp42 struct CallInfo { struct
43 CallInfo() { count = laneCount = allOff = 0; } in CallInfo() function
49 static std::map<std::string, CallInfo> callInfo; argument
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_db/src/
H A Dcall_info.rs17 pub struct CallInfo { struct
24 impl CallInfo { implementation
45 pub fn call_info(db: &RootDatabase, position: FilePosition) -> Option<CallInfo> { in call_info()
/dports/games/scourge/scourge/src/squirrel/
H A Dsqvm.h38 struct CallInfo{ struct
39 CallInfo() { _generator._type = OT_NULL;} in CallInfo() argument
43 SQObject _closure;
44 SQObject _generator;
45 SQInteger _etraps;
47 SQInteger _prevtop;
48 SQInteger _target;
49 SQInstruction *_ip;
50 SQInteger _ncalls;
51 SQBool _root;
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Dynamic/
H A DCallInfo.cs30 public sealed class CallInfo class
38 public CallInfo(int argCount, params string[] argNames) in CallInfo() method in System.Dynamic.CallInfo
49 public CallInfo(int argCount, IEnumerable<string> argNames) in CallInfo() method in System.Dynamic.CallInfo
/dports/devel/codeblocks/codeblocks-20.03/src/include/scripting/squirrel/
H A Dsqvm.h44 struct CallInfo{ struct
46 SQInstruction *_ip;
47 SQObjectPtr *_literals;
48 SQObjectPtr _closure;
50 SQInt32 _etraps;
51 SQInt32 _prevstkbase;
52 SQInt32 _prevtop;
53 SQInt32 _target;
54 SQInt32 _ncalls;
55 SQBool _root;
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Actions/
H A DCallInfo.cs48 public sealed class CallInfo { class
58 public CallInfo(int argCount, params string[] argNames) in CallInfo() method in System.Dynamic.CallInfo
68 public CallInfo(int argCount, IEnumerable<string> argNames) { in CallInfo() method in System.Dynamic.CallInfo
/dports/games/openttd/openttd-12.1/src/3rdparty/squirrel/squirrel/
H A Dsqvm.h38 struct CallInfo{ struct
40 SQInstruction *_ip;
41 SQObjectPtr *_literals;
42 SQObjectPtr _closure;
44 SQInt32 _etraps;
45 SQInt32 _prevstkbase;
46 SQInt32 _prevtop;
47 SQInt32 _target;
48 SQInt32 _ncalls;
49 SQBool _root;
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide/src/
H A Dcall_info.rs14 pub struct CallInfo { struct
21 impl CallInfo { argument
42 pub(crate) fn call_info(db: &RootDatabase, position: FilePosition) -> Option<CallInfo> { in call_info()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/squirrel/squirrel/
H A Dsqvm.h36 struct CallInfo{ struct
38 SQInstruction *_ip;
39 SQObjectPtr *_literals;
40 SQObjectPtr _closure;
41 SQGenerator *_generator;
42 SQInt32 _etraps;
43 SQInt32 _prevstkbase;
44 SQInt32 _prevtop;
45 SQInt32 _target;
46 SQInt32 _ncalls;
[all …]
/dports/lang/squirrel/squirrel3/squirrel/
H A Dsqvm.h38 struct CallInfo{ struct
40 SQInstruction *_ip;
41 SQObjectPtr *_literals;
42 SQObjectPtr _closure;
43 SQGenerator *_generator;
44 SQInt32 _etraps;
45 SQInt32 _prevstkbase;
46 SQInt32 _prevtop;
47 SQInt32 _target;
48 SQInt32 _ncalls;
[all …]
/dports/games/simutrans/simutrans-121.0/squirrel/squirrel/
H A Dsqvm.h35 struct CallInfo{ struct
37 SQInstruction *_ip;
38 SQObjectPtr *_literals;
39 SQObjectPtr _closure;
40 SQGenerator *_generator;
41 SQInt32 _etraps;
42 SQInt32 _prevstkbase;
43 SQInt32 _prevtop;
44 SQInt32 _target;
45 SQInt32 _ncalls;
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/app_sqlang/squirrel/squirrel/
H A Dsqvm.h36 struct CallInfo{ struct
38 SQInstruction *_ip;
39 SQObjectPtr *_literals;
40 SQObjectPtr _closure;
41 SQGenerator *_generator;
42 SQInt32 _etraps;
43 SQInt32 _prevstkbase;
44 SQInt32 _prevtop;
45 SQInt32 _target;
46 SQInt32 _ncalls;
[all …]
/dports/net/sems/sems-f89581a/apps/examples/call_gen/
H A DCallGen.h49 struct CallInfo { struct
72 map<string, CallInfo> active_calls; argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/flight/flight-core/src/main/java/org/apache/arrow/flight/
H A DCallInfo.java23 public final class CallInfo { class
26 public CallInfo(FlightMethod method) { in CallInfo() method in CallInfo
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DCallManager.h45 struct CallInfo { struct
49 std::map<int64, CallInfo> call_info_; argument
/dports/databases/arrow/apache-arrow-6.0.1/java/flight/flight-core/src/main/java/org/apache/arrow/flight/
H A DCallInfo.java23 public final class CallInfo { class
26 public CallInfo(FlightMethod method) { in CallInfo() method in CallInfo
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/flight/flight-core/src/main/java/org/apache/arrow/flight/
H A DCallInfo.java23 public final class CallInfo { class
26 public CallInfo(FlightMethod method) { in CallInfo() method in CallInfo
/dports/games/scummvm/scummvm-2.5.1/engines/grim/lua/
H A Dlstate.h61 struct CallInfo { struct
62 Closure *c;
63 TProtoFunc *tf; // Set to NULL for C function
64 StkId base;
65 byte *pc;
66 int32 nResults;
/dports/games/residualvm/residualvm-0.3.1/engines/grim/lua/
H A Dlstate.h61 struct CallInfo { struct
62 Closure *c;
63 TProtoFunc *tf; // Set to NULL for C function
64 StkId base;
65 byte *pc;
66 int32 nResults;
/dports/net/pjsip/pjproject-2.11.1/pjsip/include/pjsua2/
H A Dcall.hpp411 struct CallInfo struct
416 pjsua_call_id id;
421 pjsip_role_e role;
426 pjsua_acc_id accId;
431 string localUri;
436 string localContact;
441 string remoteUri;
466 string stateText;
476 string lastReason;
504 bool remOfferer;
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/test/java/org/apache/hadoop/yarn/server/utils/
H A DTestLeveldbIterator.java37 private static class CallInfo { class in TestLeveldbIterator
42 public CallInfo(String methodName, Object... args) { in CallInfo() method in TestLeveldbIterator.CallInfo
/dports/games/libretro-gw/gw-libretro-2be30ba/lua/src/
H A Dlstate.h65 typedef struct CallInfo { struct
68 struct CallInfo *previous, *next; /* dynamic call link */ argument
83 } CallInfo; argument
/dports/games/pioneer/pioneer-20210723/contrib/lua/src/
H A Dlstate.h69 typedef struct CallInfo { struct
72 struct CallInfo *previous, *next; /* dynamic call link */ argument
89 } CallInfo; argument
/dports/games/retroarch/RetroArch-1.9.7/deps/lua/src/
H A Dlstate.h92 typedef struct CallInfo { struct
95 struct CallInfo *previous, *next; /* dynamic call link */ argument
110 } CallInfo; argument

12345678910>>...22