username
stringlengths 1
36
| repo
stringlengths 1
82
| path
stringlengths 4
161
| function
stringlengths 0
328
| code
stringlengths 15
240k
| func_defs
stringlengths 0
313k
| llvm
stringclasses 1
value | hash
stringlengths 64
64
| memory
int64 15
240k
|
---|---|---|---|---|---|---|---|---|
MECTsrl | mect_apps | TPAC1007_04_AA/Octopus_Head/config/crosstable.cpp |
int
getStatus_VALx_AnIn_5 |
int
getStatus_VALx_AnIn_5(void)
{
return getStatus(ID_VALx_AnIn_5);
} | e931a8b8fd84730df4ace0e5263e7a45b12ed80d32cd103d82b84c131a956f16 | 75 |
||
cxzheng | ModalSound | ModalSound/src/demo/ClickSoundSynth.cpp | ClickSoundViewer::keyPressEvent |
void ClickSoundViewer::keyPressEvent(QKeyEvent* e)
{
const Qt::KeyboardModifiers modifiers = e->modifiers();
if ( e->key() == Qt::Key_W && modifiers == Qt::NoButton )
{
wireframe_ = !wireframe_;
update();
}
else
QGLViewer::keyPressEvent(e);
} | ~ClickSoundViewer();
ClickSoundViewer::ClickSoundViewer(const char* inifile);
void ClickSoundViewer::load_mesh(const QString& meshfile);
void ClickSoundViewer::init();
void ClickSoundViewer::draw();
void ClickSoundViewer::draw_obj();
void ClickSoundViewer::draw_mesh();
void ClickSoundViewer::draw_triangle_normal();
void ClickSoundViewer::drawWithNames();
void ClickSoundViewer::postSelection(const QPoint&);
void ClickSoundViewer::init_gl();
static void list_audio_devices();
int main(int argc, char* argv[]);
| 01c2aa748d781afef4da6e8203ff6c62b3b2649e36f1ce3c3d46c4073b6d5840 | 288 |
|
andrewssobral | bgslibrary | src/algorithms/DPZivkovicAGMM.cpp | DPZivkovicAGMM::save_config |
void DPZivkovicAGMM::save_config(cv::FileStorage &fs) {
fs << "threshold" << threshold;
fs << "alpha" << alpha;
fs << "gaussians" << gaussians;
fs << "showOutput" << showOutput;
} |
DPZivkovicAGMM::DPZivkovicAGMM();
DPZivkovicAGMM::~DPZivkovicAGMM();
void DPZivkovicAGMM::process(const cv::Mat &img_input, cv::Mat &img_output, cv::Mat &img_bgmodel);
void DPZivkovicAGMM::load_config(cv::FileStorage &fs);
| 9bbe65af0888969b5727905e2ebd39f0f18dab7155840fa71168e9482575726a | 188 |
|
PopCap | GameIdea | Engine/Source/ThirdParty/PhysX/APEX-1.3/module/destructible_legacy/src/DestructibleAssetParameters_0p22.cpp | DestructibleAssetParameters_0p22::initDynamicArrays |
void DestructibleAssetParameters_0p22::initDynamicArrays(void)
{
behaviorGroups.buf = NULL;
behaviorGroups.isAllocated = true;
behaviorGroups.elementSize = sizeof(BehaviorGroup_Type);
behaviorGroups.arraySizes[0] = 0;
chunks.buf = NULL;
chunks.isAllocated = true;
chunks.elementSize = sizeof(Chunk_Type);
chunks.arraySizes[0] = 0;
chunkConvexHulls.buf = NULL;
chunkConvexHulls.isAllocated = true;
chunkConvexHulls.elementSize = sizeof(NxParameterized::Interface*);
chunkConvexHulls.arraySizes[0] = 0;
chunkConvexHullStartIndices.buf = NULL;
chunkConvexHullStartIndices.isAllocated = true;
chunkConvexHullStartIndices.elementSize = sizeof(physx::PxU32);
chunkConvexHullStartIndices.arraySizes[0] = 0;
depthParameters.buf = NULL;
depthParameters.isAllocated = true;
depthParameters.elementSize = sizeof(DestructibleDepthParameters_Type);
depthParameters.arraySizes[0] = 0;
chunkInstanceInfo.buf = NULL;
chunkInstanceInfo.isAllocated = true;
chunkInstanceInfo.elementSize = sizeof(InstanceInfo_Type);
chunkInstanceInfo.arraySizes[0] = 0;
staticMaterialNames.buf = NULL;
staticMaterialNames.isAllocated = true;
staticMaterialNames.elementSize = sizeof(NxParameterized::DummyStringStruct);
staticMaterialNames.arraySizes[0] = 0;
overlapsAtDepth.buf = NULL;
overlapsAtDepth.isAllocated = true;
overlapsAtDepth.elementSize = sizeof(NxParameterized::Interface*);
overlapsAtDepth.arraySizes[0] = 0;
firstChunkAtDepth.buf = NULL;
firstChunkAtDepth.isAllocated = true;
firstChunkAtDepth.elementSize = sizeof(physx::PxU32);
firstChunkAtDepth.arraySizes[0] = 0;
actorTransforms.buf = NULL;
actorTransforms.isAllocated = true;
actorTransforms.elementSize = sizeof(physx::PxMat44);
actorTransforms.arraySizes[0] = 0;
scatterMeshAssets.buf = NULL;
scatterMeshAssets.isAllocated = true;
scatterMeshAssets.elementSize = sizeof(NxParameterized::Interface*);
scatterMeshAssets.arraySizes[0] = 0;
scatterMeshIndices.buf = NULL;
scatterMeshIndices.isAllocated = true;
scatterMeshIndices.elementSize = sizeof(physx::PxU8);
scatterMeshIndices.arraySizes[0] = 0;
scatterMeshTransforms.buf = NULL;
scatterMeshTransforms.isAllocated = true;
scatterMeshTransforms.elementSize = sizeof(M34_Type);
scatterMeshTransforms.arraySizes[0] = 0;
} |
DestructibleAssetParameters_0p22::DestructibleAssetParameters_0p22(NxParameterized::Traits* traits, void* buf, PxI32* refCount);
DestructibleAssetParameters_0p22::~DestructibleAssetParameters_0p22();
void DestructibleAssetParameters_0p22::destroy();
const NxParameterized::DefinitionImpl* DestructibleAssetParameters_0p22::getParameterDefinitionTree(void);
const NxParameterized::DefinitionImpl* DestructibleAssetParameters_0p22::getParameterDefinitionTree(void);
NxParameterized::ErrorType DestructibleAssetParameters_0p22::getParameterHandle(const char* long_name, Handle& handle);
NxParameterized::ErrorType DestructibleAssetParameters_0p22::getParameterHandle(const char* long_name, Handle& handle);
void DestructibleAssetParameters_0p22::getVarPtr(const Handle& handle, void*& ptr, size_t& offset);
void DestructibleAssetParameters_0p22::freeParameterDefinitionTable(NxParameterized::Traits* traits);
void DestructibleAssetParameters_0p22::buildTree(void);
void DestructibleAssetParameters_0p22::initStrings(void);
void DestructibleAssetParameters_0p22::initDefaults(void);
void DestructibleAssetParameters_0p22::initReferences(void);
void DestructibleAssetParameters_0p22::freeDynamicArrays(void);
void DestructibleAssetParameters_0p22::freeStrings(void);
void DestructibleAssetParameters_0p22::freeReferences(void);
| 62c1c3f7a20646263a5b75bacc591ef0444b5e3bd604d4be4b4ab52caef8d67a | 2,263 |
|
pcolby | libqtaws | src/organizations/enableallfeaturesrequest.cpp |
EnableAllFeaturesRequest::EnableAllFeaturesRequest |
EnableAllFeaturesRequest::EnableAllFeaturesRequest()
: OrganizationsRequest(new EnableAllFeaturesRequestPrivate(OrganizationsRequest::EnableAllFeaturesAction, this))
{
} |
EnableAllFeaturesRequest::EnableAllFeaturesRequest(const EnableAllFeaturesRequest &other);
bool EnableAllFeaturesRequest::isValid();
QtAws::Core::AwsAbstractResponse * EnableAllFeaturesRequest::response(QNetworkReply * const reply);
| 724a089830b77ae58e3fb7a1f3268fbd69a5fb30dda029f373bc7c38789ce3c1 | 175 |
|
Fat-Zer | FreeCAD_sf_master | src/Gui/SoAxisCrossKit.cpp | SoAxisCrossKit::addWriteReference |
void SoAxisCrossKit::addWriteReference(SoOutput *
, SbBool
)
{
} |
SoShapeScale::SoShapeScale(void);
SoShapeScale::~SoShapeScale();
SoAxisCrossKit::SoAxisCrossKit();
SoAxisCrossKit::~SoAxisCrossKit();
void SoAxisCrossKit::getBoundingBox(SoGetBoundingBoxAction * action);
void SoRegPoint::initClass();
SoRegPoint::SoRegPoint();
SoRegPoint::~SoRegPoint();
void SoRegPoint::GLRender(SoGLRenderAction *action);
void SoRegPoint::generatePrimitives(SoAction* /*action*/);
void SoRegPoint::computeBBox(SoAction *action, SbBox3f &box, SbVec3f ¢er);
void SoRegPoint::notify(SoNotList * node);
| 8e71804413713df33a3bd44fdf7fee9fdc38519b3a87bb0ce637c45c8c25839b | 73 |
|
aaronbolyard | hologine | code/hologine_platform/hologine/core/memory/memory_arena_pool.cpp | holo::memory_arena_pool::give_arena |
void holo::memory_arena_pool::give_arena(arena_record* record)
{
record->allocator = nullptr;
record->free_node_count = 0;
record->free_node_list = nullptr;
record->previous = nullptr;
if (next_free_arena)
{
record->next = next_free_arena;
}
next_free_arena = record;
} |
holo::memory_arena_pool::~memory_arena_pool();
std::size_t holo::memory_arena_pool::reserve(std::size_t count);
holo::memory_arena_pool::arena_record* holo::memory_arena_pool::take_arena();
holo::memory_arena_pool::arena_record* holo::memory_arena_pool::get_arena(void* pointer);
std::size_t holo::memory_arena_pool::get_arena_size();
std::size_t holo::memory_arena_pool::get_arena_count();
std::size_t holo::memory_arena_pool::get_reserved_arena_count();
bool holo::memory_arena_pool::allocate_arena();
| f14144868ff1c1c3ec4deb412f8120c81599de59d4657b1ad37e13d7d63f2f51 | 282 |
|
brunolauze | MonoNative | MonoNative/mscorlib/System/Security/Claims/mscorlib_System_Security_Claims_ClaimsPrincipal.cpp | ClaimsPrincipal::get_Identity | mscorlib::System::Security::Principal::IIdentity ClaimsPrincipal::get_Identity() const
{
MonoObject *__result__ = Global::InvokeMethod("mscorlib", "System.Security.Claims", "ClaimsPrincipal", 0, NULL, "get_Identity", __native_object__, 0, NULL, NULL, NULL);
return mscorlib::System::Security::Principal::IIdentity(__result__);
} | void ClaimsPrincipal::AddIdentities(mscorlib::System::Collections::Generic::IEnumerable<mscorlib::System::Security::Claims::ClaimsIdentity> identities);
void ClaimsPrincipal::AddIdentity(mscorlib::System::Security::Claims::ClaimsIdentity identity);
mscorlib::System::Collections::Generic::IEnumerable<mscorlib::System::Security::Claims::Claim> ClaimsPrincipal::FindAll(mscorlib::Callback<mscorlib::System::Boolean (mscorlib::System::Security::Claims::Claim );
mscorlib::System::Security::Claims::Claim ClaimsPrincipal::FindFirst(mscorlib::Callback<mscorlib::System::Boolean (mscorlib::System::Security::Claims::Claim );
mscorlib::System::Boolean ClaimsPrincipal::HasClaim(mscorlib::Callback<mscorlib::System::Boolean (mscorlib::System::Security::Claims::Claim );
mscorlib::System::Boolean ClaimsPrincipal::IsInRole(mscorlib::System::String role);
mscorlib::System::Boolean ClaimsPrincipal::IsInRole(const char *role);
mscorlib::System::Collections::Generic::IEnumerable<mscorlib::System::Security::Claims::Claim> ClaimsPrincipal::get_Claims();
mscorlib::System::Collections::Generic::IEnumerable<mscorlib::System::Security::Claims::ClaimsIdentity> ClaimsPrincipal::get_Identities();
mscorlib::Callback<mscorlib::System::Security::Claims::ClaimsPrincipal ();
void ClaimsPrincipal::set_ClaimsPrincipalSelector(mscorlib::Callback<mscorlib::System::Security::Claims::ClaimsPrincipal ();
mscorlib::System::Security::Claims::ClaimsPrincipal ClaimsPrincipal::get_Current();
void ClaimsPrincipal::set_Current(mscorlib::System::Security::Claims::ClaimsPrincipal value);
mscorlib::Callback<mscorlib::System::Security::Claims::ClaimsIdentity (mscorlib::System::Collections::Generic::IEnumerable<mscorlib::System::Security::Claims::ClaimsIdentity> );
void ClaimsPrincipal::set_PrimaryIdentitySelector(mscorlib::Callback<mscorlib::System::Security::Claims::ClaimsIdentity (mscorlib::System::Collections::Generic::IEnumerable<mscorlib::System::Security::Claims::ClaimsIdentity> );
| 6facc74ceffddbb7b5b4b126fdadbf5dc12c794de4b47d02f6af9ce6d331ec3a | 348 |
|
facebook | bistro | bistro/processes/tests/test_task_subprocess_queue.cpp |
TEST_F |
TEST_F(TestTaskSubprocessQueue, MoreTasksThanThreads) {
cpp2::RunningTask rt;
*rt.job() = "job";
std::vector<std::string> cmd{
"/bin/sh", "-c",
"sleep 1; echo stdout; echo stderr 1>&2; echo done > $2", "test_sh"
};
folly::Synchronized<TestLogWriter::TaskLogMap> task_to_logs;
FLAGS_task_thread_pool_size = 2;
const int32_t kNumTasks = 10;
int pipe_fd = -1;
{
TaskSubprocessQueue tsq(std::make_unique<TestLogWriter>(&task_to_logs));
for (int i = 0; i < kNumTasks; ++i) {
auto node = folly::to<std::string>("node", i);
*rt.node() = node;
tsq.runTask(
rt,
cmd,
"json_arg",
".",
[node](const cpp2::RunningTask& rt2, TaskStatus&& status) noexcept {
EXPECT_EQ("job", *rt2.job());
EXPECT_EQ(node, *rt2.node());
EXPECT_TRUE(status.isDone());
},
[node, this](
const cpp2::RunningTask& rt2, cpp2::TaskPhysicalResources&&) {
EXPECT_EQ("job", *rt2.job());
EXPECT_EQ(node, *rt2.node());
},
cpp2::TaskSubprocessOptions()
);
}
pipe_fd = tsq.statusPipeFdForTest();
EXPECT_GT(1.0, timeSince(startTime_));
}
EXPECT_LE(1.0, timeSince(startTime_));
SYNCHRONIZED(task_to_logs) {
EXPECT_EQ(kNumTasks, task_to_logs.size());
for (int i = 0; i < kNumTasks; ++i) {
auto node = folly::to<std::string>("node", i);
auto full_cmd = cmd;
full_cmd.insert(full_cmd.end(), {
node, folly::to<std::string>("/dev/fd/", pipe_fd), "json_arg"
});
checkNormalTaskLogs(task_to_logs[std::make_pair("job", node)], full_cmd);
}
}
} | TestTaskSubprocessQueue();
static cpp2::RunningTask runningTask();
static cpp2::KillRequest requestSigkill();
void runAndKill(const std::string& cmd, cpp2::TaskSubprocessOptions opts);
TEST_F(TestTaskSubprocessQueue, NormalRun);
TEST_F(TestTaskSubprocessQueue, NoStatus);
TEST_F(TestTaskSubprocessQueue, KillSingle);
TEST_F(TestTaskSubprocessQueue, KillFailsToReachChild);
TEST_F(TestTaskSubprocessQueue, ProcGroupKillsChild);
TEST_F(TestTaskSubprocessQueue, FailsToStart);
TEST_F(TestTaskSubprocessQueue, TermWaitKillWithStatusExited);
TEST_F(TestTaskSubprocessQueue, TermWithStatusExited);
TEST_F(TestTaskSubprocessQueue, TermWaitKillWithStatusKilled);
TEST_F(TestTaskSubprocessQueue, RateLimitLog);
std::string cgDir(std::string subsystem);
TEST_F(TestTaskSubprocessQueue, AddToCGroups);
TEST_F(TestTaskSubprocessQueue, AsyncCGroupReaperNoFreezer);
TEST_F(TestTaskSubprocessQueue, AsyncCGroupReaperWithFreezer);
TEST_F(TestTaskSubprocessQueue, AsyncCGroupReaperKillWithoutFreezer);
| 26eed79bf847acb91fd84efc052b0aa1ff1a9f7f705b0ae0d905e71ac0683ac0 | 1,709 |
|
ccw808 | mtasa-blue | Server/mods/deathmatch/logic/luadefs/CLuaTimerDefs.cpp | CLuaTimerDefs::SetTimer |
int CLuaTimerDefs::SetTimer(lua_State* luaVM)
{
CLuaFunctionRef iLuaFunction;
double dTimeInterval;
uint uiTimesToExecute;
CLuaArguments Arguments;
CScriptArgReader argStream(luaVM);
argStream.ReadFunction(iLuaFunction);
argStream.ReadNumber(dTimeInterval);
argStream.ReadNumber(uiTimesToExecute);
argStream.ReadLuaArguments(Arguments);
argStream.ReadFunctionComplete();
if (!argStream.HasErrors())
{
CLuaMain* luaMain = m_pLuaManager->GetVirtualMachine(luaVM);
if (luaMain)
{
if (dTimeInterval < LUA_TIMER_MIN_INTERVAL)
{
argStream.SetCustomError("Interval is below " MTA_STR(LUA_TIMER_MIN_INTERVAL));
}
else
{
CLuaTimer* pLuaTimer = luaMain->GetTimerManager()->AddTimer(iLuaFunction, CTickCount(dTimeInterval), uiTimesToExecute, Arguments);
if (pLuaTimer)
{
pLuaTimer->SetLuaDebugInfo(g_pGame->GetScriptDebugging()->GetLuaDebugInfo(luaVM));
lua_pushtimer(luaVM, pLuaTimer);
return 1;
}
}
}
}
if (argStream.HasErrors())
m_pScriptDebugging->LogCustom(luaVM, argStream.GetFullErrorMessage());
lua_pushboolean(luaVM, false);
return 1;
} |
void CLuaTimerDefs::LoadFunctions();
void CLuaTimerDefs::AddClass(lua_State* luaVM);
int CLuaTimerDefs::KillTimer(lua_State* luaVM);
int CLuaTimerDefs::ResetTimer(lua_State* luaVM);
int CLuaTimerDefs::IsTimer(lua_State* luaVM);
int CLuaTimerDefs::GetTimers(lua_State* luaVM);
int CLuaTimerDefs::GetTimerDetails(lua_State* luaVM);
| 001c96f58f7f5443dbcf74e3951af95ec794ba5abda2a5b24054449eb1e1f6bb | 1,420 |
|
drazenzadravec | nequeo | Tools/PjSIP/Wrapper/Swig_Generation/pjsua2_wrap.cpp | CSharp_new_VideoPreviewOpParam |
SWIGEXPORT void * SWIGSTDCALL CSharp_new_VideoPreviewOpParam() {
void * jresult ;
pj::VideoPreviewOpParam *result = 0 ;
result = (pj::VideoPreviewOpParam *)new pj::VideoPreviewOpParam();
jresult = (void *)result;
return jresult;
} | T SwigValueInit();
static void SWIGUNUSED SWIG_CSharpSetPendingException(SWIG_CSharpExceptionCodes code, const char *msg);
static void SWIGUNUSED SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpExceptionArgumentCodes code, const char *msg, const char *param_name);
SWIGEXPORT void SWIGSTDCALL SWIGRegisterStringCallback_pjsua2(SWIG_CSharpStringHelperCallback callback);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountRegConfig_registrarUri_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountRegConfig_registrarUri_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountRegConfig_registerOnAdd_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountRegConfig_registerOnAdd_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountRegConfig_headers_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountRegConfig_headers_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountRegConfig_timeoutSec_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountRegConfig_timeoutSec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountRegConfig_retryIntervalSec_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountRegConfig_retryIntervalSec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountRegConfig_firstRetryIntervalSec_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountRegConfig_firstRetryIntervalSec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountRegConfig_randomRetryIntervalSec_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountRegConfig_randomRetryIntervalSec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountRegConfig_delayBeforeRefreshSec_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountRegConfig_delayBeforeRefreshSec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountRegConfig_dropCallsOnFail_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountRegConfig_dropCallsOnFail_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountRegConfig_unregWaitMsec_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountRegConfig_unregWaitMsec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountRegConfig_proxyUse_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountRegConfig_proxyUse_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountRegConfig_readObject(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountRegConfig_writeObject(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_AccountRegConfig();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_AccountRegConfig(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountSipConfig_authCreds_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountSipConfig_authCreds_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountSipConfig_proxies_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountSipConfig_proxies_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountSipConfig_contactForced_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountSipConfig_contactForced_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountSipConfig_contactParams_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountSipConfig_contactParams_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountSipConfig_contactUriParams_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountSipConfig_contactUriParams_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountSipConfig_authInitialEmpty_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountSipConfig_authInitialEmpty_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountSipConfig_authInitialAlgorithm_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountSipConfig_authInitialAlgorithm_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountSipConfig_transportId_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountSipConfig_transportId_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountSipConfig_readObject(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountSipConfig_writeObject(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_AccountSipConfig();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_AccountSipConfig(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountCallConfig_holdType_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountCallConfig_holdType_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountCallConfig_prackUse_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountCallConfig_prackUse_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountCallConfig_timerUse_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountCallConfig_timerUse_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountCallConfig_timerMinSESec_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountCallConfig_timerMinSESec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountCallConfig_timerSessExpiresSec_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountCallConfig_timerSessExpiresSec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountCallConfig_readObject(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountCallConfig_writeObject(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_AccountCallConfig();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_AccountCallConfig(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountPresConfig_headers_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountPresConfig_headers_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountPresConfig_publishEnabled_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountPresConfig_publishEnabled_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountPresConfig_publishQueue_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountPresConfig_publishQueue_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountPresConfig_publishShutdownWaitMsec_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountPresConfig_publishShutdownWaitMsec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountPresConfig_pidfTupleId_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountPresConfig_pidfTupleId_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountPresConfig_readObject(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountPresConfig_writeObject(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_AccountPresConfig();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_AccountPresConfig(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountMwiConfig_enabled_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountMwiConfig_enabled_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountMwiConfig_expirationSec_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountMwiConfig_expirationSec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountMwiConfig_readObject(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountMwiConfig_writeObject(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_AccountMwiConfig();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_AccountMwiConfig(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_sipStunUse_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountNatConfig_sipStunUse_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_mediaStunUse_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountNatConfig_mediaStunUse_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_iceEnabled_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountNatConfig_iceEnabled_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_iceMaxHostCands_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_AccountNatConfig_iceMaxHostCands_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_iceAggressiveNomination_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountNatConfig_iceAggressiveNomination_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_iceNominatedCheckDelayMsec_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountNatConfig_iceNominatedCheckDelayMsec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_iceWaitNominationTimeoutMsec_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_AccountNatConfig_iceWaitNominationTimeoutMsec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_iceNoRtcp_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountNatConfig_iceNoRtcp_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_iceAlwaysUpdate_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountNatConfig_iceAlwaysUpdate_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_turnEnabled_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountNatConfig_turnEnabled_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_turnServer_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountNatConfig_turnServer_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_turnConnType_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountNatConfig_turnConnType_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_turnUserName_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountNatConfig_turnUserName_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_turnPasswordType_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_AccountNatConfig_turnPasswordType_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_turnPassword_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountNatConfig_turnPassword_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_contactRewriteUse_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_AccountNatConfig_contactRewriteUse_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_contactRewriteMethod_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_AccountNatConfig_contactRewriteMethod_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_contactUseSrcPort_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_AccountNatConfig_contactUseSrcPort_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_viaRewriteUse_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_AccountNatConfig_viaRewriteUse_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_sdpNatRewriteUse_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_AccountNatConfig_sdpNatRewriteUse_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_sipOutboundUse_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_AccountNatConfig_sipOutboundUse_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_sipOutboundInstanceId_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountNatConfig_sipOutboundInstanceId_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_sipOutboundRegId_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountNatConfig_sipOutboundRegId_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_udpKaIntervalSec_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountNatConfig_udpKaIntervalSec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_udpKaData_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountNatConfig_udpKaData_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_readObject(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountNatConfig_writeObject(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_AccountNatConfig();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_AccountNatConfig(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountMediaConfig_transportConfig_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountMediaConfig_transportConfig_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountMediaConfig_lockCodecEnabled_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountMediaConfig_lockCodecEnabled_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountMediaConfig_streamKaEnabled_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountMediaConfig_streamKaEnabled_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountMediaConfig_srtpUse_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountMediaConfig_srtpUse_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountMediaConfig_srtpSecureSignaling_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_AccountMediaConfig_srtpSecureSignaling_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountMediaConfig_ipv6Use_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountMediaConfig_ipv6Use_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountMediaConfig_readObject(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountMediaConfig_writeObject(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_AccountMediaConfig();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_AccountMediaConfig(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountVideoConfig_autoShowIncoming_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountVideoConfig_autoShowIncoming_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountVideoConfig_autoTransmitOutgoing_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountVideoConfig_autoTransmitOutgoing_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountVideoConfig_windowFlags_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountVideoConfig_windowFlags_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountVideoConfig_defaultCaptureDevice_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountVideoConfig_defaultCaptureDevice_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountVideoConfig_defaultRenderDevice_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountVideoConfig_defaultRenderDevice_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountVideoConfig_rateControlMethod_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountVideoConfig_rateControlMethod_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountVideoConfig_rateControlBandwidth_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountVideoConfig_rateControlBandwidth_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountVideoConfig_readObject(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountVideoConfig_writeObject(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_AccountVideoConfig();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_AccountVideoConfig(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountConfig_priority_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_AccountConfig_priority_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountConfig_idUri_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountConfig_idUri_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountConfig_regConfig_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountConfig_regConfig_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountConfig_sipConfig_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountConfig_sipConfig_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountConfig_callConfig_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountConfig_callConfig_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountConfig_presConfig_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountConfig_presConfig_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountConfig_mwiConfig_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountConfig_mwiConfig_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountConfig_natConfig_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountConfig_natConfig_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountConfig_mediaConfig_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountConfig_mediaConfig_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountConfig_videoConfig_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountConfig_videoConfig_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_AccountConfig();
SWIGEXPORT void SWIGSTDCALL CSharp_AccountConfig_toPj(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountConfig_fromPj(void * jarg1, void * jarg2, void * jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountConfig_readObject(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountConfig_writeObject(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_AccountConfig(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountInfo_id_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountInfo_id_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountInfo_isDefault_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountInfo_isDefault_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountInfo_uri_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountInfo_uri_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountInfo_regIsConfigured_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountInfo_regIsConfigured_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountInfo_regIsActive_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountInfo_regIsActive_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountInfo_regExpiresSec_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_AccountInfo_regExpiresSec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountInfo_regStatus_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountInfo_regStatus_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountInfo_regStatusText_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountInfo_regStatusText_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountInfo_regLastErr_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountInfo_regLastErr_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountInfo_onlineStatus_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AccountInfo_onlineStatus_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountInfo_onlineStatusText_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AccountInfo_onlineStatusText_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AccountInfo_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_AccountInfo();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_AccountInfo(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnIncomingCallParam_callId_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_OnIncomingCallParam_callId_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnIncomingCallParam_rdata_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnIncomingCallParam_rdata_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnIncomingCallParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnIncomingCallParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnRegStartedParam_renew_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_OnRegStartedParam_renew_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnRegStartedParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnRegStartedParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnRegStateParam_status_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnRegStateParam_status_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnRegStateParam_code_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnRegStateParam_code_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnRegStateParam_reason_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnRegStateParam_reason_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnRegStateParam_rdata_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnRegStateParam_rdata_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnRegStateParam_expiration_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_OnRegStateParam_expiration_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnRegStateParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnRegStateParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnIncomingSubscribeParam_srvPres_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnIncomingSubscribeParam_srvPres_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnIncomingSubscribeParam_fromUri_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnIncomingSubscribeParam_fromUri_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnIncomingSubscribeParam_rdata_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnIncomingSubscribeParam_rdata_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnIncomingSubscribeParam_code_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnIncomingSubscribeParam_code_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnIncomingSubscribeParam_reason_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnIncomingSubscribeParam_reason_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnIncomingSubscribeParam_txOption_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnIncomingSubscribeParam_txOption_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnIncomingSubscribeParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnIncomingSubscribeParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnInstantMessageParam_fromUri_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnInstantMessageParam_fromUri_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnInstantMessageParam_toUri_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnInstantMessageParam_toUri_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnInstantMessageParam_contactUri_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnInstantMessageParam_contactUri_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnInstantMessageParam_contentType_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnInstantMessageParam_contentType_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnInstantMessageParam_msgBody_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnInstantMessageParam_msgBody_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnInstantMessageParam_rdata_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnInstantMessageParam_rdata_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnInstantMessageParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnInstantMessageParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnInstantMessageStatusParam_userData_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnInstantMessageStatusParam_userData_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnInstantMessageStatusParam_toUri_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnInstantMessageStatusParam_toUri_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnInstantMessageStatusParam_msgBody_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnInstantMessageStatusParam_msgBody_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnInstantMessageStatusParam_code_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnInstantMessageStatusParam_code_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnInstantMessageStatusParam_reason_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnInstantMessageStatusParam_reason_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnInstantMessageStatusParam_rdata_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnInstantMessageStatusParam_rdata_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnInstantMessageStatusParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnInstantMessageStatusParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnTypingIndicationParam_fromUri_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnTypingIndicationParam_fromUri_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnTypingIndicationParam_toUri_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnTypingIndicationParam_toUri_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnTypingIndicationParam_contactUri_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnTypingIndicationParam_contactUri_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnTypingIndicationParam_isTyping_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_OnTypingIndicationParam_isTyping_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnTypingIndicationParam_rdata_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnTypingIndicationParam_rdata_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnTypingIndicationParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnTypingIndicationParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnMwiInfoParam_state_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnMwiInfoParam_state_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnMwiInfoParam_rdata_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnMwiInfoParam_rdata_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnMwiInfoParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnMwiInfoParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_PresNotifyParam_srvPres_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_PresNotifyParam_srvPres_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_PresNotifyParam_state_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_PresNotifyParam_state_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_PresNotifyParam_stateStr_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_PresNotifyParam_stateStr_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_PresNotifyParam_reason_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_PresNotifyParam_reason_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_PresNotifyParam_withBody_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_PresNotifyParam_withBody_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_PresNotifyParam_txOption_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_PresNotifyParam_txOption_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_PresNotifyParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_PresNotifyParam(void * jarg1);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_FindBuddyMatch_match(void * jarg1, void * jarg2, void * jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_FindBuddyMatch(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_FindBuddyMatch();
SWIGEXPORT void * SWIGSTDCALL CSharp_new_Account();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_Account(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_Account_create__SWIG_0(void * jarg1, void * jarg2, unsigned int jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_Account_create__SWIG_1(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Account_modify(void * jarg1, void * jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_Account_isValid(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_Account_setDefault(void * jarg1);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_Account_isDefault(void * jarg1);
SWIGEXPORT int SWIGSTDCALL CSharp_Account_getId(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_Account_lookup(int jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_Account_getInfo(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_Account_setRegistration(void * jarg1, unsigned int jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Account_setOnlineStatus(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Account_setTransport(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Account_presNotify(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_Account_enumBuddies(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_Account_findBuddy__SWIG_0(void * jarg1, void * jarg2, void * jarg3);
SWIGEXPORT void * SWIGSTDCALL CSharp_Account_findBuddy__SWIG_1(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Account_addBuddy(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Account_removeBuddy(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Account_onIncomingCall(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Account_onRegStarted(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Account_onRegState(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Account_onIncomingSubscribe(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Account_onInstantMessage(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Account_onInstantMessageStatus(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Account_onTypingIndication(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Account_onMwiInfo(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_MathStat_n_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_MathStat_n_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MathStat_max_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_MathStat_max_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MathStat_min_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_MathStat_min_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MathStat_last_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_MathStat_last_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MathStat_mean_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_MathStat_mean_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_MathStat();
SWIGEXPORT void SWIGSTDCALL CSharp_MathStat_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_MathStat(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_LossType_burst_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_LossType_burst_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_LossType_random_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_LossType_random_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_LossType();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_LossType(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpStreamStat_update_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_RtcpStreamStat_update_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpStreamStat_updateCount_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_RtcpStreamStat_updateCount_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpStreamStat_pkt_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_RtcpStreamStat_pkt_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpStreamStat_bytes_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_RtcpStreamStat_bytes_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpStreamStat_discard_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_RtcpStreamStat_discard_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpStreamStat_loss_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_RtcpStreamStat_loss_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpStreamStat_reorder_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_RtcpStreamStat_reorder_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpStreamStat_dup_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_RtcpStreamStat_dup_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpStreamStat_lossPeriodUsec_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_RtcpStreamStat_lossPeriodUsec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpStreamStat_lossType_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_RtcpStreamStat_lossType_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpStreamStat_jitterUsec_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_RtcpStreamStat_jitterUsec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpStreamStat_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_RtcpStreamStat();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_RtcpStreamStat(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpSdes_cname_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_RtcpSdes_cname_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpSdes_name_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_RtcpSdes_name_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpSdes_email_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_RtcpSdes_email_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpSdes_phone_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_RtcpSdes_phone_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpSdes_loc_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_RtcpSdes_loc_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpSdes_tool_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_RtcpSdes_tool_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpSdes_note_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_RtcpSdes_note_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpSdes_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_RtcpSdes();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_RtcpSdes(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpStat_start_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_RtcpStat_start_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpStat_txStat_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_RtcpStat_txStat_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpStat_rxStat_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_RtcpStat_rxStat_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpStat_rttUsec_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_RtcpStat_rttUsec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpStat_rtpTxLastTs_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_RtcpStat_rtpTxLastTs_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpStat_rtpTxLastSeq_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_RtcpStat_rtpTxLastSeq_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpStat_rxIpdvUsec_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_RtcpStat_rxIpdvUsec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpStat_rxRawJitterUsec_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_RtcpStat_rxRawJitterUsec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpStat_peerSdes_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_RtcpStat_peerSdes_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RtcpStat_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_RtcpStat();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_RtcpStat(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_JbufState_frameSize_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_JbufState_frameSize_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_JbufState_minPrefetch_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_JbufState_minPrefetch_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_JbufState_maxPrefetch_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_JbufState_maxPrefetch_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_JbufState_burst_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_JbufState_burst_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_JbufState_prefetch_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_JbufState_prefetch_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_JbufState_size_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_JbufState_size_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_JbufState_avgDelayMsec_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_JbufState_avgDelayMsec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_JbufState_minDelayMsec_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_JbufState_minDelayMsec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_JbufState_maxDelayMsec_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_JbufState_maxDelayMsec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_JbufState_devDelayMsec_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_JbufState_devDelayMsec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_JbufState_avgBurst_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_JbufState_avgBurst_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_JbufState_lost_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_JbufState_lost_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_JbufState_discard_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_JbufState_discard_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_JbufState_empty_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_JbufState_empty_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_JbufState_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_JbufState();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_JbufState(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SdpSession_wholeSdp_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SdpSession_wholeSdp_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SdpSession_pjSdpSession_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SdpSession_pjSdpSession_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SdpSession_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_SdpSession();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_SdpSession(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaFmtChangedEvent_newWidth_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaFmtChangedEvent_newWidth_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaFmtChangedEvent_newHeight_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaFmtChangedEvent_newHeight_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_MediaFmtChangedEvent();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_MediaFmtChangedEvent(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaEventData_fmtChanged_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_MediaEventData_fmtChanged_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaEventData_ptr_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_MediaEventData_ptr_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_MediaEventData();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_MediaEventData(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaEvent_type_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_MediaEvent_type_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaEvent_data_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_MediaEvent_data_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaEvent_pjMediaEvent_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_MediaEvent_pjMediaEvent_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaEvent_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_MediaEvent();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_MediaEvent(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaTransportInfo_srcRtpName_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_MediaTransportInfo_srcRtpName_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaTransportInfo_srcRtcpName_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_MediaTransportInfo_srcRtcpName_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaTransportInfo_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_MediaTransportInfo();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_MediaTransportInfo(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallSetting_flag_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_CallSetting_flag_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallSetting_reqKeyframeMethod_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_CallSetting_reqKeyframeMethod_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallSetting_audioCount_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_CallSetting_audioCount_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallSetting_videoCount_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_CallSetting_videoCount_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_CallSetting__SWIG_0(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_CallSetting__SWIG_1();
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_CallSetting_isEmpty(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallSetting_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallSetting_toPj(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_CallSetting(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallMediaInfo_index_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_CallMediaInfo_index_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallMediaInfo_type_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallMediaInfo_type_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallMediaInfo_dir_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallMediaInfo_dir_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallMediaInfo_status_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallMediaInfo_status_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallMediaInfo_audioConfSlot_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_CallMediaInfo_audioConfSlot_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallMediaInfo_videoIncomingWindowId_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallMediaInfo_videoIncomingWindowId_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallMediaInfo_videoWindow_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallMediaInfo_videoWindow_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallMediaInfo_videoCapDev_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallMediaInfo_videoCapDev_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_CallMediaInfo();
SWIGEXPORT void SWIGSTDCALL CSharp_CallMediaInfo_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_CallMediaInfo(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallInfo_id_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallInfo_id_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallInfo_role_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallInfo_role_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallInfo_accId_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallInfo_accId_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallInfo_localUri_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallInfo_localUri_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallInfo_localContact_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallInfo_localContact_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallInfo_remoteUri_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallInfo_remoteUri_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallInfo_remoteContact_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallInfo_remoteContact_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallInfo_callIdString_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallInfo_callIdString_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallInfo_setting_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallInfo_setting_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallInfo_state_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallInfo_state_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallInfo_stateText_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallInfo_stateText_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallInfo_lastStatusCode_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallInfo_lastStatusCode_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallInfo_lastReason_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallInfo_lastReason_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallInfo_media_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallInfo_media_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallInfo_provMedia_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallInfo_provMedia_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallInfo_connectDuration_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallInfo_connectDuration_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallInfo_totalDuration_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallInfo_totalDuration_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallInfo_remOfferer_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_CallInfo_remOfferer_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallInfo_remAudioCount_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_CallInfo_remAudioCount_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallInfo_remVideoCount_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_CallInfo_remVideoCount_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallInfo_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_CallInfo();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_CallInfo(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_StreamInfo_type_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_StreamInfo_type_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_StreamInfo_proto_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_StreamInfo_proto_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_StreamInfo_dir_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_StreamInfo_dir_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_StreamInfo_remoteRtpAddress_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_StreamInfo_remoteRtpAddress_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_StreamInfo_remoteRtcpAddress_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_StreamInfo_remoteRtcpAddress_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_StreamInfo_txPt_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_StreamInfo_txPt_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_StreamInfo_rxPt_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_StreamInfo_rxPt_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_StreamInfo_codecName_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_StreamInfo_codecName_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_StreamInfo_codecClockRate_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_StreamInfo_codecClockRate_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_StreamInfo_codecParam_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_StreamInfo_codecParam_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_StreamInfo_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_StreamInfo();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_StreamInfo(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_StreamStat_rtcp_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_StreamStat_rtcp_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_StreamStat_jbuf_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_StreamStat_jbuf_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_StreamStat_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_StreamStat();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_StreamStat(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallStateParam_e_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnCallStateParam_e_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnCallStateParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnCallStateParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallTsxStateParam_e_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnCallTsxStateParam_e_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnCallTsxStateParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnCallTsxStateParam(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnCallMediaStateParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnCallMediaStateParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallSdpCreatedParam_sdp_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnCallSdpCreatedParam_sdp_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallSdpCreatedParam_remSdp_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnCallSdpCreatedParam_remSdp_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnCallSdpCreatedParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnCallSdpCreatedParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnStreamCreatedParam_stream_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnStreamCreatedParam_stream_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnStreamCreatedParam_streamIdx_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_OnStreamCreatedParam_streamIdx_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnStreamCreatedParam_pPort_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnStreamCreatedParam_pPort_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnStreamCreatedParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnStreamCreatedParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnStreamDestroyedParam_stream_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnStreamDestroyedParam_stream_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnStreamDestroyedParam_streamIdx_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_OnStreamDestroyedParam_streamIdx_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnStreamDestroyedParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnStreamDestroyedParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnDtmfDigitParam_digit_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnDtmfDigitParam_digit_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnDtmfDigitParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnDtmfDigitParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallTransferRequestParam_dstUri_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnCallTransferRequestParam_dstUri_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallTransferRequestParam_statusCode_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnCallTransferRequestParam_statusCode_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallTransferRequestParam_opt_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnCallTransferRequestParam_opt_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnCallTransferRequestParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnCallTransferRequestParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallTransferStatusParam_statusCode_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnCallTransferStatusParam_statusCode_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallTransferStatusParam_reason_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnCallTransferStatusParam_reason_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallTransferStatusParam_finalNotify_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_OnCallTransferStatusParam_finalNotify_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallTransferStatusParam_cont_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_OnCallTransferStatusParam_cont_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnCallTransferStatusParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnCallTransferStatusParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallReplaceRequestParam_rdata_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnCallReplaceRequestParam_rdata_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallReplaceRequestParam_statusCode_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnCallReplaceRequestParam_statusCode_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallReplaceRequestParam_reason_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnCallReplaceRequestParam_reason_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallReplaceRequestParam_opt_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnCallReplaceRequestParam_opt_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnCallReplaceRequestParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnCallReplaceRequestParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallReplacedParam_newCallId_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnCallReplacedParam_newCallId_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnCallReplacedParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnCallReplacedParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallRxOfferParam_offer_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnCallRxOfferParam_offer_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallRxOfferParam_statusCode_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnCallRxOfferParam_statusCode_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallRxOfferParam_opt_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnCallRxOfferParam_opt_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnCallRxOfferParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnCallRxOfferParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallRedirectedParam_targetUri_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnCallRedirectedParam_targetUri_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallRedirectedParam_e_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnCallRedirectedParam_e_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnCallRedirectedParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnCallRedirectedParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallMediaEventParam_medIdx_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_OnCallMediaEventParam_medIdx_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallMediaEventParam_ev_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnCallMediaEventParam_ev_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnCallMediaEventParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnCallMediaEventParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallMediaTransportStateParam_medIdx_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_OnCallMediaTransportStateParam_medIdx_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallMediaTransportStateParam_state_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnCallMediaTransportStateParam_state_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallMediaTransportStateParam_status_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnCallMediaTransportStateParam_status_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCallMediaTransportStateParam_sipErrorCode_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_OnCallMediaTransportStateParam_sipErrorCode_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnCallMediaTransportStateParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnCallMediaTransportStateParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCreateMediaTransportParam_mediaIdx_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_OnCreateMediaTransportParam_mediaIdx_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCreateMediaTransportParam_mediaTp_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnCreateMediaTransportParam_mediaTp_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnCreateMediaTransportParam_flags_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_OnCreateMediaTransportParam_flags_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnCreateMediaTransportParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnCreateMediaTransportParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallOpParam_opt_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallOpParam_opt_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallOpParam_statusCode_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallOpParam_statusCode_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallOpParam_reason_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallOpParam_reason_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallOpParam_options_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_CallOpParam_options_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallOpParam_txOption_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallOpParam_txOption_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_CallOpParam__SWIG_0(unsigned int jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_CallOpParam__SWIG_1();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_CallOpParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallSendRequestParam_method_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallSendRequestParam_method_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallSendRequestParam_txOption_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallSendRequestParam_txOption_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_CallSendRequestParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_CallSendRequestParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallVidSetStreamParam_medIdx_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_CallVidSetStreamParam_medIdx_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallVidSetStreamParam_dir_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallVidSetStreamParam_dir_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CallVidSetStreamParam_capDev_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CallVidSetStreamParam_capDev_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_CallVidSetStreamParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_CallVidSetStreamParam(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_Call__SWIG_0(void * jarg1, int jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_Call__SWIG_1(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_Call(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_Call_getInfo(void * jarg1);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_Call_isActive(void * jarg1);
SWIGEXPORT int SWIGSTDCALL CSharp_Call_getId(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_Call_lookup(int jarg1);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_Call_hasMedia(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_Call_getMedia(void * jarg1, unsigned int jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_Call_remoteHasCap(void * jarg1, int jarg2, void * jarg3, void * jarg4);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_setUserData(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_Call_getUserData(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_Call_getRemNatType(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_makeCall(void * jarg1, void * jarg2, void * jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_answer(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_hangup(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_setHold(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_reinvite(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_update(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_xfer(void * jarg1, void * jarg2, void * jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_xferReplaces(void * jarg1, void * jarg2, void * jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_processRedirect(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_dialDtmf(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_sendInstantMessage(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_sendTypingIndication(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_sendRequest(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_Call_dump(void * jarg1, unsigned int jarg2, void * jarg3);
SWIGEXPORT int SWIGSTDCALL CSharp_Call_vidGetStreamIdx(void * jarg1);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_Call_vidStreamIsRunning(void * jarg1, int jarg2, void * jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_vidSetStream(void * jarg1, void * jarg2, void * jarg3);
SWIGEXPORT void * SWIGSTDCALL CSharp_Call_getStreamInfo(void * jarg1, unsigned int jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_Call_getStreamStat(void * jarg1, unsigned int jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_Call_getMedTransportInfo(void * jarg1, unsigned int jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_processMediaUpdate(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_processStateChange(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_onCallState(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_onCallTsxState(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_onCallMediaState(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_onCallSdpCreated(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_onStreamCreated(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_onStreamDestroyed(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_onDtmfDigit(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_onCallTransferRequest(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_onCallTransferStatus(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_onCallReplaceRequest(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_onCallReplaced(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_onCallRxOffer(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_onInstantMessage(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_onInstantMessageStatus(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_onTypingIndication(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_Call_onCallRedirected(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_onCallMediaTransportState(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_onCallMediaEvent(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Call_onCreateMediaTransport(void * jarg1, void * jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_PJSUA2_ERROR_HAS_EXTRA_INFO_get();
SWIGEXPORT void SWIGSTDCALL CSharp_OnNatDetectionCompleteParam_status_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnNatDetectionCompleteParam_status_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnNatDetectionCompleteParam_reason_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnNatDetectionCompleteParam_reason_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnNatDetectionCompleteParam_natType_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnNatDetectionCompleteParam_natType_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnNatDetectionCompleteParam_natTypeName_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnNatDetectionCompleteParam_natTypeName_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnNatDetectionCompleteParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnNatDetectionCompleteParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnNatCheckStunServersCompleteParam_userData_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnNatCheckStunServersCompleteParam_userData_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnNatCheckStunServersCompleteParam_status_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnNatCheckStunServersCompleteParam_status_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnNatCheckStunServersCompleteParam_name_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnNatCheckStunServersCompleteParam_name_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnNatCheckStunServersCompleteParam_addr_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnNatCheckStunServersCompleteParam_addr_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnNatCheckStunServersCompleteParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnNatCheckStunServersCompleteParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnTimerParam_userData_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnTimerParam_userData_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnTimerParam_msecDelay_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_OnTimerParam_msecDelay_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnTimerParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnTimerParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnTransportStateParam_hnd_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnTransportStateParam_hnd_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnTransportStateParam_state_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnTransportStateParam_state_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnTransportStateParam_lastError_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnTransportStateParam_lastError_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnTransportStateParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnTransportStateParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnSelectAccountParam_rdata_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_OnSelectAccountParam_rdata_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_OnSelectAccountParam_accountIndex_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_OnSelectAccountParam_accountIndex_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_OnSelectAccountParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_OnSelectAccountParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_UaConfig_maxCalls_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_UaConfig_maxCalls_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_UaConfig_threadCnt_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_UaConfig_threadCnt_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_UaConfig_mainThreadOnly_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_UaConfig_mainThreadOnly_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_UaConfig_nameserver_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_UaConfig_nameserver_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_UaConfig_userAgent_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_UaConfig_userAgent_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_UaConfig_stunServer_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_UaConfig_stunServer_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_UaConfig_stunIgnoreFailure_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_UaConfig_stunIgnoreFailure_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_UaConfig_natTypeInSdp_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_UaConfig_natTypeInSdp_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_UaConfig_mwiUnsolicitedEnabled_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_UaConfig_mwiUnsolicitedEnabled_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_UaConfig();
SWIGEXPORT void SWIGSTDCALL CSharp_UaConfig_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_UaConfig_toPj(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_UaConfig_readObject(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_UaConfig_writeObject(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_UaConfig(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_LogEntry_level_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_LogEntry_level_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_LogEntry_msg_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_LogEntry_msg_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_LogEntry_threadId_set(void * jarg1, long jarg2);
SWIGEXPORT long SWIGSTDCALL CSharp_LogEntry_threadId_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_LogEntry_threadName_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_LogEntry_threadName_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_LogEntry();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_LogEntry(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_LogWriter(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_LogWriter_write(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_LogConfig_msgLogging_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_LogConfig_msgLogging_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_LogConfig_level_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_LogConfig_level_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_LogConfig_consoleLevel_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_LogConfig_consoleLevel_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_LogConfig_decor_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_LogConfig_decor_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_LogConfig_filename_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_LogConfig_filename_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_LogConfig_fileFlags_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_LogConfig_fileFlags_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_LogConfig_writer_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_LogConfig_writer_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_LogConfig();
SWIGEXPORT void SWIGSTDCALL CSharp_LogConfig_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_LogConfig_toPj(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_LogConfig_readObject(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_LogConfig_writeObject(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_LogConfig(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaConfig_clockRate_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaConfig_clockRate_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaConfig_sndClockRate_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaConfig_sndClockRate_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaConfig_channelCount_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaConfig_channelCount_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaConfig_audioFramePtime_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaConfig_audioFramePtime_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaConfig_maxMediaPorts_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaConfig_maxMediaPorts_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaConfig_hasIoqueue_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaConfig_hasIoqueue_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaConfig_threadCnt_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaConfig_threadCnt_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaConfig_quality_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaConfig_quality_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaConfig_ptime_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaConfig_ptime_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaConfig_noVad_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaConfig_noVad_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaConfig_ilbcMode_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaConfig_ilbcMode_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaConfig_txDropPct_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaConfig_txDropPct_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaConfig_rxDropPct_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaConfig_rxDropPct_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaConfig_ecOptions_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaConfig_ecOptions_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaConfig_ecTailLen_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaConfig_ecTailLen_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaConfig_sndRecLatency_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaConfig_sndRecLatency_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaConfig_sndPlayLatency_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaConfig_sndPlayLatency_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaConfig_jbInit_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_MediaConfig_jbInit_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaConfig_jbMinPre_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_MediaConfig_jbMinPre_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaConfig_jbMaxPre_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_MediaConfig_jbMaxPre_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaConfig_jbMax_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_MediaConfig_jbMax_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaConfig_sndAutoCloseTime_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_MediaConfig_sndAutoCloseTime_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaConfig_vidPreviewEnableNative_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaConfig_vidPreviewEnableNative_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_MediaConfig();
SWIGEXPORT void SWIGSTDCALL CSharp_MediaConfig_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_MediaConfig_toPj(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaConfig_readObject(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaConfig_writeObject(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_MediaConfig(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_EpConfig_uaConfig_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_EpConfig_uaConfig_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_EpConfig_logConfig_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_EpConfig_logConfig_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_EpConfig_medConfig_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_EpConfig_medConfig_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_EpConfig_readObject(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_EpConfig_writeObject(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_EpConfig();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_EpConfig(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_PendingJob_execute(void * jarg1, unsigned int jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_PendingJob(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_Endpoint_instance();
SWIGEXPORT void * SWIGSTDCALL CSharp_new_Endpoint();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_Endpoint(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_Endpoint_libVersion(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_libCreate(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_Endpoint_libGetState(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_libInit(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_libStart(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_libRegisterThread(void * jarg1, void * jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_Endpoint_libIsThreadRegistered(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_libStopWorkerThreads(void * jarg1);
SWIGEXPORT int SWIGSTDCALL CSharp_Endpoint_libHandleEvents(void * jarg1, unsigned int jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_libDestroy__SWIG_0(void * jarg1, unsigned int jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_libDestroy__SWIG_1(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_Endpoint_utilStrError(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_utilLogWrite__SWIG_0(void * jarg1, int jarg2, void * jarg3, void * jarg4);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_utilLogWrite__SWIG_1(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_Endpoint_utilVerifySipUri(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_Endpoint_utilVerifyUri(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_Endpoint_utilTimerSchedule(void * jarg1, unsigned int jarg2, void * jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_utilTimerCancel(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_utilAddPendingJob(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_Endpoint_utilSslGetAvailableCiphers(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_natDetectType(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_Endpoint_natGetType(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_natCheckStunServers(void * jarg1, void * jarg2, unsigned int jarg3, void * jarg4);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_natCancelCheckStunServers__SWIG_0(void * jarg1, void * jarg2, unsigned int jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_natCancelCheckStunServers__SWIG_1(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_Endpoint_transportCreate(void * jarg1, void * jarg2, void * jarg3);
SWIGEXPORT void * SWIGSTDCALL CSharp_Endpoint_transportEnum(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_Endpoint_transportGetInfo(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_transportSetEnable(void * jarg1, void * jarg2, unsigned int jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_transportClose(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_hangupAllCalls(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_mediaAdd(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_mediaRemove(void * jarg1, void * jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_Endpoint_mediaExists(void * jarg1, void * jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_Endpoint_mediaMaxPorts(void * jarg1);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_Endpoint_mediaActivePorts(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_Endpoint_mediaEnumPorts(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_Endpoint_audDevManager(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_Endpoint_vidDevManager(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_Endpoint_codecEnum(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_codecSetPriority(void * jarg1, void * jarg2, void * jarg3);
SWIGEXPORT void * SWIGSTDCALL CSharp_Endpoint_codecGetParam(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_codecSetParam(void * jarg1, void * jarg2, void * jarg3);
SWIGEXPORT void * SWIGSTDCALL CSharp_Endpoint_videoCodecEnum(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_videoCodecSetPriority(void * jarg1, void * jarg2, void * jarg3);
SWIGEXPORT void * SWIGSTDCALL CSharp_Endpoint_videoCodecGetParam(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_videoCodecSetParam(void * jarg1, void * jarg2, void * jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_onNatDetectionComplete(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_onNatCheckStunServersComplete(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_onTransportState(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_onTimer(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Endpoint_onSelectAccount(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_JsonDocument();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_JsonDocument(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_JsonDocument_loadFile(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_JsonDocument_loadString(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_JsonDocument_saveFile(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_JsonDocument_saveString(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_JsonDocument_getRootContainer(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_JsonDocument_allocElement(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_JsonDocument_getPool(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaFormat_id_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_MediaFormat_id_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaFormat_type_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_MediaFormat_type_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_MediaFormat();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_MediaFormat(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaFormatAudio_clockRate_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaFormatAudio_clockRate_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaFormatAudio_channelCount_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaFormatAudio_channelCount_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaFormatAudio_frameTimeUsec_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaFormatAudio_frameTimeUsec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaFormatAudio_bitsPerSample_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaFormatAudio_bitsPerSample_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaFormatAudio_avgBps_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_MediaFormatAudio_avgBps_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaFormatAudio_maxBps_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_MediaFormatAudio_maxBps_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaFormatAudio_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_MediaFormatAudio_toPj(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_MediaFormatAudio();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_MediaFormatAudio(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaFormatVideo_width_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaFormatVideo_width_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaFormatVideo_height_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaFormatVideo_height_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaFormatVideo_fpsNum_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_MediaFormatVideo_fpsNum_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaFormatVideo_fpsDenum_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_MediaFormatVideo_fpsDenum_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaFormatVideo_avgBps_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_MediaFormatVideo_avgBps_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaFormatVideo_maxBps_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_MediaFormatVideo_maxBps_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaFormatVideo_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_MediaFormatVideo_toPj(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_MediaFormatVideo();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_MediaFormatVideo(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_ConfPortInfo_portId_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_ConfPortInfo_portId_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_ConfPortInfo_name_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_ConfPortInfo_name_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_ConfPortInfo_format_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_ConfPortInfo_format_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_ConfPortInfo_txLevelAdj_set(void * jarg1, float jarg2);
SWIGEXPORT float SWIGSTDCALL CSharp_ConfPortInfo_txLevelAdj_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_ConfPortInfo_rxLevelAdj_set(void * jarg1, float jarg2);
SWIGEXPORT float SWIGSTDCALL CSharp_ConfPortInfo_rxLevelAdj_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_ConfPortInfo_listeners_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_ConfPortInfo_listeners_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_ConfPortInfo_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_ConfPortInfo();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_ConfPortInfo(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_Media(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_Media_getType(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_AudioMedia_getPortInfo(void * jarg1);
SWIGEXPORT int SWIGSTDCALL CSharp_AudioMedia_getPortId(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_AudioMedia_getPortInfoFromId(int jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudioMedia_startTransmit(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_AudioMedia_stopTransmit(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_AudioMedia_adjustRxLevel(void * jarg1, float jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_AudioMedia_adjustTxLevel(void * jarg1, float jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AudioMedia_getRxLevel(void * jarg1);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AudioMedia_getTxLevel(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_AudioMedia_typecastFromMedia(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_AudioMedia(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudioMediaPlayerInfo_formatId_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AudioMediaPlayerInfo_formatId_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudioMediaPlayerInfo_payloadBitsPerSample_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AudioMediaPlayerInfo_payloadBitsPerSample_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudioMediaPlayerInfo_sizeBytes_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AudioMediaPlayerInfo_sizeBytes_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudioMediaPlayerInfo_sizeSamples_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AudioMediaPlayerInfo_sizeSamples_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_AudioMediaPlayerInfo();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_AudioMediaPlayerInfo(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_AudioMediaPlayer();
SWIGEXPORT void SWIGSTDCALL CSharp_AudioMediaPlayer_createPlayer__SWIG_0(void * jarg1, void * jarg2, unsigned int jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_AudioMediaPlayer_createPlayer__SWIG_1(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_AudioMediaPlayer_createPlaylist__SWIG_0(void * jarg1, void * jarg2, void * jarg3, unsigned int jarg4);
SWIGEXPORT void SWIGSTDCALL CSharp_AudioMediaPlayer_createPlaylist__SWIG_1(void * jarg1, void * jarg2, void * jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_AudioMediaPlayer_createPlaylist__SWIG_2(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AudioMediaPlayer_getInfo(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_AudioMediaPlayer_getPos(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudioMediaPlayer_setPos(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AudioMediaPlayer_typecastFromAudioMedia(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_AudioMediaPlayer(void * jarg1);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AudioMediaPlayer_onEof(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_AudioMediaRecorder();
SWIGEXPORT void SWIGSTDCALL CSharp_AudioMediaRecorder_createRecorder__SWIG_0(void * jarg1, void * jarg2, unsigned int jarg3, void * jarg4, unsigned int jarg5);
SWIGEXPORT void SWIGSTDCALL CSharp_AudioMediaRecorder_createRecorder__SWIG_1(void * jarg1, void * jarg2, unsigned int jarg3, void * jarg4);
SWIGEXPORT void SWIGSTDCALL CSharp_AudioMediaRecorder_createRecorder__SWIG_2(void * jarg1, void * jarg2, unsigned int jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_AudioMediaRecorder_createRecorder__SWIG_3(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AudioMediaRecorder_typecastFromAudioMedia(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_AudioMediaRecorder(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_ToneDesc();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_ToneDesc(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_ToneDigit();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_ToneDigit(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_ToneDigitMapDigit_digit_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_ToneDigitMapDigit_digit_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_ToneDigitMapDigit_freq1_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_ToneDigitMapDigit_freq1_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_ToneDigitMapDigit_freq2_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_ToneDigitMapDigit_freq2_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_ToneDigitMapDigit();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_ToneDigitMapDigit(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_ToneGenerator();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_ToneGenerator(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_ToneGenerator_createToneGenerator__SWIG_0(void * jarg1, unsigned int jarg2, unsigned int jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_ToneGenerator_createToneGenerator__SWIG_1(void * jarg1, unsigned int jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_ToneGenerator_createToneGenerator__SWIG_2(void * jarg1);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_ToneGenerator_isBusy(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_ToneGenerator_stop(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_ToneGenerator_rewind(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_ToneGenerator_play__SWIG_0(void * jarg1, void * jarg2, unsigned int jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_ToneGenerator_play__SWIG_1(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_ToneGenerator_playDigits__SWIG_0(void * jarg1, void * jarg2, unsigned int jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_ToneGenerator_playDigits__SWIG_1(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_ToneGenerator_getDigitMap(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_ToneGenerator_setDigitMap(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_AudioDevInfo_name_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AudioDevInfo_name_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudioDevInfo_inputCount_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AudioDevInfo_inputCount_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudioDevInfo_outputCount_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AudioDevInfo_outputCount_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudioDevInfo_defaultSamplesPerSec_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AudioDevInfo_defaultSamplesPerSec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudioDevInfo_driver_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AudioDevInfo_driver_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudioDevInfo_caps_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AudioDevInfo_caps_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudioDevInfo_routes_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AudioDevInfo_routes_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudioDevInfo_extFmt_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AudioDevInfo_extFmt_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudioDevInfo_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_AudioDevInfo(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_AudioDevInfo();
SWIGEXPORT int SWIGSTDCALL CSharp_AudDevManager_getCaptureDev(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_AudDevManager_getCaptureDevMedia(void * jarg1);
SWIGEXPORT int SWIGSTDCALL CSharp_AudDevManager_getPlaybackDev(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_AudDevManager_getPlaybackDevMedia(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudDevManager_setCaptureDev(void * jarg1, int jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_AudDevManager_setPlaybackDev(void * jarg1, int jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AudDevManager_enumDev(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudDevManager_setNullDev(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_AudDevManager_setNoDev(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudDevManager_setEcOptions(void * jarg1, unsigned int jarg2, unsigned int jarg3);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AudDevManager_getEcTail(void * jarg1);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AudDevManager_sndIsActive(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudDevManager_refreshDevs(void * jarg1);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AudDevManager_getDevCount(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_AudDevManager_getDevInfo(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_AudDevManager_lookupDev(void * jarg1, void * jarg2, void * jarg3);
SWIGEXPORT void * SWIGSTDCALL CSharp_AudDevManager_capName(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_AudDevManager_setExtFormat__SWIG_0(void * jarg1, void * jarg2, unsigned int jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_AudDevManager_setExtFormat__SWIG_1(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AudDevManager_getExtFormat(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudDevManager_setInputLatency__SWIG_0(void * jarg1, unsigned int jarg2, unsigned int jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_AudDevManager_setInputLatency__SWIG_1(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AudDevManager_getInputLatency(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudDevManager_setOutputLatency__SWIG_0(void * jarg1, unsigned int jarg2, unsigned int jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_AudDevManager_setOutputLatency__SWIG_1(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AudDevManager_getOutputLatency(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudDevManager_setInputVolume__SWIG_0(void * jarg1, unsigned int jarg2, unsigned int jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_AudDevManager_setInputVolume__SWIG_1(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AudDevManager_getInputVolume(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudDevManager_setOutputVolume__SWIG_0(void * jarg1, unsigned int jarg2, unsigned int jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_AudDevManager_setOutputVolume__SWIG_1(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AudDevManager_getOutputVolume(void * jarg1);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AudDevManager_getInputSignal(void * jarg1);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AudDevManager_getOutputSignal(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudDevManager_setInputRoute__SWIG_0(void * jarg1, void * jarg2, unsigned int jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_AudDevManager_setInputRoute__SWIG_1(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AudDevManager_getInputRoute(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudDevManager_setOutputRoute__SWIG_0(void * jarg1, void * jarg2, unsigned int jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_AudDevManager_setOutputRoute__SWIG_1(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AudDevManager_getOutputRoute(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudDevManager_setVad__SWIG_0(void * jarg1, unsigned int jarg2, unsigned int jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_AudDevManager_setVad__SWIG_1(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AudDevManager_getVad(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudDevManager_setCng__SWIG_0(void * jarg1, unsigned int jarg2, unsigned int jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_AudDevManager_setCng__SWIG_1(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AudDevManager_getCng(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AudDevManager_setPlc__SWIG_0(void * jarg1, unsigned int jarg2, unsigned int jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_AudDevManager_setPlc__SWIG_1(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_AudDevManager_getPlc(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaCoordinate_x_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_MediaCoordinate_x_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaCoordinate_y_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_MediaCoordinate_y_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_MediaCoordinate();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_MediaCoordinate(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaSize_w_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaSize_w_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_MediaSize_h_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_MediaSize_h_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_MediaSize();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_MediaSize(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_WindowHandle_window_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_WindowHandle_window_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_WindowHandle_display_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_WindowHandle_display_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_WindowHandle();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_WindowHandle(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoWindowHandle_type_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_VideoWindowHandle_type_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoWindowHandle_handle_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_VideoWindowHandle_handle_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_VideoWindowHandle();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_VideoWindowHandle(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoWindowInfo_isNative_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_VideoWindowInfo_isNative_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoWindowInfo_winHandle_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_VideoWindowInfo_winHandle_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoWindowInfo_renderDeviceId_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_VideoWindowInfo_renderDeviceId_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoWindowInfo_show_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_VideoWindowInfo_show_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoWindowInfo_pos_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_VideoWindowInfo_pos_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoWindowInfo_size_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_VideoWindowInfo_size_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_VideoWindowInfo();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_VideoWindowInfo(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_VideoWindow(int jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_VideoWindow_getInfo(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoWindow_Show(void * jarg1, unsigned int jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoWindow_setPos(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoWindow_setSize(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoWindow_rotate(void * jarg1, int jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoWindow_setWindow(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_VideoWindow(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoPreviewOpParam_rendId_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_VideoPreviewOpParam_rendId_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoPreviewOpParam_show_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_VideoPreviewOpParam_show_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoPreviewOpParam_windowFlags_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_VideoPreviewOpParam_windowFlags_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoPreviewOpParam_format_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_VideoPreviewOpParam_format_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoPreviewOpParam_window_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_VideoPreviewOpParam_window_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoPreviewOpParam_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_VideoPreviewOpParam_toPj(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_VideoPreviewOpParam(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_VideoPreview(int jarg1);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_VideoPreview_hasNative(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoPreview_start(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoPreview_stop(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_VideoPreview_getVideoWindow(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_VideoPreview(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoDevInfo_id_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_VideoDevInfo_id_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoDevInfo_name_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_VideoDevInfo_name_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoDevInfo_driver_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_VideoDevInfo_driver_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoDevInfo_dir_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_VideoDevInfo_dir_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoDevInfo_caps_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_VideoDevInfo_caps_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoDevInfo_fmt_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_VideoDevInfo_fmt_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_VideoDevInfo_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_VideoDevInfo(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_VideoDevInfo();
SWIGEXPORT void SWIGSTDCALL CSharp_VideoSwitchParam_target_id_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_VideoSwitchParam_target_id_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_VideoSwitchParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_VideoSwitchParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_VidDevManager_refreshDevs(void * jarg1);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_VidDevManager_getDevCount(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_VidDevManager_getDevInfo(void * jarg1, int jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_VidDevManager_enumDev(void * jarg1);
SWIGEXPORT int SWIGSTDCALL CSharp_VidDevManager_lookupDev(void * jarg1, void * jarg2, void * jarg3);
SWIGEXPORT void * SWIGSTDCALL CSharp_VidDevManager_capName(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_VidDevManager_setFormat(void * jarg1, int jarg2, void * jarg3, unsigned int jarg4);
SWIGEXPORT void * SWIGSTDCALL CSharp_VidDevManager_getFormat(void * jarg1, int jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_VidDevManager_setInputScale(void * jarg1, int jarg2, void * jarg3, unsigned int jarg4);
SWIGEXPORT void * SWIGSTDCALL CSharp_VidDevManager_getInputScale(void * jarg1, int jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_VidDevManager_setOutputWindowFlags(void * jarg1, int jarg2, int jarg3, unsigned int jarg4);
SWIGEXPORT int SWIGSTDCALL CSharp_VidDevManager_getOutputWindowFlags(void * jarg1, int jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_VidDevManager_switchDev(void * jarg1, int jarg2, void * jarg3);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_VidDevManager_isCaptureActive(void * jarg1, int jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_VidDevManager_setCaptureOrient__SWIG_0(void * jarg1, void * jarg2, void * jarg3, unsigned int jarg4);
SWIGEXPORT void SWIGSTDCALL CSharp_VidDevManager_setCaptureOrient__SWIG_1(void * jarg1, void * jarg2, void * jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_CodecInfo_codecId_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CodecInfo_codecId_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CodecInfo_priority_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CodecInfo_priority_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CodecInfo_desc_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_CodecInfo_desc_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_CodecInfo_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_CodecInfo();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_CodecInfo(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_PersistentObject_readObject(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_PersistentObject_writeObject(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_PersistentObject(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_PersistentDocument(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_PersistentDocument_loadFile(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_PersistentDocument_loadString(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_PersistentDocument_saveFile(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_PersistentDocument_saveString(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_PersistentDocument_getRootContainer(void * jarg1);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_PersistentDocument_hasUnread(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_PersistentDocument_unreadName(void * jarg1);
SWIGEXPORT int SWIGSTDCALL CSharp_PersistentDocument_readInt__SWIG_0(void * jarg1, void * jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_PersistentDocument_readInt__SWIG_1(void * jarg1);
SWIGEXPORT float SWIGSTDCALL CSharp_PersistentDocument_readNumber__SWIG_0(void * jarg1, void * jarg2);
SWIGEXPORT float SWIGSTDCALL CSharp_PersistentDocument_readNumber__SWIG_1(void * jarg1);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_PersistentDocument_readBool__SWIG_0(void * jarg1, void * jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_PersistentDocument_readBool__SWIG_1(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_PersistentDocument_readString__SWIG_0(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_PersistentDocument_readString__SWIG_1(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_PersistentDocument_readStringVector__SWIG_0(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_PersistentDocument_readStringVector__SWIG_1(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_PersistentDocument_readObject(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_PersistentDocument_readContainer__SWIG_0(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_PersistentDocument_readContainer__SWIG_1(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_PersistentDocument_readArray__SWIG_0(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_PersistentDocument_readArray__SWIG_1(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_PersistentDocument_writeNumber(void * jarg1, void * jarg2, float jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_PersistentDocument_writeInt(void * jarg1, void * jarg2, int jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_PersistentDocument_writeBool(void * jarg1, void * jarg2, unsigned int jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_PersistentDocument_writeString(void * jarg1, void * jarg2, void * jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_PersistentDocument_writeStringVector(void * jarg1, void * jarg2, void * jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_PersistentDocument_writeObject(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_PersistentDocument_writeNewContainer(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_PersistentDocument_writeNewArray(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_container_node_internal_data_doc_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_container_node_internal_data_doc_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_container_node_internal_data_data1_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_container_node_internal_data_data1_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_container_node_internal_data_data2_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_container_node_internal_data_data2_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_container_node_internal_data();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_container_node_internal_data(void * jarg1);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_ContainerNode_hasUnread(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_ContainerNode_unreadName(void * jarg1);
SWIGEXPORT int SWIGSTDCALL CSharp_ContainerNode_readInt__SWIG_0(void * jarg1, void * jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_ContainerNode_readInt__SWIG_1(void * jarg1);
SWIGEXPORT float SWIGSTDCALL CSharp_ContainerNode_readNumber__SWIG_0(void * jarg1, void * jarg2);
SWIGEXPORT float SWIGSTDCALL CSharp_ContainerNode_readNumber__SWIG_1(void * jarg1);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_ContainerNode_readBool__SWIG_0(void * jarg1, void * jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_ContainerNode_readBool__SWIG_1(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_ContainerNode_readString__SWIG_0(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_ContainerNode_readString__SWIG_1(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_ContainerNode_readStringVector__SWIG_0(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_ContainerNode_readStringVector__SWIG_1(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_ContainerNode_readObject(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_ContainerNode_readContainer__SWIG_0(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_ContainerNode_readContainer__SWIG_1(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_ContainerNode_readArray__SWIG_0(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_ContainerNode_readArray__SWIG_1(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_ContainerNode_writeNumber(void * jarg1, void * jarg2, float jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_ContainerNode_writeInt(void * jarg1, void * jarg2, int jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_ContainerNode_writeBool(void * jarg1, void * jarg2, unsigned int jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_ContainerNode_writeString(void * jarg1, void * jarg2, void * jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_ContainerNode_writeStringVector(void * jarg1, void * jarg2, void * jarg3);
SWIGEXPORT void SWIGSTDCALL CSharp_ContainerNode_writeObject(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_ContainerNode_writeNewContainer(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_ContainerNode_writeNewArray(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_ContainerNode_op_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_ContainerNode_op_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_ContainerNode_data_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_ContainerNode_data_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_ContainerNode();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_ContainerNode(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_container_node_op_hasUnread_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_container_node_op_hasUnread_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_container_node_op_unreadName_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_container_node_op_unreadName_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_container_node_op_readNumber_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_container_node_op_readNumber_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_container_node_op_readBool_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_container_node_op_readBool_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_container_node_op_readString_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_container_node_op_readString_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_container_node_op_readStringVector_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_container_node_op_readStringVector_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_container_node_op_readContainer_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_container_node_op_readContainer_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_container_node_op_readArray_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_container_node_op_readArray_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_container_node_op_writeNumber_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_container_node_op_writeNumber_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_container_node_op_writeBool_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_container_node_op_writeBool_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_container_node_op_writeString_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_container_node_op_writeString_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_container_node_op_writeStringVector_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_container_node_op_writeStringVector_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_container_node_op_writeNewContainer_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_container_node_op_writeNewContainer_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_container_node_op_writeNewArray_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_container_node_op_writeNewArray_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_container_node_op();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_container_node_op(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_PresenceStatus_status_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_PresenceStatus_status_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_PresenceStatus_statusText_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_PresenceStatus_statusText_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_PresenceStatus_activity_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_PresenceStatus_activity_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_PresenceStatus_note_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_PresenceStatus_note_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_PresenceStatus_rpidId_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_PresenceStatus_rpidId_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_PresenceStatus();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_PresenceStatus(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_BuddyConfig_uri_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_BuddyConfig_uri_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_BuddyConfig_subscribe_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_BuddyConfig_subscribe_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_BuddyConfig_readObject(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_BuddyConfig_writeObject(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_BuddyConfig();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_BuddyConfig(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_BuddyInfo_uri_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_BuddyInfo_uri_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_BuddyInfo_contact_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_BuddyInfo_contact_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_BuddyInfo_presMonitorEnabled_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_BuddyInfo_presMonitorEnabled_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_BuddyInfo_subState_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_BuddyInfo_subState_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_BuddyInfo_subStateName_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_BuddyInfo_subStateName_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_BuddyInfo_subTermCode_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_BuddyInfo_subTermCode_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_BuddyInfo_subTermReason_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_BuddyInfo_subTermReason_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_BuddyInfo_presStatus_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_BuddyInfo_presStatus_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_BuddyInfo_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_BuddyInfo();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_BuddyInfo(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_Buddy();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_Buddy(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_Buddy_create(void * jarg1, void * jarg2, void * jarg3);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_Buddy_isValid(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_Buddy_getInfo(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_Buddy_subscribePresence(void * jarg1, unsigned int jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Buddy_updatePresence(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_Buddy_sendInstantMessage(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Buddy_sendTypingIndication(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_Buddy_onBuddyState(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AuthCredInfo_scheme_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AuthCredInfo_scheme_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AuthCredInfo_realm_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AuthCredInfo_realm_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AuthCredInfo_username_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AuthCredInfo_username_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AuthCredInfo_dataType_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_AuthCredInfo_dataType_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AuthCredInfo_data_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AuthCredInfo_data_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AuthCredInfo_akaK_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AuthCredInfo_akaK_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AuthCredInfo_akaOp_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AuthCredInfo_akaOp_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_AuthCredInfo_akaAmf_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_AuthCredInfo_akaAmf_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_AuthCredInfo__SWIG_0();
SWIGEXPORT void * SWIGSTDCALL CSharp_new_AuthCredInfo__SWIG_1(void * jarg1, void * jarg2, void * jarg3, int jarg4, void * jarg5);
SWIGEXPORT void SWIGSTDCALL CSharp_AuthCredInfo_readObject(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_AuthCredInfo_writeObject(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_AuthCredInfo(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TlsConfig_CaListFile_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TlsConfig_CaListFile_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TlsConfig_certFile_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TlsConfig_certFile_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TlsConfig_privKeyFile_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TlsConfig_privKeyFile_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TlsConfig_password_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TlsConfig_password_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TlsConfig_method_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TlsConfig_method_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TlsConfig_proto_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_TlsConfig_proto_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TlsConfig_ciphers_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TlsConfig_ciphers_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TlsConfig_verifyServer_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_TlsConfig_verifyServer_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TlsConfig_verifyClient_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_TlsConfig_verifyClient_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TlsConfig_requireClientCert_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_TlsConfig_requireClientCert_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TlsConfig_msecTimeout_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_TlsConfig_msecTimeout_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TlsConfig_qosType_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TlsConfig_qosType_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TlsConfig_qosParams_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TlsConfig_qosParams_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TlsConfig_qosIgnoreError_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_TlsConfig_qosIgnoreError_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_TlsConfig();
SWIGEXPORT void * SWIGSTDCALL CSharp_TlsConfig_toPj(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TlsConfig_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_TlsConfig_readObject(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_TlsConfig_writeObject(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_TlsConfig(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TransportConfig_port_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_TransportConfig_port_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TransportConfig_portRange_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_TransportConfig_portRange_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TransportConfig_publicAddress_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TransportConfig_publicAddress_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TransportConfig_boundAddress_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TransportConfig_boundAddress_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TransportConfig_tlsConfig_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TransportConfig_tlsConfig_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TransportConfig_qosType_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TransportConfig_qosType_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TransportConfig_qosParams_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TransportConfig_qosParams_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_TransportConfig();
SWIGEXPORT void SWIGSTDCALL CSharp_TransportConfig_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TransportConfig_toPj(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TransportConfig_readObject(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_TransportConfig_writeObject(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_TransportConfig(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TransportInfo_id_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TransportInfo_id_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TransportInfo_type_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TransportInfo_type_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TransportInfo_typeName_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TransportInfo_typeName_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TransportInfo_info_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TransportInfo_info_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TransportInfo_flags_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_TransportInfo_flags_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TransportInfo_localAddress_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TransportInfo_localAddress_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TransportInfo_localName_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TransportInfo_localName_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TransportInfo_usageCount_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_TransportInfo_usageCount_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TransportInfo_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_TransportInfo();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_TransportInfo(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipRxData_info_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipRxData_info_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipRxData_wholeMsg_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipRxData_wholeMsg_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipRxData_srcAddress_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipRxData_srcAddress_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipRxData_pjRxData_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipRxData_pjRxData_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_SipRxData();
SWIGEXPORT void SWIGSTDCALL CSharp_SipRxData_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_SipRxData(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipTxData_info_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipTxData_info_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipTxData_wholeMsg_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipTxData_wholeMsg_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipTxData_dstAddress_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipTxData_dstAddress_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipTxData_pjTxData_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipTxData_pjTxData_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_SipTxData();
SWIGEXPORT void SWIGSTDCALL CSharp_SipTxData_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_SipTxData(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipTransaction_role_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipTransaction_role_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipTransaction_method_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipTransaction_method_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipTransaction_statusCode_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_SipTransaction_statusCode_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipTransaction_statusText_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipTransaction_statusText_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipTransaction_state_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipTransaction_state_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipTransaction_lastTx_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipTransaction_lastTx_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipTransaction_pjTransaction_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipTransaction_pjTransaction_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_SipTransaction();
SWIGEXPORT void SWIGSTDCALL CSharp_SipTransaction_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_SipTransaction(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TimerEvent_entry_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TimerEvent_entry_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_TimerEvent();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_TimerEvent(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TsxStateEventSrc_rdata_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TsxStateEventSrc_rdata_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TsxStateEventSrc_tdata_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TsxStateEventSrc_tdata_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TsxStateEventSrc_timer_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TsxStateEventSrc_timer_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TsxStateEventSrc_status_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TsxStateEventSrc_status_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TsxStateEventSrc_data_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TsxStateEventSrc_data_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_TsxStateEventSrc();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_TsxStateEventSrc(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TsxStateEvent_src_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TsxStateEvent_src_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TsxStateEvent_tsx_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TsxStateEvent_tsx_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TsxStateEvent_prevState_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TsxStateEvent_prevState_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TsxStateEvent_type_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TsxStateEvent_type_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_TsxStateEvent();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_TsxStateEvent(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TxMsgEvent_tdata_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TxMsgEvent_tdata_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_TxMsgEvent();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_TxMsgEvent(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TxErrorEvent_tdata_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TxErrorEvent_tdata_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TxErrorEvent_tsx_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_TxErrorEvent_tsx_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_TxErrorEvent();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_TxErrorEvent(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_RxMsgEvent_rdata_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_RxMsgEvent_rdata_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_RxMsgEvent();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_RxMsgEvent(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_UserEvent_user1_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_UserEvent_user1_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_UserEvent_user2_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_UserEvent_user2_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_UserEvent_user3_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_UserEvent_user3_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_UserEvent_user4_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_UserEvent_user4_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_UserEvent();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_UserEvent(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipEventBody_timer_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipEventBody_timer_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipEventBody_tsxState_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipEventBody_tsxState_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipEventBody_txMsg_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipEventBody_txMsg_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipEventBody_txError_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipEventBody_txError_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipEventBody_rxMsg_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipEventBody_rxMsg_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipEventBody_user_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipEventBody_user_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_SipEventBody();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_SipEventBody(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipEvent_type_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipEvent_type_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipEvent_body_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipEvent_body_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipEvent_pjEvent_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipEvent_pjEvent_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_SipEvent();
SWIGEXPORT void SWIGSTDCALL CSharp_SipEvent_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_SipEvent(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipMediaType_type_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipMediaType_type_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipMediaType_subType_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipMediaType_subType_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipMediaType_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipMediaType_toPj(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_SipMediaType();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_SipMediaType(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipHeader_hName_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipHeader_hName_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipHeader_hValue_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipHeader_hValue_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipHeader_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipHeader_toPj(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_SipHeader();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_SipHeader(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipMultipartPart_headers_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipMultipartPart_headers_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipMultipartPart_contentType_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipMultipartPart_contentType_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipMultipartPart_body_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipMultipartPart_body_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipMultipartPart_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipMultipartPart_toPj(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_SipMultipartPart();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_SipMultipartPart(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipTxOption_targetUri_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipTxOption_targetUri_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipTxOption_headers_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipTxOption_headers_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipTxOption_contentType_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipTxOption_contentType_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipTxOption_msgBody_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipTxOption_msgBody_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipTxOption_multipartContentType_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipTxOption_multipartContentType_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipTxOption_multipartParts_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SipTxOption_multipartParts_get(void * jarg1);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_SipTxOption_isEmpty(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SipTxOption_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void SWIGSTDCALL CSharp_SipTxOption_toPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_SipTxOption();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_SipTxOption(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SendInstantMessageParam_contentType_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SendInstantMessageParam_contentType_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SendInstantMessageParam_content_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SendInstantMessageParam_content_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SendInstantMessageParam_txOption_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SendInstantMessageParam_txOption_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SendInstantMessageParam_userData_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SendInstantMessageParam_userData_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_SendInstantMessageParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_SendInstantMessageParam(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SendTypingIndicationParam_isTyping_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_SendTypingIndicationParam_isTyping_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_SendTypingIndicationParam_txOption_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_SendTypingIndicationParam_txOption_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_SendTypingIndicationParam();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_SendTypingIndicationParam(void * jarg1);
SWIGEXPORT int SWIGSTDCALL CSharp_INVALID_ID_get();
SWIGEXPORT int SWIGSTDCALL CSharp_SUCCESS_get();
SWIGEXPORT void SWIGSTDCALL CSharp_Error_status_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_Error_status_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_Error_title_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_Error_title_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_Error_reason_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_Error_reason_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_Error_srcFile_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_Error_srcFile_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_Error_srcLine_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_Error_srcLine_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_Error_info__SWIG_0(void * jarg1, unsigned int jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_Error_info__SWIG_1(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_Error__SWIG_0();
SWIGEXPORT void * SWIGSTDCALL CSharp_new_Error__SWIG_1(void * jarg1, void * jarg2, void * jarg3, void * jarg4, int jarg5);
SWIGEXPORT void SWIGSTDCALL CSharp_delete_Error(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_Version_major_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_Version_major_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_Version_minor_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_Version_minor_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_Version_rev_set(void * jarg1, int jarg2);
SWIGEXPORT int SWIGSTDCALL CSharp_Version_rev_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_Version_suffix_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_Version_suffix_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_Version_full_set(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_Version_full_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_Version_numeric_set(void * jarg1, unsigned int jarg2);
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_Version_numeric_get(void * jarg1);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_Version();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_Version(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TimeVal_sec_set(void * jarg1, long jarg2);
SWIGEXPORT long SWIGSTDCALL CSharp_TimeVal_sec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TimeVal_msec_set(void * jarg1, long jarg2);
SWIGEXPORT long SWIGSTDCALL CSharp_TimeVal_msec_get(void * jarg1);
SWIGEXPORT void SWIGSTDCALL CSharp_TimeVal_fromPj(void * jarg1, void * jarg2);
SWIGEXPORT void * SWIGSTDCALL CSharp_new_TimeVal();
SWIGEXPORT void SWIGSTDCALL CSharp_delete_TimeVal(void * jarg1);
SWIGEXPORT pj::Media * SWIGSTDCALL CSharp_AudioMedia_SWIGUpcast(pj::AudioMedia *jarg1);
| 803b8a4ae96918443820b3ee77f65a735480a8ac852fa708af41f5115a258725 | 245 |
|
Neo2003 | mame4all-pi-adv | src/vidhrdw/vindictr.cpp |
WRITE_HANDLER |
WRITE_HANDLER( vindictr_playfieldram_w )
{
int oldword = READ_WORD(&atarigen_playfieldram[offset]);
int newword = COMBINE_WORD(oldword, data);
if (oldword != newword)
{
WRITE_WORD(&atarigen_playfieldram[offset], newword);
atarigen_pf_dirty[offset / 2] = 0xff;
}
} |
int vindictr_vh_start(void);
void vindictr_vh_stop(void);
WRITE_HANDLER( vindictr_paletteram_w );
void vindictr_scanline_update(int scanline);
void vindictr_vh_screenrefresh(struct osd_bitmap *bitmap, int full_refresh);
static const UINT8 *update_palette(void);
static void pf_color_callback(const struct rectangle *clip, const struct rectangle *tiles, const struct atarigen_pf_state *state, void *param);
static void pf_render_callback(const struct rectangle *clip, const struct rectangle *tiles, const struct atarigen_pf_state *state, void *param);
static void pf_overrender_callback(const struct rectangle *clip, const struct rectangle *tiles, const struct atarigen_pf_state *state, void *param);
static void mo_color_callback(const UINT16 *data, const struct rectangle *clip, void *param);
static void mo_render_callback(const UINT16 *data, const struct rectangle *clip, void *param);
| 31f688da7c7e9ff3e190a75154f27a84857e59c96b9419ecd9b9c4a4e2344343 | 274 |
|
megadan2 | DRVEngine | Source/DRVMath/DRVMath.cpp | Max |
size_t Max( size_t value1, size_t value2 ) {
return value1 < value2 ? value2 : value1;
} |
float ACos( float value );
float ASin( float value );
float ATan( float value );
float ATan2( float y, float x );
float Ceil( float value );
float Cos( float value );
float Exp( float value );
float FAbs( float value );
float Floor( float value );
float FMod( float x, float y );
float InvSqrt( float value );
float Log( float value );
float Pow( float base, float exponent );
float Sin( float value );
void SinCos( float value, float* outSin, float* outCos );
float Sqr( float value );
float Sqrt( float value );
float Tan( float value );
float Sign( float value );
float Clamp( float value, float minValue, float maxValue );
int Clamp( int value, int minValue, int maxValue );
float Min( float value1, float value2 );
int Min( int value1, int value2 );
size_t Min( size_t value1, size_t value2 );
float Max( float value1, float value2 );
int Max( int value1, int value2 );
float Lerp( float start, float end, float t );
float NormalizeRange( float outMin, float outMax, float inMin, float inMax, float value );
float UnitRandom( int seed );
float SymmetricRandom( int seed );
float IntervalRandom( float min, float max, int seed );
| b30302808349d7a82d2ddbbbbf336b6ea4e73bfc59604dcc5c875614948e02b9 | 93 |
|
KDE | krita | libs/widgetutils/xmlgui/ktoolbarhandler.cpp | needsRebuild | bool needsRebuild() const
{
return m_needsRebuild;
} | BarActionBuilder(KisKActionCollection *actionCollection, KXmlGuiWindow *mainWindow,
QLinkedList<KisToolBar *> &oldToolBarList);
QList<QAction *> create();
const QLinkedList<KisToolBar *> &toolBars();
void handleToolBar(KisToolBar *toolBar);
Private(ToolBarHandler *_parent);
void clientAdded(KisKXMLGUIClient *client);
void ToolBarHandler::Private::init(KXmlGuiWindow *mw);
void ToolBarHandler::Private::connectToActionContainers();
void ToolBarHandler::Private::connectToActionContainer(QAction *action);
void ToolBarHandler::Private::connectToActionContainer(QWidget *container);
ToolBarHandler::ToolBarHandler(KXmlGuiWindow *mainWindow);
ToolBarHandler::ToolBarHandler(KXmlGuiWindow *mainWindow, QObject *parent);
ToolBarHandler::~ToolBarHandler();
QAction *ToolBarHandler::toolBarMenuAction();
void ToolBarHandler::setupActions();
| 39bf073eb802fdcadc0dc342eab55a24a5173d428b35975bd8011ab8d3d3db0e | 69 |
|
LeftRadio | PyQtPropertyBrowser | qt-solutions-qt-solutions/qtpropertybrowser/examples/object_controller/release/moc_qtpropertybrowser.cpp | QtAbstractPropertyBrowser::currentItemChanged |
void QtAbstractPropertyBrowser::currentItemChanged(QtBrowserItem * _t1)
{
void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
QMetaObject::activate(this, &staticMetaObject, 0, _a);
} | ;
void QtAbstractPropertyManager::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a);
const QMetaObject *QtAbstractPropertyManager::metaObject();
void *QtAbstractPropertyManager::qt_metacast(const char *_clname);
int QtAbstractPropertyManager::qt_metacall(QMetaObject::Call _c, int _id, void **_a);
void QtAbstractPropertyManager::propertyInserted(QtProperty * _t1, QtProperty * _t2, QtProperty * _t3);
void QtAbstractPropertyManager::propertyChanged(QtProperty * _t1);
void QtAbstractPropertyManager::propertyRemoved(QtProperty * _t1, QtProperty * _t2);
void QtAbstractPropertyManager::propertyDestroyed(QtProperty * _t1);
void QtAbstractEditorFactoryBase::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a);
const QMetaObject *QtAbstractEditorFactoryBase::metaObject();
void *QtAbstractEditorFactoryBase::qt_metacast(const char *_clname);
int QtAbstractEditorFactoryBase::qt_metacall(QMetaObject::Call _c, int _id, void **_a);
void QtAbstractPropertyBrowser::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a);
const QMetaObject *QtAbstractPropertyBrowser::metaObject();
void *QtAbstractPropertyBrowser::qt_metacast(const char *_clname);
int QtAbstractPropertyBrowser::qt_metacall(QMetaObject::Call _c, int _id, void **_a);
| 72bc78c92dfaf1e309c6e07f1c43c24d42070ad0c620ed468a54af37a68e5ba4 | 223 |
|
QuanliWang | SynthHousehold | R/NestedCategBayesImpute/src/SpecialFunctions.cpp | SpecialFunctions::betarand |
bool SpecialFunctions::betarand(double a, double b, int nSize, MTRand& mt, vector<double>& result)
{
result.clear();
if ((a <= 0) || (b <= 0) || (nSize < 1)) return false;
vector<double> ra, rb;
if (!gammarand(a, 1, nSize,mt, ra)) return false;
if (!gammarand(b, 1, nSize, mt, rb)) return false;
for (int i = 0; i < nSize; i++) {
result.push_back(ra[i] / (ra[i] + rb[i]));
}
return true;
} |
SpecialFunctions::SpecialFunctions(void);
SpecialFunctions::~SpecialFunctions(void);
double SpecialFunctions::gammaln(double x);
double SpecialFunctions::betaln(double x, double y);
double SpecialFunctions::normcdf(double u);
double SpecialFunctions::norminv(double p);
void SpecialFunctions::cmpower2(int nSize, double *px, double* py, double* pResult);
void SpecialFunctions::cmrand(int nSize, MTRand& mt, double* pResult);
bool SpecialFunctions::gammarand(double a, double b, int nSize, MTRand& mt, vector<double>& result);
double SpecialFunctions::chi2rand(double a, MTRand& mt);
double SpecialFunctions::gammarand(double a, double b, MTRand& mt);
double SpecialFunctions::betarand(double a, double b, MTRand& mt);
double SpecialFunctions::betapdf(double x, double a, double b, int logspace);
double SpecialFunctions::gammainc(double x, double a);
double SpecialFunctions::gammacdf(double x,double a, double b);
double SpecialFunctions::gammapdf(double x,double a, double b);
double SpecialFunctions::gammainv(double p,double a, double b);
unsigned int SpecialFunctions::binorand(int n, double p, MTRand& mt);
double SpecialFunctions::gammarand_int(unsigned int a, MTRand& mt);
unsigned int SpecialFunctions::poissonrand(double mu, MTRand& mt);
unsigned int SpecialFunctions:: negative_binomial_rand (double p, double n, MTRand& mt);
double SpecialFunctions::log_sum(double a, double b);
double SpecialFunctions::log_gamma_rand(double shape, MTRand& mt);
void SpecialFunctions::multinomialrand (unsigned int K, unsigned int N, double *p, unsigned int *n, MTRand& mt);
int SpecialFunctions::discreterand_norm(int K, double *p, double norm, MTRand& mt);
int SpecialFunctions::discreterand(int K, double *p, MTRand& mt);
| 78490e110cddc5d54ddd5d9092f75aaf32465c5c34dcdd311c5f69f022b15fcf | 400 |
|
Spade17 | 4.3.4-Core | src/server/scripts/Kalimdor/Firelands/boss_rhyolith.cpp | JustDied | oid JustDied(Unit* killer)
{
me->LowerPlayerDamageReq(me->GetMaxHealth());
summons.DespawnAll();
instance->SetData(DATA_RHYOLITH_EVENT, DONE);
}
| boss_rhyolithAI(Creature * creature);
void InitializeAI();
void JustSummoned(Creature* summon);
void EnterCombat(Unit* victim);
void Reset();
void DoAction(int32 actionId);
oid DamageTaken(Unit* who, uint32 &damage);
oid KilledUnit(Unit* victim);
oid UpdateAI(uint32 diff);
reatureAI* GetAI(Creature* creature);
ight_foot_rhyolith();
reatureAI* GetAI(Creature* creature);
ight_foot_rhyolithAI(Creature *c);
oid Reset();
oid KilledUnit(Unit * /*victim*/);
oid JustDied(Unit * /*victim*/);
oid DamageTaken(Unit* who, uint32 &damage);
oid EnterCombat(Unit * who);
oid DoAction(int32 actionId);
oid UpdateAI(uint32 diff);
eft_foot_rhyolith();
reatureAI* GetAI(Creature* creature);
eft_foot_rhyolithAI(Creature *c);
oid Reset();
oid KilledUnit(Unit * /*victim*/);
oid JustDied(Unit * /*victim*/);
oid DamageTaken(Unit* who, uint32 &damage);
oid EnterCombat(Unit * who);
oid DoAction(int32 actionId);
oid UpdateAI(uint32 diff);
pc_rhyolith_volcano();
reatureAI* GetAI(Creature* creature);
pc_rhyolith_volcanoAI(Creature *c);
oid InitializeAI();
oid UpdateAI(uint32 diff);
oid AddSC_boss_rhyolith();
| 49268899306c1df60d31ead9128ae96dae56192df441432765506cce2ab25b30 | 218 |
|
nkyriazis | PyNvFlex | PyNvFlex.cpp | FlexCreateTriangleMesh |
FlexTriangleMesh_ FlexCreateTriangleMesh()
{
return CreateFlexTriangleMesh(flexCreateTriangleMesh());
} |
int size(const np::ndarray &array);
void _FlexErrorCallback(FlexErrorSeverity type, const char *msg, const char *file, int line);
FlexError PyNvFlexInit(int version, const bpy::object &errorFunc, int deviceIndex);
FlexSolver_ PyNvFlexCreateSolver(int maxParticles, int maxDiffuseParticles, unsigned char maxNeighborsPerParticle);
void PyNvFlexDestroySolver(FlexSolver_ &solver);
void PyNvFlexUpdateSolver(const FlexSolver_ &solver, float dt, int substeps, FlexTimers *timers = nullptr);
np::ndarray FlexParamsGetGravity(const FlexParams ¶ms);
void FlexParamsSetGravity(FlexParams ¶ms, const np::ndarray &gravity);
np::ndarray FlexParamsGetWind(const FlexParams ¶ms);
void FlexParamsSetWind(FlexParams ¶ms, const np::ndarray &Wind);
np::ndarray FlexParamsGetDiffuseSortAxis(const FlexParams ¶ms);
void FlexParamsSetDiffuseSortAxis(FlexParams ¶ms, const np::ndarray &DiffuseSortAxis);
np::ndarray FlexParamsGetPlanes(const FlexParams ¶ms);
void FlexParamsSetPlanes(FlexParams ¶ms, const np::ndarray &planes);
void FlexSetParams(const FlexSolver_ &solver, const FlexParams ¶ms);
void FlexGetParams(const FlexSolver_ &solver, FlexParams ¶ms);
void FlexSetActive(const FlexSolver_ &solver, const np::ndarray &indices);
int FlexGetActiveCount(const FlexSolver_ &solver);
np::ndarray FlexGetActive(const FlexSolver_ &solver);
void FlexSetParticles(const FlexSolver_ &solver, const np::ndarray &particles);
np::ndarray FlexGetParticles(const FlexSolver_ &solver, int n);
void FlexSetRestParticles(const FlexSolver_ &solver, const np::ndarray &particles);
np::ndarray FlexGetSmoothParticles(const FlexSolver_ &solver, int n);
void FlexSetVelocities(const FlexSolver_ &solver, const np::ndarray &velocities);
np::ndarray FlexGetVelocities(const FlexSolver_ &solver, int n);
void FlexSetPhases(const FlexSolver_ &solver, const np::ndarray &Phases);
np::ndarray FlexGetPhases(const FlexSolver_ &solver, int n);
void FlexSetSprings(const FlexSolver_ &solver, const np::ndarray &indices, const np::ndarray &restLengths, const np::ndarray &stifness);
bpy::tuple FlexGetSprings(const FlexSolver_ &solver, int n);
void FlexSetNormals(const FlexSolver_ &solver, const np::ndarray &normals);
np::ndarray FlexGetNormals(const FlexSolver_ &solver, int n);
bpy::tuple FlexGetRigidTransforms(const FlexSolver_ &solver, int numRigids);
void FlexDestroyTriangleMesh(FlexTriangleMesh_ &mesh);
bpy::tuple FlexGetTriangleMeshBounds(const FlexTriangleMesh_ &mesh);
FlexSDF_ FlexCreateSDF();
void FlexDestroySDF(FlexSDF_ &sdf);
void FlexUpdateSDF(const FlexSDF_ &sdf, const np::ndarray &field);
void FlexSetDynamicTriangles(const FlexSolver_ &solver, const np::ndarray &indices, const np::ndarray &normals);
bpy::tuple FlexGetDynamicTriangles(const FlexSolver_ &solver, int numTris);
np::ndarray FlexGetDensities(const FlexSolver_ &solver, int maxParticles);
bpy::tuple FlexGetAnisotropy(const FlexSolver_ &solver, int maxParticles);
bpy::tuple FlexGetDiffuseParticles(const FlexSolver_ &solver, int maxParticles);
void FlexSetDiffuseParticles(const FlexSolver_ &solver, const np::ndarray &p, const np::ndarray &v);
bpy::tuple FlexGetContacts(const FlexSolver_ &solver, int maxParticles);
bpy::tuple FlexGetBounds(const FlexSolver_ &solver);
void FlexPlaneSet(FlexCollisionPlane &plane, const np::ndarray &p);
np::ndarray FlexPlaneGet(const FlexCollisionPlane &plane);
FlexTriangleMesh_ FlexTriangleMeshGet(const FlexCollisionTriangleMesh &c);
void FlexTriangleMeshSet(FlexCollisionTriangleMesh &c, const FlexTriangleMesh_ &mesh);
FlexSDF_ FlexSDFGet(const FlexCollisionSDF &c);
void FlexSDFSet(FlexCollisionSDF &c, const FlexSDF_ &sdf);
boost::shared_ptr<FlexCollisionGeometry> ConstructFromSphere(const FlexCollisionSphere &sphere);
boost::shared_ptr<FlexCollisionGeometry> ConstructFromCapsule(const FlexCollisionCapsule &capsule);
boost::shared_ptr<FlexCollisionGeometry> ConstructFromPlane(const FlexCollisionPlane &plane);
boost::shared_ptr<FlexCollisionGeometry> ConstructFromMesh(const FlexCollisionTriangleMesh &mesh);
boost::shared_ptr<FlexCollisionGeometry> ConstructFromSDF(const FlexCollisionSDF &sdf);
bpy::tuple FlexExtCreateWeldedMeshIndices(const np::ndarray &vertices, float threshold);
FlexExtContainer_ FlexExtCreateContainer(const FlexSolver_ &solver, int maxParticles);
np::ndarray FlexExtAllocParticles(const FlexExtContainer_ &container, int n);
void FlexExtFreeParticles(const FlexExtContainer_ &container, const np::ndarray &indices);
void FlexExtUpdateInstances(const FlexExtContainer_ &container);
int FlexExtAssetNumParticles(const FlexExtAsset_ &asset);
int FlexExtInstanceNumParticles(const FlexExtInstance_ &inst);
np::ndarray FlexExtInstanceParticleIndices(const FlexExtInstance_ &inst);
FlexExtAsset_ FlexExtInstanceAsset(const FlexExtInstance_ &inst);
np::ndarray FlexExtInstanceTranslation(const FlexExtInstance_ &inst);
np::ndarray FlexExtInstanceRotation(const FlexExtInstance_ &inst);
BOOST_PYTHON_MODULE(MODULE_NAME);
| 2303ec4e17f5d973a3c9421f28906b22e45fab4c6d12bcf1cdc00f60163be1a9 | 105 |
|
ximion | Clementine-LibDanceTag | src/library/librarymodel.cpp | LibraryModel::InitItem |
LibraryItem* LibraryModel::InitItem(GroupBy type, bool signal, LibraryItem *parent,
int container_level) {
LibraryItem::Type item_type =
type == GroupBy_None ? LibraryItem::Type_Song :
LibraryItem::Type_Container;
if (signal)
beginInsertRows(ItemToIndex(parent),
parent->children.count(),parent->children.count());
LibraryItem* item = new LibraryItem(item_type, parent);
item->container_level = container_level;
return item;
} |
LibraryModel::~LibraryModel();
void LibraryModel::set_pretty_covers(bool use_pretty_covers);
void LibraryModel::set_show_dividers(bool show_dividers);
void LibraryModel::Init(bool async);
void LibraryModel::SongsDiscovered(const SongList& songs);
void LibraryModel::SongsStatisticsChanged(const SongList& songs);
LibraryItem* LibraryModel::CreateCompilationArtistNode(bool signal, LibraryItem* parent);
QString LibraryModel::DividerKey(GroupBy type, LibraryItem* item);
QString LibraryModel::DividerDisplayText(GroupBy type, const QString& key);
void LibraryModel::SongsDeleted(const SongList& songs);
QVariant LibraryModel::AlbumIcon(const QModelIndex& index, int role);
QVariant LibraryModel::data(const QModelIndex& index, int role);
QVariant LibraryModel::data(const LibraryItem* item, int role);
void LibraryModel::LazyPopulate(LibraryItem* parent, bool signal);
void LibraryModel::ResetAsync();
void LibraryModel::ResetAsyncQueryFinished();
void LibraryModel::BeginReset();
void LibraryModel::Reset();
void LibraryModel::InitQuery(GroupBy type, LibraryQuery* q);
void LibraryModel::FilterQuery(GroupBy type, LibraryItem* item, LibraryQuery* q);
QString LibraryModel::TextOrUnknown(const QString& text);
QString LibraryModel::PrettyYearAlbum(int year, const QString& album);
QString LibraryModel::SortText(QString text);
QString LibraryModel::SortTextForArtist(QString artist);
QString LibraryModel::SortTextForYear(int year);
QString LibraryModel::SortTextForSong(const Song& song);
Qt::ItemFlags LibraryModel::flags(const QModelIndex& index);
QStringList LibraryModel::mimeTypes();
QMimeData* LibraryModel::mimeData(const QModelIndexList& indexes);
bool LibraryModel::CompareItems(const LibraryItem* a, const LibraryItem* b);
SongList LibraryModel::GetChildSongs(const QModelIndexList& indexes);
SongList LibraryModel::GetChildSongs(const QModelIndex &index);
void LibraryModel::SetFilterAge(int age);
void LibraryModel::SetFilterText(const QString& text);
void LibraryModel::SetFilterQueryMode(QueryOptions::QueryMode query_mode);
bool LibraryModel::canFetchMore(const QModelIndex &parent);
void LibraryModel::SetGroupBy(const Grouping& g);
const LibraryModel::GroupBy& LibraryModel::Grouping::operator [](int i);
LibraryModel::GroupBy& LibraryModel::Grouping::operator [](int i);
void LibraryModel::CreateSmartPlaylists();
void LibraryModel::ItemFromSmartPlaylist(const QSettings& s, bool notify);
void LibraryModel::AddGenerator(GeneratorPtr gen);
void LibraryModel::UpdateGenerator(const QModelIndex& index, GeneratorPtr gen);
void LibraryModel::DeleteGenerator(const QModelIndex& index);
void LibraryModel::SaveGenerator(QSettings* s, int i, GeneratorPtr generator);
GeneratorPtr LibraryModel::CreateGenerator(const QModelIndex& index);
void LibraryModel::TotalSongCountUpdatedSlot(int count);
| 8d3f097378102a64191e60c966b1c64703b7d56961720c626556066ea9831f8f | 510 |
|
166MMX | openjdk.java.net-openjfx-8u40-rt | modules/fxpackager/src/main/native/library/common/GenericPlatform.cpp |
GenericPlatform::~GenericPlatform |
GenericPlatform::~GenericPlatform(void) {
} |
GenericPlatform::GenericPlatform(void);
TString GenericPlatform::GetConfigFileName();
TString GenericPlatform::GetPackageAppDirectory();
TString GenericPlatform::GetPackageLauncherDirectory();
std::list<TString> GenericPlatform::LoadFromFile(TString FileName);
void GenericPlatform::SaveToFile(TString FileName, std::list<TString> Contents, bool ownerOnly);
TString GenericPlatform::GetAppName();
std::map<TString, TString> GenericPlatform::GetKeys();
Platform::DebugState GenericPlatform::GetDebugState();
| a16155d246974ee1c698350edff61c84a0a08fa70151da13559f9429fcc823fa | 44 |
|
czchen | debian-massif-visualizer | kdchart/src/KDChartAbstractCartesianDiagram.cpp | AbstractCartesianDiagram::referenceDiagram | stractCartesianDiagram* AbstractCartesianDiagram::referenceDiagram() const
{
return d->referenceDiagram;
}
Q | stractCartesianDiagram::Private::Private();
stractCartesianDiagram::Private::~Private();
ol AbstractCartesianDiagram::compare( const AbstractCartesianDiagram* other );
stractCartesianDiagram::AbstractCartesianDiagram ( QWidget* parent, CartesianCoordinatePlane* plane );
Chart::AbstractCartesianDiagram::~AbstractCartesianDiagram();
id AbstractCartesianDiagram::init();
id AbstractCartesianDiagram::addAxis( CartesianAxis *axis );
id AbstractCartesianDiagram::takeAxis( CartesianAxis *axis );
Chart::CartesianAxisList AbstractCartesianDiagram::axes( );
id KDChart::AbstractCartesianDiagram::layoutPlanes();
id KDChart::AbstractCartesianDiagram::setCoordinatePlane( AbstractCoordinatePlane* plane );
id AbstractCartesianDiagram::setReferenceDiagram( AbstractCartesianDiagram* diagram, const QPointF& offset );
ointF AbstractCartesianDiagram::referenceDiagramOffset();
id AbstractCartesianDiagram::setRootIndex( const QModelIndex& index );
id AbstractCartesianDiagram::setModel( QAbstractItemModel* model );
id AbstractCartesianDiagram::setAttributesModel( AttributesModel* model );
| afd7c84e5dd28b86ceafe7a35cfee2166fdfe2530f756a9c1f18136c6bf151cf | 113 |
|
jasonsandlin | libHttpClient | Source/Mock/lhc_mock.cpp | Mock_Internal_HCHttpCallPerformAsync |
bool Mock_Internal_HCHttpCallPerformAsync(
_In_ HCCallHandle originalCall
)
{
auto httpSingleton = get_http_singleton();
if (nullptr == httpSingleton)
{
return false;
}
std::lock_guard<std::recursive_mutex> guard(httpSingleton->m_mocksLock);
if (httpSingleton->m_mocks.size() == 0)
{
return false;
}
auto& mocks{ httpSingleton->m_mocks };
HC_MOCK_CALL* mock{ nullptr };
for (auto iter = mocks.rbegin(); iter != mocks.rend(); ++iter)
{
if (DoesMockCallMatch(*iter, originalCall))
{
mock = *iter;
break;
}
}
if (!mock)
{
return false;
}
if (mock->matchedCallback)
{
mock->matchedCallback(
mock,
originalCall->method.data(),
originalCall->url.data(),
originalCall->requestBodyBytes.data(),
static_cast<uint32_t>(originalCall->requestBodyBytes.size()),
mock->matchCallbackContext
);
}
size_t byteBuf;
HCHttpCallResponseGetResponseBodyBytesSize(mock, &byteBuf);
http_memory_buffer buffer(byteBuf);
HCHttpCallResponseGetResponseBodyBytes(mock, byteBuf, static_cast<uint8_t*>(buffer.get()), nullptr);
HCHttpCallResponseSetResponseBodyBytes(originalCall, static_cast<uint8_t*>(buffer.get()), byteBuf);
uint32_t code;
HCHttpCallResponseGetStatusCode(mock, &code);
HCHttpCallResponseSetStatusCode(originalCall, code);
HRESULT genCode;
HCHttpCallResponseGetNetworkErrorCode(mock, &genCode, &code);
HCHttpCallResponseSetNetworkErrorCode(originalCall, genCode, code);
uint32_t numheaders;
HCHttpCallResponseGetNumHeaders(mock, &numheaders);
const char* str1;
const char* str2;
for (uint32_t i = 0; i < numheaders; i++)
{
HCHttpCallResponseGetHeaderAtIndex(mock, i, &str1, &str2);
HCHttpCallResponseSetHeader(originalCall, str1, str2);
}
return true;
} |
bool DoesMockCallMatch(_In_ const HC_CALL* mockCall, _In_ const HC_CALL* originalCall);
| 260cdb57626e2c8717e3579d3fb91fb57dde7b909cdbdf4d347532602cd7b66c | 1,993 |
|
kikisoft | ToastPDF | CCPrintUI/CCLicenseWizSamplingPage.cpp | CCLicenseWizSamplingPage::UpdateControls |
void CCLicenseWizSamplingPage::UpdateControls()
{
int nSel = GetCheckedRadioBtn(IDC_SAMPLING, IDC_SAMPLING_NC);
if (nSel == -1)
{
SetWizardButtons(PSWIZB_BACK);
}
else
{
SetWizardButtons(PSWIZB_BACK|PSWIZB_NEXT);
}
} |
BOOL CCLicenseWizSamplingPage::OnSetActive();
BOOL CCLicenseWizSamplingPage::OnKillActive();
int CCLicenseWizSamplingPage::OnWizNext();
int CCLicenseWizSamplingPage::OnWizBack();
BOOL CCLicenseWizSamplingPage::PageProc(UINT uMsg, WPARAM wParam, LPARAM lParam);
bool CCLicenseWizSamplingPage::PreparePage(PROPSHEETPAGE& page);
| 23098a80feda5d7f5a1000ac171d5f7ab1dd31e6219b24e174167bc29606cb8b | 250 |
|
xkfz007 | vlc | build/win32/include/qt4/src/gui/widgets/qtabbar.cpp | QTabBarPrivate::makeVisible |
void QTabBarPrivate::makeVisible(int index)
{
Q_Q(QTabBar);
if (!validIndex(index) || leftB->isHidden())
return;
const QRect tabRect = tabList.at(index).rect;
const int oldScrollOffset = scrollOffset;
const bool horiz = !verticalTabs(shape);
const int available = (horiz ? q->width() : q->height()) - extraWidth();
const int start = horiz ? tabRect.left() : tabRect.top();
const int end = horiz ? tabRect.right() : tabRect.bottom();
if (start < scrollOffset)
scrollOffset = start - (index ? 8 : 0);
else if (end > scrollOffset + available)
scrollOffset = end - available + 1;
leftB->setEnabled(scrollOffset > 0);
const int last = horiz ? tabList.last().rect.right() : tabList.last().rect.bottom();
rightB->setEnabled(last - scrollOffset >= available);
if (oldScrollOffset != scrollOffset) {
q->update();
layoutWidgets();
}
} |
void QTabBarPrivate::updateMacBorderMetrics();
void QTabBar::initStyleOption(QStyleOptionTab *option, int tabIndex);
int QTabBarPrivate::extraWidth();
void QTabBarPrivate::init();
QTabBarPrivate::Tab *QTabBarPrivate::at(int index);
const QTabBarPrivate::Tab *QTabBarPrivate::at(int index);
int QTabBarPrivate::indexAtPos(const QPoint &p);
void QTabBarPrivate::layoutTabs();
void QTabBarPrivate::layoutTab(int index);
void QTabBarPrivate::layoutWidgets(int start);
void QTabBarPrivate::_q_closeTab();
void QTabBarPrivate::_q_scrollTabs();
void QTabBarPrivate::refresh();
QTabBar::QTabBar(QWidget* parent);
QTabBar::~QTabBar();
QTabBar::Shape QTabBar::shape();
void QTabBar::setShape(Shape shape);
void QTabBar::setDrawBase(bool drawBase);
bool QTabBar::drawBase();
int QTabBar::addTab(const QString &text);
int QTabBar::addTab(const QIcon& icon, const QString &text);
int QTabBar::insertTab(int index, const QString &text);
int QTabBar::insertTab(int index, const QIcon& icon, const QString &text);
void QTabBar::removeTab(int index);
bool QTabBar::isTabEnabled(int index);
void QTabBar::setTabEnabled(int index, bool enabled);
QString QTabBar::tabText(int index);
void QTabBar::setTabText(int index, const QString &text);
QColor QTabBar::tabTextColor(int index);
void QTabBar::setTabTextColor(int index, const QColor &color);
QIcon QTabBar::tabIcon(int index);
void QTabBar::setTabIcon(int index, const QIcon & icon);
void QTabBar::setTabToolTip(int index, const QString & tip);
QString QTabBar::tabToolTip(int index);
void QTabBar::setTabWhatsThis(int index, const QString &text);
QString QTabBar::tabWhatsThis(int index);
void QTabBar::setTabData(int index, const QVariant & data);
QVariant QTabBar::tabData(int index);
QRect QTabBar::tabRect(int index);
int QTabBar::tabAt(const QPoint &position);
int QTabBar::currentIndex();
void QTabBar::setCurrentIndex(int index);
QSize QTabBar::iconSize();
void QTabBar::setIconSize(const QSize &size);
int QTabBar::count();
QSize QTabBar::sizeHint();
QSize QTabBar::minimumSizeHint();
static QString computeElidedText(Qt::TextElideMode mode, const QString &text);
QSize QTabBarPrivate::minimumTabSizeHint(int index);
QSize QTabBar::tabSizeHint(int index);
void QTabBar::tabLayoutChange();
void QTabBar::showEvent(QShowEvent *);
void QTabBar::hideEvent(QHideEvent *);
void QTabBar::resizeEvent(QResizeEvent *);
void QTabBar::paintEvent(QPaintEvent *);
int QTabBarPrivate::calculateNewPosition(int from, int to, int index);
void QTabBar::moveTab(int from, int to);
void QTabBarPrivate::slide(int from, int to);
void QTabBarPrivate::moveTab(int index, int offset);
void QTabBar::mousePressEvent(QMouseEvent *event);
void QTabBarPrivate::setupMovableTab();
void QTabBarPrivate::moveTabFinished(int index);
void QTabBar::mouseReleaseEvent(QMouseEvent *event);
void QTabBar::keyPressEvent(QKeyEvent *event);
void QTabBar::wheelEvent(QWheelEvent *event);
void QTabBarPrivate::setCurrentNextEnabledIndex(int offset);
void QTabBar::changeEvent(QEvent *event);
Qt::TextElideMode QTabBar::elideMode();
void QTabBar::setElideMode(Qt::TextElideMode mode);
bool QTabBar::usesScrollButtons();
void QTabBar::setUsesScrollButtons(bool useButtons);
bool QTabBar::tabsClosable();
void QTabBar::setTabsClosable(bool closable);
QTabBar::SelectionBehavior QTabBar::selectionBehaviorOnRemove();
void QTabBar::setSelectionBehaviorOnRemove(QTabBar::SelectionBehavior behavior);
bool QTabBar::expanding();
void QTabBar::setExpanding(bool enabled);
bool QTabBar::isMovable();
void QTabBar::setMovable(bool movable);
bool QTabBar::documentMode();
void QTabBar::setDocumentMode(bool enabled);
void QTabBar::setTabButton(int index, ButtonPosition position, QWidget *widget);
QWidget *QTabBar::tabButton(int index, ButtonPosition position);
CloseButton::CloseButton(QWidget *parent);
QSize CloseButton::sizeHint();
void CloseButton::enterEvent(QEvent *event);
void CloseButton::leaveEvent(QEvent *event);
void CloseButton::paintEvent(QPaintEvent *);
| b3fe3b79ff5bcb3a90b76c7ff6328f497954cba09f81248fb65980d5c8ef1459 | 953 |
|
wayfinder | Wayfinder-Server | Server/Shared/src/ExpandRoutePacket.cpp |
ExpandRouteReplyPacket::setStartDirectionHousenumber |
void
ExpandRouteReplyPacket::setStartDirectionHousenumber(
ItemTypes::routedir_nbr_t x)
{
writeByte(REPLY_HEADER_SIZE+EXPAND_REPLY_START_DIR_NBR, byte(x));
MC2_ASSERT(getStartDirectionHousenumber() == x);
mc2dbg2 << "ExpandRouteRepPack: wrote start-dir nbr: " << int(x) << endl;
} |
ExpandRouteRequestPacket::ExpandRouteRequestPacket();
ExpandRouteReplyPacket::ExpandRouteReplyPacket(int size);
ExpandRouteReplyPacket::ExpandRouteReplyPacket( const ExpandRouteRequestPacket* p );
void ExpandRouteReplyPacket::dump2( bool headerOnly );
| 283a3bd8e0180ec373cc9c6f5e1c3bd0941a3129463288b2ec0e2373ee00d4cc | 321 |
|
CrazyLauren | sm_lib | src/UType/CIPCSemPosix.cpp | _sem_t::MCreatedNew | inline void _sem_t::MCreatedNew(int aVal)
{
FIsUnlinked=false;
FCount=0;
FId=get_uuid().MGetHash();
FFutex=aVal;
}
| _sem_t::_sem_t();
bool _sem_t::MIsValid();
void _sem_t::MInc();
bool _sem_t::MDec();
inline void _sem_t::MCreatedNew();
size_t CIPCSem::sMRequredBufSize();
CImpl();
CIPCSem::CIPCSem(uint8_t* aBuf, size_t aSize, unsigned int value,
eOpenType const aHasToBeNew, int aInitvalue);
CIPCSem::CIPCSem();
bool CIPCSem::MInit(uint8_t* aBuf, size_t aSize, unsigned int value,
eOpenType aHasToBeNew, int aInitvalue);
CIPCSem::~CIPCSem();
bool CIPCSem::MWait(void);
bool CIPCSem::MWait(double const aTime);
bool CIPCSem::MTryWait(void);
bool CIPCSem::MPost(void);
int CIPCSem::MValue();
void CIPCSem::MUnlink();
bool CIPCSem::MIsInited();
void CIPCSem::MFree();
NSHARE::CText const& CIPCSem::MName();
_sem_t::_sem_t();
bool _sem_t::MIsValid();
void _sem_t::MInc();
bool _sem_t::MDec();
size_t CIPCSem::sMRequredBufSize();
CImpl();
CIPCSem::CIPCSem(uint8_t* aBuf, size_t aSize, unsigned int value,
eOpenType const aHasToBeNew, int aInitvalue);
CIPCSem::CIPCSem();
bool CIPCSem::MInit(uint8_t* aBuf, size_t aSize, unsigned int value,
eOpenType aHasToBeNew, int aInitvalue);
CIPCSem::~CIPCSem();
bool CIPCSem::MWait(void);
bool CIPCSem::MWait(double const aTime);
bool CIPCSem::MTryWait(void);
bool CIPCSem::MPost(void);
int CIPCSem::MValue();
void CIPCSem::MUnlink();
bool CIPCSem::MIsInited();
void CIPCSem::MFree();
NSHARE::CText const& CIPCSem::MName();
size_t CIPCSem::sMRequredBufSize();
CImpl();
CIPCSem::CIPCSem(uint8_t* aBuf, size_t aSize, unsigned int value,
eOpenType const aHasToBeNew, int aInitvalue);
CIPCSem::CIPCSem();
bool CIPCSem::MInit(uint8_t* aBuf, size_t aSize, unsigned int value,
eOpenType aHasToBeNew, int aInitvalue);
CIPCSem::~CIPCSem();
bool CIPCSem::MWait(void);
bool CIPCSem::MWait(double const aTime);
bool CIPCSem::MTryWait(void);
bool CIPCSem::MPost(void);
int CIPCSem::MValue();
void CIPCSem::MUnlink();
bool CIPCSem::MIsInited();
void CIPCSem::MFree();
NSHARE::CText const& CIPCSem::MName();
| a2f5f277ba4ad7ade1a0eba4b9d929869b80341141381cbbb0e5036cc9325d81 | 119 |
|
mbbill | sensorfw | core/loader.cpp | Loader::instance |
Loader& Loader::instance()
{
static Loader the_loader;
return the_loader;
} |
Loader::Loader();
bool Loader::loadPluginFile(const QString& name, QString *errorString, QStringList& newPluginNames, QList<PluginBase*>& newPlugins);
bool Loader::loadPlugin(const QString& name, QString* errorString);
QString Loader::resolveRealPluginName(const QString& pluginName);
| 0e6e6dd917200299a83b44952eb8904adfaaeb24571aff1b079e9353a184f0b2 | 85 |
|
cthielen | epiar | src/engine/technologies.cpp | Technology::operator= |
Technology& Technology::operator= (const Technology& other) {
name = other.name;
models = other.models;
engines = other.engines;
weapons = other.weapons;
outfits = other.outfits;
return *this;
} |
bool Technology::FromXMLNode( xmlDocPtr doc, xmlNodePtr node );
xmlNodePtr Technology::ToXMLNode(string componentName);
Technologies::Technologies();
| 9fc1b8f04d1d3766f6664fcf329acd39788c4b95b14ac883d612e87b360f6447 | 202 |
|
mrkmarron | ChakraCore | lib/Runtime/Language/AsmJsTypes.cpp | AsmJsType::isSIMDUint16x8 | bool AsmJsType::isSIMDUint16x8() const
{
return which_ == Uint16x8;
} | const char16 * AsmJsType::toChars();
bool AsmJsType::isSIMDType();
bool AsmJsType::isSIMDInt32x4();
bool AsmJsType::isSIMDBool32x4();
bool AsmJsType::isSIMDBool16x8();
bool AsmJsType::isSIMDBool8x16();
bool AsmJsType::isSIMDInt16x8();
bool AsmJsType::isSIMDInt8x16();
bool AsmJsType::isSIMDFloat32x4();
bool AsmJsType::isSIMDFloat64x2();
bool AsmJsType::isSIMDInt64x2();
bool AsmJsType::isSIMDUint32x4();
bool AsmJsType::isSIMDUint8x16();
bool AsmJsType::isVarAsmJsType();
bool AsmJsType::isExtern();
bool AsmJsType::isVoid();
bool AsmJsType::isFloatish();
bool AsmJsType::isFloatishDoubleLit();
bool AsmJsType::isMaybeFloat();
bool AsmJsType::isFloat();
bool AsmJsType::isMaybeDouble();
bool AsmJsType::isDouble();
bool AsmJsType::isDoubleLit();
bool AsmJsType::isIntish();
bool AsmJsType::isInt();
bool AsmJsType::isUnsigned();
bool AsmJsType::isSigned();
bool AsmJsType::operator!=(AsmJsType rhs);
bool AsmJsType::operator==(AsmJsType rhs);
bool AsmJsType::isSubType(AsmJsType type);
bool AsmJsType::isSuperType(AsmJsType type);
Js::AsmJsRetType AsmJsType::toRetType();
bool AsmJsRetType::operator!=(AsmJsRetType rhs);
bool AsmJsRetType::operator==(AsmJsRetType rhs);
Js::AsmJsType AsmJsRetType::toType();
Js::AsmJsVarType AsmJsRetType::toVarType();
Js::AsmJsRetType::Which AsmJsRetType::which();
AsmJsRetType::AsmJsRetType(AsmJSCoercion coercion);
AsmJsRetType::AsmJsRetType(Which w);
AsmJsRetType::AsmJsRetType();
bool AsmJsVarType::operator!=(AsmJsVarType rhs);
bool AsmJsVarType::operator==(AsmJsVarType rhs);
Js::AsmJsVarType AsmJsVarType::FromCheckedType(AsmJsType type);
Js::AsmJSCoercion AsmJsVarType::toCoercion();
Js::AsmJsType AsmJsVarType::toType();
Js::AsmJsVarType::Which AsmJsVarType::which();
AsmJsVarType::AsmJsVarType(AsmJSCoercion coercion);
AsmJsVarType::AsmJsVarType(Which w);
AsmJsVarType::AsmJsVarType();
AsmJsVarBase::AsmJsVarBase(PropertyName name, AsmJsSymbol::SymbolType type, bool isMutable /*= true*/);
bool AsmJsVarBase::Is(AsmJsSymbol* sym);
Js::AsmJsType AsmJsModuleArg::GetType();
Js::AsmJsType AsmJsMathConst::GetType();
AsmJsFunctionDeclaration::AsmJsFunctionDeclaration(PropertyName name, AsmJsSymbol::SymbolType type, ArenaAllocator* allocator);
bool AsmJsFunctionDeclaration::Is(AsmJsSymbol* sym);
bool AsmJsFunctionDeclaration::EnsureArgCount(ArgSlot count);
void AsmJsFunctionDeclaration::SetArgCount(ArgSlot count );
AsmJsType* AsmJsFunctionDeclaration::GetArgTypeArray();
bool AsmJsFunctionDeclaration::CheckAndSetReturnType(Js::AsmJsRetType val);
Js::AsmJsType AsmJsFunctionDeclaration::GetType();
bool AsmJsFunctionDeclaration::EnsureArgType(AsmJsVarBase* arg, ArgSlot index);
bool AsmJsFunctionDeclaration::SupportsArgCall( ArgSlot argCount, AsmJsType* args, AsmJsRetType& retType );
ArgSlot AsmJsFunctionDeclaration::GetArgByteSize(ArgSlot inArgCount);
bool AsmJsMathFunction::CheckAndSetReturnType(Js::AsmJsRetType val);
bool AsmJsMathFunction::SupportsArgCall(ArgSlot argCount, AsmJsType* args, AsmJsRetType& retType );
bool AsmJsMathFunction::SupportsMathCall(ArgSlot argCount, AsmJsType* args, OpCodeAsmJs& op, AsmJsRetType& retType );
bool AsmJsMathFunction::IsFround(AsmJsFunctionDeclaration* sym);
WAsmJs::RegisterSpace*
AllocateRegisterSpace(ArenaAllocator* alloc, WAsmJs::Types type);
AsmJsFunc::AsmJsFunc(PropertyName name, ParseNode* pnodeFnc, ArenaAllocator* allocator, ScriptContext* scriptContext);
AsmJsVarBase* AsmJsFunc::DefineVar( PropertyName name, bool isArg /*= false*/, bool isMutable /*= true*/ );
ProfileId AsmJsFunc::GetNextProfileId();
AsmJsVarBase* AsmJsFunc::FindVar(const PropertyName name);
void AsmJsFunc::ReleaseLocationGeneric(const EmitExpressionInfo* pnode);
AsmJsSymbol* AsmJsFunc::LookupIdentifier(const PropertyName name, AsmJsLookupSource::Source* lookupSource /*= nullptr */);
void AsmJsFunc::UpdateMaxArgOutDepth(int outParamsCount);
bool AsmJsFunctionInfo::Init(AsmJsFunc* func);
WAsmJs::TypedSlotInfo* AsmJsFunctionInfo::GetTypedSlotInfo(WAsmJs::Types type);
int AsmJsFunctionInfo::GetTotalSizeinBytes();
void AsmJsFunctionInfo::SetArgType(AsmJsVarType type, ArgSlot index);
Js::AsmJsType AsmJsArrayView::GetType();
bool AsmJsImportFunction::SupportsArgCall(ArgSlot argCount, AsmJsType* args, AsmJsRetType& retType );
AsmJsImportFunction::AsmJsImportFunction(PropertyName name, PropertyName field, ArenaAllocator* allocator);
bool AsmJsFunctionTable::SupportsArgCall(ArgSlot argCount, AsmJsType* args, AsmJsRetType& retType );
AsmJsSIMDFunction::AsmJsSIMDFunction(PropertyName name, ArenaAllocator* allocator, ArgSlot argCount, AsmJsSIMDBuiltinFunction builtIn, OpCodeAsmJs op, AsmJsRetType retType, ...);
bool AsmJsSIMDFunction::SupportsSIMDCall(ArgSlot argCount, AsmJsType* args, OpCodeAsmJs& op, AsmJsRetType& retType);
bool AsmJsSIMDFunction::SupportsArgCall(ArgSlot argCount, AsmJsType* args, AsmJsRetType& retType);
bool AsmJsSIMDFunction::CheckAndSetReturnType(Js::AsmJsRetType val);
void AsmJsSIMDFunction::SetOverload(AsmJsSIMDFunction* val);
bool AsmJsSIMDFunction::IsTypeCheck();
bool AsmJsSIMDFunction::IsUnsignedTypeCheck();
AsmJsVarType AsmJsSIMDFunction::GetTypeCheckVarType();
bool AsmJsSIMDFunction::IsConstructor();
bool AsmJsSIMDFunction::IsConstructor(uint argCount);
AsmJsVarType AsmJsSIMDFunction::GetConstructorVarType();
| 98695e8c8d3a21759d16dbb75cbf77a42150f533b3f63a3b7172b3e65df06272 | 86 |
|
benlangmuir | swift | lib/Sema/CSClosure.cpp | visitWhileStmt | void visitWhileStmt(WhileStmt *whileStmt) {
SmallVector<ElementInfo, 4> elements;
visitStmtCondition(whileStmt, elements, locator);
elements.push_back(makeElement(whileStmt->getBody(), locator));
createConjunction(cs, elements, locator);
} |
Expr *getVoidExpr(ASTContext &ctx, SourceLoc contextLoc = SourceLoc();
std::pair<bool, Expr *> walkToExprPre(Expr *expr);
Expr *walkToExprPost(Expr *expr);
std::pair<bool, Stmt *> walkToStmtPre(Stmt *stmt);
DeclContext *currentClosureDC();
void inferVariables(Type type);
std::pair<bool, Expr *> walkToExprPre(Expr *expr);
ArrayRef<TypeVariableType *> getVariables();
static bool isViableElement(ASTNode element);
SyntacticElementConstraintGenerator(ConstraintSystem &cs, AnyFunctionRef fn,
ConstraintLocator *locator);
void visitPattern(Pattern *pattern, ContextualTypeInfo context);
void visitCaseItem(CaseLabelItem *caseItem, ContextualTypeInfo contextInfo);
void visitForEachPattern(Pattern *pattern, ForEachStmt *forEachStmt);
void visitCaseItemPattern(Pattern *pattern, ContextualTypeInfo context);
void visitPatternBinding(PatternBindingDecl *patternBinding,
SmallVectorImpl<ElementInfo> &patterns);
void visitPatternBindingElement(PatternBindingDecl *patternBinding);
void visitDecl(Decl *decl);
void visitIfStmt(IfStmt *ifStmt);
void visitGuardStmt(GuardStmt *guardStmt);
void visitDoStmt(DoStmt *doStmt);
void visitRepeatWhileStmt(RepeatWhileStmt *repeatWhileStmt);
void visitPoundAssertStmt(PoundAssertStmt *poundAssertStmt);
void visitThrowStmt(ThrowStmt *throwStmt);
void visitForEachStmt(ForEachStmt *forEachStmt);
void visitSwitchStmt(SwitchStmt *switchStmt);
void visitDoCatchStmt(DoCatchStmt *doStmt);
void visitCaseStmt(CaseStmt *caseStmt);
void visitBraceStmt(BraceStmt *braceStmt);
void visitReturnStmt(ReturnStmt *returnStmt);
bool isInSingleExpressionClosure();
ContextualTypeInfo getContextualResultInfo();
ContextualTypeInfo getContextForCondition();
bool isChildOf(StmtKind kind);
bool recordInferredSwitchCasePatternVars(CaseStmt *caseStmt);
bool ConstraintSystem::generateConstraints(ClosureExpr *closure);
bool ConstraintSystem::generateConstraints(AnyFunctionRef fn, BraceStmt *body);
bool ConstraintSystem::isInResultBuilderContext(ClosureExpr *closure);
bool isConditionOfStmt(ConstraintLocatorBuilder locator);
Expr *rewriteExpr(Expr *expr);
ASTNode visit(Stmt *S);
void visitDecl(Decl *decl);
ASTNode visitBreakStmt(BreakStmt *breakStmt);
ASTNode visitContinueStmt(ContinueStmt *continueStmt);
ASTNode visitFallthroughStmt(FallthroughStmt *fallthroughStmt);
ASTNode visitDeferStmt(DeferStmt *deferStmt);
ASTNode visitIfStmt(IfStmt *ifStmt);
ASTNode visitGuardStmt(GuardStmt *guardStmt);
ASTNode visitWhileStmt(WhileStmt *whileStmt);
virtual ASTNode visitDoStmt(DoStmt *doStmt);
ASTNode visitRepeatWhileStmt(RepeatWhileStmt *repeatWhileStmt);
ASTNode visitPoundAssertStmt(PoundAssertStmt *poundAssertStmt);
ASTNode visitThrowStmt(ThrowStmt *throwStmt);
ASTNode visitForEachStmt(ForEachStmt *forEachStmt);
ASTNode visitSwitchStmt(SwitchStmt *switchStmt);
ASTNode visitDoCatchStmt(DoCatchStmt *doStmt);
void visitCaseStmtPreamble(CaseStmt *caseStmt);
void visitCaseStmtBody(CaseStmt *caseStmt);
ASTNode visitCaseStmt(CaseStmt *caseStmt);
ASTNode visitBraceStmt(BraceStmt *braceStmt);
ASTNode addImplicitVoidReturn(BraceStmt *braceStmt);
ASTNode visitReturnStmt(ReturnStmt *returnStmt);
ASTNode apply();
bool apply();
ASTNode visitDoStmt(DoStmt *doStmt);
NullablePtr<Stmt> transformDo(DoStmt *doStmt);
NullablePtr<Stmt> transformSwitch(SwitchStmt *switchStmt,
TypeJoinExpr *join);
NullablePtr<Stmt> transformIf(IfStmt *ifStmt, TypeJoinExpr *join,
unsigned index);
NullablePtr<BraceStmt> transformBody(BraceStmt *body, TypeJoinExpr *join,
unsigned index);
BraceStmt *addBuilderAssignment(BraceStmt *body, DeclRefExpr *joinVar,
Expr *builderCall);
AssignExpr *createAssignment(DeclRefExpr *destRef, Expr *source);
ASTContext &getASTContext();
LLVM_NODISCARD
bool diagnoseMissingBuildWithAvailability(IfStmt *ifStmt);
Type constraints::isPlaceholderVar(PatternBindingDecl *PB);
| 4d9c4ef73a496182a1241a80e955110650e8c606b63ab3d54171a2f5fd2b9e6f | 260 |
|
dddutz | discriminative-segmentation-and-tracking | ros-pkg/core/optimization/src/optimization.cpp |
NewtonSolver::NewtonSolver |
NewtonSolver::NewtonSolver(ScalarFunction* objective,
VectorFunction* gradient,
MatrixFunction* hessian,
double tol,
double alpha,
double beta,
double stepsize,
int debug,
int max_iters) :
objective_(objective),
gradient_(gradient),
hessian_(hessian),
tol_(tol),
alpha_(alpha),
beta_(beta),
stepsize_(stepsize),
debug_(debug),
max_iters_(max_iters)
{
} |
double BisectionSolver::solve();
double NesterovGradientSolver::backtracking(double t, const VectorXd& x, const VectorXd& grad, const VectorXd& direction, double objective, int* num_backtracks);
VectorXd NesterovGradientSolver::solve(const VectorXd& init);
string NewtonSolver::progressString(int k, const VectorXd& grad, const VectorXd& x, double lambda2, double objective, int num_backtracks);
double NewtonSolver::backtracking(double t, const VectorXd& x, const VectorXd& grad, const VectorXd& direction, double objective, int* num_backtracks);
VectorXd NewtonSolver::solve(VectorXd x);
VectorXd GradientSolver::solve(const VectorXd& init);
| cfc831ecd95465071c87d47a1c5a49f16182ab8c04c8fafb89c75bc9dd199d44 | 587 |
|
botaberg | coreclr | src/jit/lir.cpp |
LIR::ReadOnlyRange::ReadOnlyRange |
LIR::ReadOnlyRange::ReadOnlyRange(ReadOnlyRange&& other) : m_firstNode(other.m_firstNode), m_lastNode(other.m_lastNode)
{
#ifdef DEBUG
other.m_firstNode = nullptr;
other.m_lastNode = nullptr;
#endif
} |
LIR::Use::Use();
LIR::Use::Use(const Use& other);
LIR::Use::Use(Range& range, GenTree** edge, GenTree* user);
LIR::Use& LIR::Use::operator=(const Use& other);
LIR::Use& LIR::Use::operator=(Use&& other);
LIR::Use LIR::Use::GetDummyUse(Range& range, GenTree* node);
bool LIR::Use::IsDummyUse();
GenTree* LIR::Use::Def();
GenTree* LIR::Use::User();
bool LIR::Use::IsInitialized();
void LIR::Use::AssertIsValid();
void LIR::Use::ReplaceWith(Compiler* compiler, GenTree* replacement);
unsigned LIR::Use::ReplaceWithLclVar(Compiler* compiler, unsigned blockWeight, unsigned lclNum);
LIR::ReadOnlyRange::ReadOnlyRange();
LIR::ReadOnlyRange::ReadOnlyRange(GenTree* firstNode, GenTree* lastNode);
GenTree* LIR::ReadOnlyRange::FirstNode();
GenTree* LIR::ReadOnlyRange::LastNode();
bool LIR::ReadOnlyRange::IsEmpty();
LIR::ReadOnlyRange::Iterator LIR::ReadOnlyRange::begin();
LIR::ReadOnlyRange::Iterator LIR::ReadOnlyRange::end();
LIR::ReadOnlyRange::ReverseIterator LIR::ReadOnlyRange::rbegin();
LIR::ReadOnlyRange::ReverseIterator LIR::ReadOnlyRange::rend();
bool LIR::ReadOnlyRange::Contains(GenTree* node);
LIR::Range::Range();
LIR::Range::Range(Range&& other);
LIR::Range::Range(GenTree* firstNode, GenTree* lastNode);
GenTree* LIR::Range::LastPhiNode();
GenTree* LIR::Range::FirstNonPhiNode();
GenTree* LIR::Range::FirstNonPhiOrCatchArgNode();
LIR::ReadOnlyRange LIR::Range::PhiNodes();
LIR::ReadOnlyRange LIR::Range::NonPhiNodes();
void LIR::Range::InsertBefore(GenTree* insertionPoint, GenTree* node);
void LIR::Range::InsertBefore(GenTree* insertionPoint, GenTree* node1, GenTree* node2);
void LIR::Range::InsertBefore(GenTree* insertionPoint, GenTree* node1, GenTree* node2, GenTree* node3);
void LIR::Range::InsertBefore(GenTree* insertionPoint, GenTree* node1, GenTree* node2, GenTree* node3, GenTree* node4);
void LIR::Range::FinishInsertBefore(GenTree* insertionPoint, GenTree* first, GenTree* last);
void LIR::Range::InsertAfter(GenTree* insertionPoint, GenTree* node);
void LIR::Range::InsertAfter(GenTree* insertionPoint, GenTree* node1, GenTree* node2);
void LIR::Range::InsertAfter(GenTree* insertionPoint, GenTree* node1, GenTree* node2, GenTree* node3);
void LIR::Range::InsertAfter(GenTree* insertionPoint, GenTree* node1, GenTree* node2, GenTree* node3, GenTree* node4);
void LIR::Range::FinishInsertAfter(GenTree* insertionPoint, GenTree* first, GenTree* last);
void LIR::Range::InsertBefore(GenTree* insertionPoint, Range&& range);
void LIR::Range::InsertAfter(GenTree* insertionPoint, Range&& range);
void LIR::Range::InsertAtBeginning(GenTree* node);
void LIR::Range::InsertAtEnd(GenTree* node);
void LIR::Range::InsertAtBeginning(Range&& range);
void LIR::Range::InsertAtEnd(Range&& range);
void LIR::Range::Remove(GenTree* node, bool markOperandsUnused);
LIR::Range LIR::Range::Remove(GenTree* firstNode, GenTree* lastNode);
LIR::Range LIR::Range::Remove(ReadOnlyRange&& range);
void LIR::Range::Delete(Compiler* compiler, BasicBlock* block, GenTree* node);
void LIR::Range::Delete(Compiler* compiler, BasicBlock* block, GenTree* firstNode, GenTree* lastNode);
void LIR::Range::Delete(Compiler* compiler, BasicBlock* block, ReadOnlyRange&& range);
bool LIR::Range::TryGetUse(GenTree* node, Use* use);
LIR::ReadOnlyRange LIR::Range::GetTreeRange(GenTree* root, bool* isClosed);
LIR::ReadOnlyRange LIR::Range::GetTreeRange(GenTree* root, bool* isClosed, unsigned* sideEffects);
LIR::ReadOnlyRange LIR::Range::GetRangeOfOperandTrees(GenTree* root, bool* isClosed, unsigned* sideEffects);
bool Check();
void UseNodeOperands(GenTreePtr node);
bool LIR::Range::CheckLIR(Compiler* compiler, bool checkUnusedValues);
LIR::Range& LIR::AsRange(BasicBlock* block);
LIR::Range LIR::EmptyRange();
LIR::Range LIR::SeqTree(Compiler* compiler, GenTree* tree);
void LIR::InsertBeforeTerminator(BasicBlock* block, LIR::Range&& range);
| 28b811f78a9164d32c8dc230afff5cf45193ef7bb66960b16d590d6f9554faa8 | 210 |
|
kmdouglass | Micro-Manager | DeviceAdapters/K8061/K8061.cpp | CK8061Shutter::GetOpen |
int CK8061Shutter::GetOpen(bool& open)
{
char buf[MM::MaxStrLength];
int ret = GetProperty("OnOff", buf);
if (ret != DEVICE_OK)
return ret;
long pos = atol(buf);
pos > 0 ? open = true : open = false;
return DEVICE_OK;
} |
MODULE_API void InitializeModuleData();
MODULE_API MM::Device* CreateDevice(const char* deviceName);
MODULE_API void DeleteDevice(MM::Device* pDevice);
CK8061Hub::CK8061Hub();
CK8061Hub::~CK8061Hub();
void CK8061Hub::GetName(char* name);
bool CK8061Hub::Busy();
int CK8061Hub::Initialize();
int CK8061Hub::Shutdown();
int CK8061Hub::OnPort(MM::PropertyBase* pProp, MM::ActionType pAct);
int CK8061Hub::OnLogic(MM::PropertyBase* pProp, MM::ActionType pAct);
CK8061Switch::CK8061Switch();
CK8061Switch::~CK8061Switch();
void CK8061Switch::GetName(char* name);
int CK8061Switch::Initialize();
int CK8061Switch::Shutdown();
int CK8061Switch::WriteToPort(long value);
int CK8061Switch::OnState(MM::PropertyBase* pProp, MM::ActionType eAct);
CK8061DA::CK8061DA();
CK8061DA::~CK8061DA();
void CK8061DA::GetName(char* name);
int CK8061DA::Initialize();
int CK8061DA::Shutdown();
int CK8061DA::WriteToPort(long value);
int CK8061DA::WriteSignal(double volts);
int CK8061DA::SetSignal(double volts);
int CK8061DA::SetGateOpen(bool open);
int CK8061DA::OnVolts(MM::PropertyBase* pProp, MM::ActionType eAct);
int CK8061DA::OnMaxVolt(MM::PropertyBase* pProp, MM::ActionType eAct);
int CK8061DA::OnChannel(MM::PropertyBase* pProp, MM::ActionType eAct);
CK8061Shutter::CK8061Shutter();
CK8061Shutter::~CK8061Shutter();
void CK8061Shutter::GetName(char* name);
bool CK8061Shutter::Busy();
int CK8061Shutter::Initialize();
int CK8061Shutter::Shutdown();
int CK8061Shutter::SetOpen(bool open);
int CK8061Shutter::Fire(double /*deltaT*/);
int CK8061Shutter::WriteToPort(long value);
int CK8061Shutter::OnOnOff(MM::PropertyBase* pProp, MM::ActionType eAct);
CK8061Input::CK8061Input();
CK8061Input::~CK8061Input();
int CK8061Input::Shutdown();
int CK8061Input::Initialize();
void CK8061Input::GetName(char* name);
bool CK8061Input::Busy();
int CK8061Input::OnDigitalInput(MM::PropertyBase* pProp, MM::ActionType eAct);
int CK8061Input::OnAnalogInput(MM::PropertyBase* pProp, MM::ActionType eAct, long channel);
| 9451994117ac5eca929616f3750bfc19526f435ea5f248cb9235b03d3e1dfe3d | 255 |
|
misterFad | heftyAD | src/nicecpp/pattern/command/CompositeCommand.cpp |
ncpp::CompositeCommand::CompositeCommand |
ncpp::CompositeCommand::CompositeCommand(const std::string &name)
: Command(),
m_name(name)
{
} |
std::string ncpp::CompositeCommand::description();
std::string ncpp::CompositeCommand::getDescription(const std::string &prefix);
| d3c95869f11db2143b89f0b5202ccd77c0cda3ad1b3de25ccf4840c3dd45ef46 | 106 |
|
ales-erjavec | orange | source/orange/minimal_error.cpp |
TIMClusterNode::~TIMClusterNode |
TIMClusterNode::~TIMClusterNode()
{ mldelete column;
mldelete nextNode;
} |
void TColumnAssessor::setDistribution(const TDiscDistribution &);
void TColumnAssessor::setAverage(const float &);
void TColumnAssessor_m::setDistribution(const TDiscDistribution &classDist);
TColumnAssessor_m::TColumnAssessor_m(const float &am);
float TColumnAssessor_m::nodeQuality(TIMColumnNode &node);
float TColumnAssessor_m::columnQuality(TIMColumnNode *col);
float TColumnAssessor_m::mergeProfit(TIMColumnNode *col1, TIMColumnNode *col2);
float TColumnAssessor_Laplace::nodeQuality(TIMColumnNode &node);
float TColumnAssessor_Laplace::columnQuality(TIMColumnNode *col);
float TColumnAssessor_Laplace::mergeProfit(TIMColumnNode *col1, TIMColumnNode *col2);
float TColumnAssessor_N::nodeQuality(TIMColumnNode &node);
float TColumnAssessor_N::columnQuality(TIMColumnNode *col);
float TColumnAssessor_N::mergeProfit(TIMColumnNode *col1, TIMColumnNode *col2);
float TColumnAssessor_Relief::nodeQuality(TIMColumnNode &);
float TColumnAssessor_Relief::columnQuality(TIMColumnNode *);
float TColumnAssessor_Relief::mergeProfit(TIMColumnNode *col1, TIMColumnNode *col2);
float TColumnAssessor_mf::m_error(const float &sum, const float &sum2, const float &N);
TColumnAssessor_mf::TColumnAssessor_mf(const float &am);
void TColumnAssessor_mf::setAverage(const float &avg);
float TColumnAssessor_mf::columnQuality(TIMColumnNode *column);
float TColumnAssessor_mf::nodeQuality(TIMColumnNode &node);
float TColumnAssessor_mf::mergeProfit(TIMColumnNode *col1, TIMColumnNode *col2);
TColumnAssessor_Measure::TColumnAssessor_Measure(PMeasureAttribute meas);
float TColumnAssessor_Measure::nodeQuality(TIMColumnNode &node);
float TColumnAssessor_Measure::columnQuality(TIMColumnNode *col);
float TColumnAssessor_Measure::mergeProfit(TIMColumnNode *col1, TIMColumnNode *col2);
float TColumnAssessor_Kramer::nodeQuality(TIMColumnNode &node);
float TColumnAssessor_Kramer::columnQuality(TIMColumnNode *col);
float TColumnAssessor_Kramer::mergeProfit(TIMColumnNode *col1, TIMColumnNode *col2);
TStopIMClusteringByAssessor_noProfit::TStopIMClusteringByAssessor_noProfit(const float &minprof);
bool TStopIMClusteringByAssessor_noProfit::operator();
bool TStopIMClusteringByAssessor_noBigChange::operator();
bool TStopIMClusteringByAssessor_binary::operator();
TStopIMClusteringByAssessor_n::TStopIMClusteringByAssessor_n(const int &an);
bool TStopIMClusteringByAssessor_n::operator();
TIMClusterNode::TIMClusterNode(TIMColumnNode *acolumn, const PExample &example, const float &quality, TIMClusterNode *aprevNode);
TIMClustering::TIMClustering(PIM anim);
TAssessIMQuality::TAssessIMQuality(PColumnAssessor ca);
float TAssessIMQuality::operator();
TClustersFromIMByAssessor::TClustersFromIMByAssessor(PColumnAssessor acola);
void TClustersFromIMByAssessor::computeQualities(TIMClusterNode *clusters, TProfitQueue &profitQueue, float &baseQuality, float &N, TSimpleRandomGenerator &rgen);
PExampleClusters TClustersFromIMByAssessor::operator();
void TClustersFromIMByAssessor::preparePrivateVars(PIM pim, TIMClusterNode *&clusters, TProfitQueue &profitQueue, float &baseQuality, float &N, TSimpleRandomGenerator &rgen);
void TClustersFromIMByAssessor::preparePrivateVarsD(PIM pim, TIMClusterNode *&clusters, TProfitQueue &profitQueue, float &baseQuality, float &N, TSimpleRandomGenerator &rgen);
void TClustersFromIMByAssessor::preparePrivateVarsF(PIM pim, TIMClusterNode *&clusters, TProfitQueue &profitQueue, float &baseQuality, float &N, TSimpleRandomGenerator &rgen);
TProfitNode *TClustersFromIMByAssessor::insertProfitQueueNode(TIMClusterNode *cl1, TIMClusterNode *cl2, float profit, long randoff, TProfitQueue &profitQueue);
void TClustersFromIMByAssessor::mergeBestColumns(TIMClusterNode *&clusters, TProfitQueue &profitQueue, float &baseQuality, float &N, TSimpleRandomGenerator &rgen);
TProfitNode::TProfitNode(TIMClusterNode *c1, TIMClusterNode *c2, float prof, int qind, const long &roff);
TProfitNode::~TProfitNode();
int TProfitNode::compare(const TProfitNode &other);
TFeatureByIM::TFeatureByIM(PIMConstructor cim, PClustersFromIM cfim, const int &comp);
PVariable TFeatureByIM::operator();
TMeasureAttribute_IM::TMeasureAttribute_IM();
float TMeasureAttribute_IM::operator();
| fb5405d305f6b4280b6ded9fa97ad217926d71c300b9531f7e1c15b23cc88a3d | 76 |
|
dbrnz | PythonQt | generated_cpp_511/com_trolltech_qt_gui/com_trolltech_qt_gui1.cpp | PythonQtShell_QFileIconProvider::type |
QString PythonQtShell_QFileIconProvider::type(const QFileInfo& info0) const
{
if (_wrapper) {
PYTHONQT_GIL_SCOPE
if (((PyObject*)_wrapper)->ob_refcnt > 0) {
static PyObject* name = PyString_FromString("type");
PyObject* obj = PyBaseObject_Type.tp_getattro((PyObject*)_wrapper, name);
if (obj) {
static const char* argumentList[] ={"QString" , "const QFileInfo&"};
static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList);
QString returnValue;
void* args[2] = {NULL, (void*)&info0};
PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true);
if (result) {
args[0] = PythonQtConv::ConvertPythonToQt(methodInfo->parameters().at(0), result, false, NULL, &returnValue);
if (args[0]!=&returnValue) {
if (args[0]==NULL) {
PythonQt::priv()->handleVirtualOverloadReturnError("type", methodInfo, result);
} else {
returnValue = *((QString*)args[0]);
}
}
}
if (result) { Py_DECREF(result); }
Py_DECREF(obj);
return returnValue;
} else {
PyErr_Clear();
}
}
}
return QFileIconProvider::type(info0);
} |
PythonQtShell_QCompleter::~PythonQtShell_QCompleter();
void PythonQtShell_QCompleter::childEvent(QChildEvent* event0);
void PythonQtShell_QCompleter::customEvent(QEvent* event0);
bool PythonQtShell_QCompleter::event(QEvent* arg__1);
bool PythonQtShell_QCompleter::eventFilter(QObject* o0, QEvent* e1);
QString PythonQtShell_QCompleter::pathFromIndex(const QModelIndex& index0);
QStringList PythonQtShell_QCompleter::splitPath(const QString& path0);
void PythonQtShell_QCompleter::timerEvent(QTimerEvent* event0);
QCompleter* PythonQtWrapper_QCompleter::new_QCompleter(QAbstractItemModel* model, QObject* parent);
QCompleter* PythonQtWrapper_QCompleter::new_QCompleter(QObject* parent);
QCompleter* PythonQtWrapper_QCompleter::new_QCompleter(const QStringList& completions, QObject* parent);
const QMetaObject* PythonQtShell_QCompleter::metaObject();
int PythonQtShell_QCompleter::qt_metacall(QMetaObject::Call call, int id, void** args);
Qt::CaseSensitivity PythonQtWrapper_QCompleter::caseSensitivity(QCompleter* theWrappedObject);
int PythonQtWrapper_QCompleter::completionColumn(QCompleter* theWrappedObject);
int PythonQtWrapper_QCompleter::completionCount(QCompleter* theWrappedObject);
QCompleter::CompletionMode PythonQtWrapper_QCompleter::completionMode(QCompleter* theWrappedObject);
QAbstractItemModel* PythonQtWrapper_QCompleter::completionModel(QCompleter* theWrappedObject);
QString PythonQtWrapper_QCompleter::completionPrefix(QCompleter* theWrappedObject);
int PythonQtWrapper_QCompleter::completionRole(QCompleter* theWrappedObject);
QString PythonQtWrapper_QCompleter::currentCompletion(QCompleter* theWrappedObject);
QModelIndex PythonQtWrapper_QCompleter::currentIndex(QCompleter* theWrappedObject);
int PythonQtWrapper_QCompleter::currentRow(QCompleter* theWrappedObject);
Qt::MatchFlags PythonQtWrapper_QCompleter::filterMode(QCompleter* theWrappedObject);
int PythonQtWrapper_QCompleter::maxVisibleItems(QCompleter* theWrappedObject);
QAbstractItemModel* PythonQtWrapper_QCompleter::model(QCompleter* theWrappedObject);
QCompleter::ModelSorting PythonQtWrapper_QCompleter::modelSorting(QCompleter* theWrappedObject);
QString PythonQtWrapper_QCompleter::pathFromIndex(QCompleter* theWrappedObject, const QModelIndex& index);
QAbstractItemView* PythonQtWrapper_QCompleter::popup(QCompleter* theWrappedObject);
void PythonQtWrapper_QCompleter::setCaseSensitivity(QCompleter* theWrappedObject, Qt::CaseSensitivity caseSensitivity);
void PythonQtWrapper_QCompleter::setCompletionColumn(QCompleter* theWrappedObject, int column);
void PythonQtWrapper_QCompleter::setCompletionMode(QCompleter* theWrappedObject, QCompleter::CompletionMode mode);
void PythonQtWrapper_QCompleter::setCompletionRole(QCompleter* theWrappedObject, int role);
bool PythonQtWrapper_QCompleter::setCurrentRow(QCompleter* theWrappedObject, int row);
void PythonQtWrapper_QCompleter::setFilterMode(QCompleter* theWrappedObject, Qt::MatchFlags filterMode);
void PythonQtWrapper_QCompleter::setMaxVisibleItems(QCompleter* theWrappedObject, int maxItems);
void PythonQtWrapper_QCompleter::setModel(QCompleter* theWrappedObject, PythonQtPassOwnershipToCPP<QAbstractItemModel* > c);
void PythonQtWrapper_QCompleter::setModelSorting(QCompleter* theWrappedObject, QCompleter::ModelSorting sorting);
void PythonQtWrapper_QCompleter::setPopup(QCompleter* theWrappedObject, PythonQtPassOwnershipToCPP<QAbstractItemView* > popup);
void PythonQtWrapper_QCompleter::setWidget(QCompleter* theWrappedObject, QWidget* widget);
QStringList PythonQtWrapper_QCompleter::splitPath(QCompleter* theWrappedObject, const QString& path);
QWidget* PythonQtWrapper_QCompleter::widget(QCompleter* theWrappedObject);
bool PythonQtWrapper_QCompleter::wrapAround(QCompleter* theWrappedObject);
QConicalGradient* PythonQtWrapper_QConicalGradient::new_QConicalGradient();
QConicalGradient* PythonQtWrapper_QConicalGradient::new_QConicalGradient(const QPointF& center, qreal startAngle);
QConicalGradient* PythonQtWrapper_QConicalGradient::new_QConicalGradient(qreal cx, qreal cy, qreal startAngle);
qreal PythonQtWrapper_QConicalGradient::angle(QConicalGradient* theWrappedObject);
QPointF PythonQtWrapper_QConicalGradient::center(QConicalGradient* theWrappedObject);
void PythonQtWrapper_QConicalGradient::setAngle(QConicalGradient* theWrappedObject, qreal angle);
void PythonQtWrapper_QConicalGradient::setCenter(QConicalGradient* theWrappedObject, const QPointF& center);
void PythonQtWrapper_QConicalGradient::setCenter(QConicalGradient* theWrappedObject, qreal x, qreal y);
PythonQtShell_QContextMenuEvent::~PythonQtShell_QContextMenuEvent();
QContextMenuEvent* PythonQtWrapper_QContextMenuEvent::new_QContextMenuEvent(QContextMenuEvent::Reason reason, const QPoint& pos);
QContextMenuEvent* PythonQtWrapper_QContextMenuEvent::new_QContextMenuEvent(QContextMenuEvent::Reason reason, const QPoint& pos, const QPoint& globalPos);
QContextMenuEvent* PythonQtWrapper_QContextMenuEvent::new_QContextMenuEvent(QContextMenuEvent::Reason reason, const QPoint& pos, const QPoint& globalPos, Qt::KeyboardModifiers modifiers);
const QPoint* PythonQtWrapper_QContextMenuEvent::globalPos(QContextMenuEvent* theWrappedObject);
int PythonQtWrapper_QContextMenuEvent::globalX(QContextMenuEvent* theWrappedObject);
int PythonQtWrapper_QContextMenuEvent::globalY(QContextMenuEvent* theWrappedObject);
const QPoint* PythonQtWrapper_QContextMenuEvent::pos(QContextMenuEvent* theWrappedObject);
QContextMenuEvent::Reason PythonQtWrapper_QContextMenuEvent::reason(QContextMenuEvent* theWrappedObject);
int PythonQtWrapper_QContextMenuEvent::x(QContextMenuEvent* theWrappedObject);
int PythonQtWrapper_QContextMenuEvent::y(QContextMenuEvent* theWrappedObject);
PythonQtShell_QDataWidgetMapper::~PythonQtShell_QDataWidgetMapper();
void PythonQtShell_QDataWidgetMapper::childEvent(QChildEvent* event0);
void PythonQtShell_QDataWidgetMapper::customEvent(QEvent* event0);
bool PythonQtShell_QDataWidgetMapper::event(QEvent* event0);
bool PythonQtShell_QDataWidgetMapper::eventFilter(QObject* watched0, QEvent* event1);
void PythonQtShell_QDataWidgetMapper::setCurrentIndex(int index0);
void PythonQtShell_QDataWidgetMapper::timerEvent(QTimerEvent* event0);
QDataWidgetMapper* PythonQtWrapper_QDataWidgetMapper::new_QDataWidgetMapper(QObject* parent);
const QMetaObject* PythonQtShell_QDataWidgetMapper::metaObject();
int PythonQtShell_QDataWidgetMapper::qt_metacall(QMetaObject::Call call, int id, void** args);
void PythonQtWrapper_QDataWidgetMapper::addMapping(QDataWidgetMapper* theWrappedObject, QWidget* widget, int section);
void PythonQtWrapper_QDataWidgetMapper::addMapping(QDataWidgetMapper* theWrappedObject, QWidget* widget, int section, const QByteArray& propertyName);
void PythonQtWrapper_QDataWidgetMapper::clearMapping(QDataWidgetMapper* theWrappedObject);
int PythonQtWrapper_QDataWidgetMapper::currentIndex(QDataWidgetMapper* theWrappedObject);
QAbstractItemDelegate* PythonQtWrapper_QDataWidgetMapper::itemDelegate(QDataWidgetMapper* theWrappedObject);
QByteArray PythonQtWrapper_QDataWidgetMapper::mappedPropertyName(QDataWidgetMapper* theWrappedObject, QWidget* widget);
int PythonQtWrapper_QDataWidgetMapper::mappedSection(QDataWidgetMapper* theWrappedObject, QWidget* widget);
QWidget* PythonQtWrapper_QDataWidgetMapper::mappedWidgetAt(QDataWidgetMapper* theWrappedObject, int section);
QAbstractItemModel* PythonQtWrapper_QDataWidgetMapper::model(QDataWidgetMapper* theWrappedObject);
Qt::Orientation PythonQtWrapper_QDataWidgetMapper::orientation(QDataWidgetMapper* theWrappedObject);
void PythonQtWrapper_QDataWidgetMapper::removeMapping(QDataWidgetMapper* theWrappedObject, QWidget* widget);
QModelIndex PythonQtWrapper_QDataWidgetMapper::rootIndex(QDataWidgetMapper* theWrappedObject);
void PythonQtWrapper_QDataWidgetMapper::setItemDelegate(QDataWidgetMapper* theWrappedObject, QAbstractItemDelegate* delegate);
void PythonQtWrapper_QDataWidgetMapper::setModel(QDataWidgetMapper* theWrappedObject, QAbstractItemModel* model);
void PythonQtWrapper_QDataWidgetMapper::setOrientation(QDataWidgetMapper* theWrappedObject, Qt::Orientation aOrientation);
void PythonQtWrapper_QDataWidgetMapper::setRootIndex(QDataWidgetMapper* theWrappedObject, const QModelIndex& index);
void PythonQtWrapper_QDataWidgetMapper::setSubmitPolicy(QDataWidgetMapper* theWrappedObject, QDataWidgetMapper::SubmitPolicy policy);
QDataWidgetMapper::SubmitPolicy PythonQtWrapper_QDataWidgetMapper::submitPolicy(QDataWidgetMapper* theWrappedObject);
PythonQtShell_QDateEdit::~PythonQtShell_QDateEdit();
void PythonQtShell_QDateEdit::actionEvent(QActionEvent* event0);
void PythonQtShell_QDateEdit::changeEvent(QEvent* event0);
void PythonQtShell_QDateEdit::childEvent(QChildEvent* event0);
void PythonQtShell_QDateEdit::clear();
void PythonQtShell_QDateEdit::closeEvent(QCloseEvent* event0);
void PythonQtShell_QDateEdit::contextMenuEvent(QContextMenuEvent* event0);
void PythonQtShell_QDateEdit::customEvent(QEvent* event0);
QDateTime PythonQtShell_QDateEdit::dateTimeFromText(const QString& text0);
int PythonQtShell_QDateEdit::devType();
void PythonQtShell_QDateEdit::dragEnterEvent(QDragEnterEvent* event0);
void PythonQtShell_QDateEdit::dragLeaveEvent(QDragLeaveEvent* event0);
void PythonQtShell_QDateEdit::dragMoveEvent(QDragMoveEvent* event0);
void PythonQtShell_QDateEdit::dropEvent(QDropEvent* event0);
void PythonQtShell_QDateEdit::enterEvent(QEvent* event0);
bool PythonQtShell_QDateEdit::event(QEvent* event0);
bool PythonQtShell_QDateEdit::eventFilter(QObject* watched0, QEvent* event1);
void PythonQtShell_QDateEdit::fixup(QString& input0);
void PythonQtShell_QDateEdit::focusInEvent(QFocusEvent* event0);
bool PythonQtShell_QDateEdit::focusNextPrevChild(bool next0);
void PythonQtShell_QDateEdit::focusOutEvent(QFocusEvent* event0);
bool PythonQtShell_QDateEdit::hasHeightForWidth();
int PythonQtShell_QDateEdit::heightForWidth(int arg__1);
void PythonQtShell_QDateEdit::hideEvent(QHideEvent* event0);
void PythonQtShell_QDateEdit::initPainter(QPainter* painter0);
void PythonQtShell_QDateEdit::inputMethodEvent(QInputMethodEvent* arg__1);
QVariant PythonQtShell_QDateEdit::inputMethodQuery(Qt::InputMethodQuery arg__1);
void PythonQtShell_QDateEdit::keyPressEvent(QKeyEvent* event0);
void PythonQtShell_QDateEdit::keyReleaseEvent(QKeyEvent* event0);
void PythonQtShell_QDateEdit::leaveEvent(QEvent* event0);
int PythonQtShell_QDateEdit::metric(QPaintDevice::PaintDeviceMetric arg__1);
QSize PythonQtShell_QDateEdit::minimumSizeHint();
void PythonQtShell_QDateEdit::mouseDoubleClickEvent(QMouseEvent* event0);
void PythonQtShell_QDateEdit::mouseMoveEvent(QMouseEvent* event0);
void PythonQtShell_QDateEdit::mousePressEvent(QMouseEvent* event0);
void PythonQtShell_QDateEdit::mouseReleaseEvent(QMouseEvent* event0);
void PythonQtShell_QDateEdit::moveEvent(QMoveEvent* event0);
bool PythonQtShell_QDateEdit::nativeEvent(const QByteArray& eventType0, void* message1, long* result2);
QPaintEngine* PythonQtShell_QDateEdit::paintEngine();
void PythonQtShell_QDateEdit::paintEvent(QPaintEvent* event0);
QPaintDevice* PythonQtShell_QDateEdit::redirected(QPoint* offset0);
void PythonQtShell_QDateEdit::resizeEvent(QResizeEvent* event0);
void PythonQtShell_QDateEdit::setVisible(bool visible0);
QPainter* PythonQtShell_QDateEdit::sharedPainter();
void PythonQtShell_QDateEdit::showEvent(QShowEvent* event0);
QSize PythonQtShell_QDateEdit::sizeHint();
void PythonQtShell_QDateEdit::stepBy(int steps0);
QAbstractSpinBox::StepEnabled PythonQtShell_QDateEdit::stepEnabled();
void PythonQtShell_QDateEdit::tabletEvent(QTabletEvent* event0);
QString PythonQtShell_QDateEdit::textFromDateTime(const QDateTime& dt0);
void PythonQtShell_QDateEdit::timerEvent(QTimerEvent* event0);
QValidator::State PythonQtShell_QDateEdit::validate(QString& input0, int& pos1);
void PythonQtShell_QDateEdit::wheelEvent(QWheelEvent* event0);
QDateEdit* PythonQtWrapper_QDateEdit::new_QDateEdit(QWidget* parent);
QDateEdit* PythonQtWrapper_QDateEdit::new_QDateEdit(const QDate& date, QWidget* parent);
const QMetaObject* PythonQtShell_QDateEdit::metaObject();
int PythonQtShell_QDateEdit::qt_metacall(QMetaObject::Call call, int id, void** args);
PythonQtShell_QDateTimeEdit::~PythonQtShell_QDateTimeEdit();
void PythonQtShell_QDateTimeEdit::actionEvent(QActionEvent* event0);
void PythonQtShell_QDateTimeEdit::changeEvent(QEvent* event0);
void PythonQtShell_QDateTimeEdit::childEvent(QChildEvent* event0);
void PythonQtShell_QDateTimeEdit::clear();
void PythonQtShell_QDateTimeEdit::closeEvent(QCloseEvent* event0);
void PythonQtShell_QDateTimeEdit::contextMenuEvent(QContextMenuEvent* event0);
void PythonQtShell_QDateTimeEdit::customEvent(QEvent* event0);
QDateTime PythonQtShell_QDateTimeEdit::dateTimeFromText(const QString& text0);
int PythonQtShell_QDateTimeEdit::devType();
void PythonQtShell_QDateTimeEdit::dragEnterEvent(QDragEnterEvent* event0);
void PythonQtShell_QDateTimeEdit::dragLeaveEvent(QDragLeaveEvent* event0);
void PythonQtShell_QDateTimeEdit::dragMoveEvent(QDragMoveEvent* event0);
void PythonQtShell_QDateTimeEdit::dropEvent(QDropEvent* event0);
void PythonQtShell_QDateTimeEdit::enterEvent(QEvent* event0);
bool PythonQtShell_QDateTimeEdit::event(QEvent* event0);
bool PythonQtShell_QDateTimeEdit::eventFilter(QObject* watched0, QEvent* event1);
void PythonQtShell_QDateTimeEdit::fixup(QString& input0);
void PythonQtShell_QDateTimeEdit::focusInEvent(QFocusEvent* event0);
bool PythonQtShell_QDateTimeEdit::focusNextPrevChild(bool next0);
void PythonQtShell_QDateTimeEdit::focusOutEvent(QFocusEvent* event0);
bool PythonQtShell_QDateTimeEdit::hasHeightForWidth();
int PythonQtShell_QDateTimeEdit::heightForWidth(int arg__1);
void PythonQtShell_QDateTimeEdit::hideEvent(QHideEvent* event0);
void PythonQtShell_QDateTimeEdit::initPainter(QPainter* painter0);
void PythonQtShell_QDateTimeEdit::inputMethodEvent(QInputMethodEvent* arg__1);
QVariant PythonQtShell_QDateTimeEdit::inputMethodQuery(Qt::InputMethodQuery arg__1);
void PythonQtShell_QDateTimeEdit::keyPressEvent(QKeyEvent* event0);
void PythonQtShell_QDateTimeEdit::keyReleaseEvent(QKeyEvent* event0);
void PythonQtShell_QDateTimeEdit::leaveEvent(QEvent* event0);
int PythonQtShell_QDateTimeEdit::metric(QPaintDevice::PaintDeviceMetric arg__1);
QSize PythonQtShell_QDateTimeEdit::minimumSizeHint();
void PythonQtShell_QDateTimeEdit::mouseDoubleClickEvent(QMouseEvent* event0);
void PythonQtShell_QDateTimeEdit::mouseMoveEvent(QMouseEvent* event0);
void PythonQtShell_QDateTimeEdit::mousePressEvent(QMouseEvent* event0);
void PythonQtShell_QDateTimeEdit::mouseReleaseEvent(QMouseEvent* event0);
void PythonQtShell_QDateTimeEdit::moveEvent(QMoveEvent* event0);
bool PythonQtShell_QDateTimeEdit::nativeEvent(const QByteArray& eventType0, void* message1, long* result2);
QPaintEngine* PythonQtShell_QDateTimeEdit::paintEngine();
void PythonQtShell_QDateTimeEdit::paintEvent(QPaintEvent* event0);
QPaintDevice* PythonQtShell_QDateTimeEdit::redirected(QPoint* offset0);
void PythonQtShell_QDateTimeEdit::resizeEvent(QResizeEvent* event0);
void PythonQtShell_QDateTimeEdit::setVisible(bool visible0);
QPainter* PythonQtShell_QDateTimeEdit::sharedPainter();
void PythonQtShell_QDateTimeEdit::showEvent(QShowEvent* event0);
QSize PythonQtShell_QDateTimeEdit::sizeHint();
void PythonQtShell_QDateTimeEdit::stepBy(int steps0);
QAbstractSpinBox::StepEnabled PythonQtShell_QDateTimeEdit::stepEnabled();
void PythonQtShell_QDateTimeEdit::tabletEvent(QTabletEvent* event0);
QString PythonQtShell_QDateTimeEdit::textFromDateTime(const QDateTime& dt0);
void PythonQtShell_QDateTimeEdit::timerEvent(QTimerEvent* event0);
QValidator::State PythonQtShell_QDateTimeEdit::validate(QString& input0, int& pos1);
void PythonQtShell_QDateTimeEdit::wheelEvent(QWheelEvent* event0);
QDateTimeEdit* PythonQtWrapper_QDateTimeEdit::new_QDateTimeEdit(QWidget* parent);
QDateTimeEdit* PythonQtWrapper_QDateTimeEdit::new_QDateTimeEdit(const QDate& d, QWidget* parent);
QDateTimeEdit* PythonQtWrapper_QDateTimeEdit::new_QDateTimeEdit(const QDateTime& dt, QWidget* parent);
QDateTimeEdit* PythonQtWrapper_QDateTimeEdit::new_QDateTimeEdit(const QTime& t, QWidget* parent);
QDateTimeEdit* PythonQtWrapper_QDateTimeEdit::new_QDateTimeEdit(const QVariant& val, QVariant::Type parserType, QWidget* parent);
const QMetaObject* PythonQtShell_QDateTimeEdit::metaObject();
int PythonQtShell_QDateTimeEdit::qt_metacall(QMetaObject::Call call, int id, void** args);
bool PythonQtWrapper_QDateTimeEdit::calendarPopup(QDateTimeEdit* theWrappedObject);
QCalendarWidget* PythonQtWrapper_QDateTimeEdit::calendarWidget(QDateTimeEdit* theWrappedObject);
void PythonQtWrapper_QDateTimeEdit::clearMaximumDate(QDateTimeEdit* theWrappedObject);
void PythonQtWrapper_QDateTimeEdit::clearMaximumDateTime(QDateTimeEdit* theWrappedObject);
void PythonQtWrapper_QDateTimeEdit::clearMaximumTime(QDateTimeEdit* theWrappedObject);
void PythonQtWrapper_QDateTimeEdit::clearMinimumDate(QDateTimeEdit* theWrappedObject);
void PythonQtWrapper_QDateTimeEdit::clearMinimumDateTime(QDateTimeEdit* theWrappedObject);
void PythonQtWrapper_QDateTimeEdit::clearMinimumTime(QDateTimeEdit* theWrappedObject);
QDateTimeEdit::Section PythonQtWrapper_QDateTimeEdit::currentSection(QDateTimeEdit* theWrappedObject);
int PythonQtWrapper_QDateTimeEdit::currentSectionIndex(QDateTimeEdit* theWrappedObject);
QDate PythonQtWrapper_QDateTimeEdit::date(QDateTimeEdit* theWrappedObject);
QDateTime PythonQtWrapper_QDateTimeEdit::dateTime(QDateTimeEdit* theWrappedObject);
QDateTime PythonQtWrapper_QDateTimeEdit::dateTimeFromText(QDateTimeEdit* theWrappedObject, const QString& text);
QString PythonQtWrapper_QDateTimeEdit::displayFormat(QDateTimeEdit* theWrappedObject);
QDateTimeEdit::Sections PythonQtWrapper_QDateTimeEdit::displayedSections(QDateTimeEdit* theWrappedObject);
void PythonQtWrapper_QDateTimeEdit::initStyleOption(QDateTimeEdit* theWrappedObject, QStyleOptionSpinBox* option);
QDate PythonQtWrapper_QDateTimeEdit::maximumDate(QDateTimeEdit* theWrappedObject);
QDateTime PythonQtWrapper_QDateTimeEdit::maximumDateTime(QDateTimeEdit* theWrappedObject);
QTime PythonQtWrapper_QDateTimeEdit::maximumTime(QDateTimeEdit* theWrappedObject);
QDate PythonQtWrapper_QDateTimeEdit::minimumDate(QDateTimeEdit* theWrappedObject);
QDateTime PythonQtWrapper_QDateTimeEdit::minimumDateTime(QDateTimeEdit* theWrappedObject);
QTime PythonQtWrapper_QDateTimeEdit::minimumTime(QDateTimeEdit* theWrappedObject);
QDateTimeEdit::Section PythonQtWrapper_QDateTimeEdit::sectionAt(QDateTimeEdit* theWrappedObject, int index);
int PythonQtWrapper_QDateTimeEdit::sectionCount(QDateTimeEdit* theWrappedObject);
QString PythonQtWrapper_QDateTimeEdit::sectionText(QDateTimeEdit* theWrappedObject, QDateTimeEdit::Section section);
void PythonQtWrapper_QDateTimeEdit::setCalendarPopup(QDateTimeEdit* theWrappedObject, bool enable);
void PythonQtWrapper_QDateTimeEdit::setCalendarWidget(QDateTimeEdit* theWrappedObject, QCalendarWidget* calendarWidget);
void PythonQtWrapper_QDateTimeEdit::setCurrentSection(QDateTimeEdit* theWrappedObject, QDateTimeEdit::Section section);
void PythonQtWrapper_QDateTimeEdit::setCurrentSectionIndex(QDateTimeEdit* theWrappedObject, int index);
void PythonQtWrapper_QDateTimeEdit::setDateRange(QDateTimeEdit* theWrappedObject, const QDate& min, const QDate& max);
void PythonQtWrapper_QDateTimeEdit::setDateTimeRange(QDateTimeEdit* theWrappedObject, const QDateTime& min, const QDateTime& max);
void PythonQtWrapper_QDateTimeEdit::setDisplayFormat(QDateTimeEdit* theWrappedObject, const QString& format);
void PythonQtWrapper_QDateTimeEdit::setMaximumDate(QDateTimeEdit* theWrappedObject, const QDate& max);
void PythonQtWrapper_QDateTimeEdit::setMaximumDateTime(QDateTimeEdit* theWrappedObject, const QDateTime& dt);
void PythonQtWrapper_QDateTimeEdit::setMaximumTime(QDateTimeEdit* theWrappedObject, const QTime& max);
void PythonQtWrapper_QDateTimeEdit::setMinimumDate(QDateTimeEdit* theWrappedObject, const QDate& min);
void PythonQtWrapper_QDateTimeEdit::setMinimumDateTime(QDateTimeEdit* theWrappedObject, const QDateTime& dt);
void PythonQtWrapper_QDateTimeEdit::setMinimumTime(QDateTimeEdit* theWrappedObject, const QTime& min);
void PythonQtWrapper_QDateTimeEdit::setSelectedSection(QDateTimeEdit* theWrappedObject, QDateTimeEdit::Section section);
void PythonQtWrapper_QDateTimeEdit::setTimeRange(QDateTimeEdit* theWrappedObject, const QTime& min, const QTime& max);
void PythonQtWrapper_QDateTimeEdit::setTimeSpec(QDateTimeEdit* theWrappedObject, Qt::TimeSpec spec);
QString PythonQtWrapper_QDateTimeEdit::textFromDateTime(QDateTimeEdit* theWrappedObject, const QDateTime& dt);
QTime PythonQtWrapper_QDateTimeEdit::time(QDateTimeEdit* theWrappedObject);
Qt::TimeSpec PythonQtWrapper_QDateTimeEdit::timeSpec(QDateTimeEdit* theWrappedObject);
PythonQtShell_QDesktopServices::~PythonQtShell_QDesktopServices();
QDesktopServices* PythonQtWrapper_QDesktopServices::new_QDesktopServices();
bool PythonQtWrapper_QDesktopServices::static_QDesktopServices_openUrl(const QUrl& url);
void PythonQtWrapper_QDesktopServices::static_QDesktopServices_setUrlHandler(const QString& scheme, QObject* receiver, const char* method);
void PythonQtWrapper_QDesktopServices::static_QDesktopServices_unsetUrlHandler(const QString& scheme);
PythonQtShell_QDesktopWidget::~PythonQtShell_QDesktopWidget();
void PythonQtShell_QDesktopWidget::actionEvent(QActionEvent* event0);
void PythonQtShell_QDesktopWidget::changeEvent(QEvent* arg__1);
void PythonQtShell_QDesktopWidget::childEvent(QChildEvent* event0);
void PythonQtShell_QDesktopWidget::closeEvent(QCloseEvent* event0);
void PythonQtShell_QDesktopWidget::contextMenuEvent(QContextMenuEvent* event0);
void PythonQtShell_QDesktopWidget::customEvent(QEvent* event0);
int PythonQtShell_QDesktopWidget::devType();
void PythonQtShell_QDesktopWidget::dragEnterEvent(QDragEnterEvent* event0);
void PythonQtShell_QDesktopWidget::dragLeaveEvent(QDragLeaveEvent* event0);
void PythonQtShell_QDesktopWidget::dragMoveEvent(QDragMoveEvent* event0);
void PythonQtShell_QDesktopWidget::dropEvent(QDropEvent* event0);
void PythonQtShell_QDesktopWidget::enterEvent(QEvent* event0);
bool PythonQtShell_QDesktopWidget::event(QEvent* event0);
bool PythonQtShell_QDesktopWidget::eventFilter(QObject* watched0, QEvent* event1);
void PythonQtShell_QDesktopWidget::focusInEvent(QFocusEvent* event0);
bool PythonQtShell_QDesktopWidget::focusNextPrevChild(bool next0);
void PythonQtShell_QDesktopWidget::focusOutEvent(QFocusEvent* event0);
bool PythonQtShell_QDesktopWidget::hasHeightForWidth();
int PythonQtShell_QDesktopWidget::heightForWidth(int arg__1);
void PythonQtShell_QDesktopWidget::hideEvent(QHideEvent* event0);
void PythonQtShell_QDesktopWidget::initPainter(QPainter* painter0);
void PythonQtShell_QDesktopWidget::inputMethodEvent(QInputMethodEvent* arg__1);
QVariant PythonQtShell_QDesktopWidget::inputMethodQuery(Qt::InputMethodQuery arg__1);
void PythonQtShell_QDesktopWidget::keyPressEvent(QKeyEvent* event0);
void PythonQtShell_QDesktopWidget::keyReleaseEvent(QKeyEvent* event0);
void PythonQtShell_QDesktopWidget::leaveEvent(QEvent* event0);
int PythonQtShell_QDesktopWidget::metric(QPaintDevice::PaintDeviceMetric arg__1);
QSize PythonQtShell_QDesktopWidget::minimumSizeHint();
void PythonQtShell_QDesktopWidget::mouseDoubleClickEvent(QMouseEvent* event0);
void PythonQtShell_QDesktopWidget::mouseMoveEvent(QMouseEvent* event0);
void PythonQtShell_QDesktopWidget::mousePressEvent(QMouseEvent* event0);
void PythonQtShell_QDesktopWidget::mouseReleaseEvent(QMouseEvent* event0);
void PythonQtShell_QDesktopWidget::moveEvent(QMoveEvent* event0);
bool PythonQtShell_QDesktopWidget::nativeEvent(const QByteArray& eventType0, void* message1, long* result2);
QPaintEngine* PythonQtShell_QDesktopWidget::paintEngine();
void PythonQtShell_QDesktopWidget::paintEvent(QPaintEvent* event0);
QPaintDevice* PythonQtShell_QDesktopWidget::redirected(QPoint* offset0);
void PythonQtShell_QDesktopWidget::resizeEvent(QResizeEvent* e0);
void PythonQtShell_QDesktopWidget::setVisible(bool visible0);
QPainter* PythonQtShell_QDesktopWidget::sharedPainter();
void PythonQtShell_QDesktopWidget::showEvent(QShowEvent* event0);
QSize PythonQtShell_QDesktopWidget::sizeHint();
void PythonQtShell_QDesktopWidget::tabletEvent(QTabletEvent* event0);
void PythonQtShell_QDesktopWidget::timerEvent(QTimerEvent* event0);
void PythonQtShell_QDesktopWidget::wheelEvent(QWheelEvent* event0);
QDesktopWidget* PythonQtWrapper_QDesktopWidget::new_QDesktopWidget();
const QMetaObject* PythonQtShell_QDesktopWidget::metaObject();
int PythonQtShell_QDesktopWidget::qt_metacall(QMetaObject::Call call, int id, void** args);
const QRect PythonQtWrapper_QDesktopWidget::availableGeometry(QDesktopWidget* theWrappedObject, const QPoint& point);
const QRect PythonQtWrapper_QDesktopWidget::availableGeometry(QDesktopWidget* theWrappedObject, const QWidget* widget);
const QRect PythonQtWrapper_QDesktopWidget::availableGeometry(QDesktopWidget* theWrappedObject, int screen);
bool PythonQtWrapper_QDesktopWidget::isVirtualDesktop(QDesktopWidget* theWrappedObject);
int PythonQtWrapper_QDesktopWidget::numScreens(QDesktopWidget* theWrappedObject);
int PythonQtWrapper_QDesktopWidget::primaryScreen(QDesktopWidget* theWrappedObject);
QWidget* PythonQtWrapper_QDesktopWidget::screen(QDesktopWidget* theWrappedObject, int screen);
int PythonQtWrapper_QDesktopWidget::screenCount(QDesktopWidget* theWrappedObject);
const QRect PythonQtWrapper_QDesktopWidget::screenGeometry(QDesktopWidget* theWrappedObject, const QPoint& point);
const QRect PythonQtWrapper_QDesktopWidget::screenGeometry(QDesktopWidget* theWrappedObject, const QWidget* widget);
const QRect PythonQtWrapper_QDesktopWidget::screenGeometry(QDesktopWidget* theWrappedObject, int screen);
int PythonQtWrapper_QDesktopWidget::screenNumber(QDesktopWidget* theWrappedObject, const QPoint& arg__1);
int PythonQtWrapper_QDesktopWidget::screenNumber(QDesktopWidget* theWrappedObject, const QWidget* widget);
PythonQtShell_QDial::~PythonQtShell_QDial();
void PythonQtShell_QDial::actionEvent(QActionEvent* event0);
void PythonQtShell_QDial::changeEvent(QEvent* e0);
void PythonQtShell_QDial::childEvent(QChildEvent* event0);
void PythonQtShell_QDial::closeEvent(QCloseEvent* event0);
void PythonQtShell_QDial::contextMenuEvent(QContextMenuEvent* event0);
void PythonQtShell_QDial::customEvent(QEvent* event0);
int PythonQtShell_QDial::devType();
void PythonQtShell_QDial::dragEnterEvent(QDragEnterEvent* event0);
void PythonQtShell_QDial::dragLeaveEvent(QDragLeaveEvent* event0);
void PythonQtShell_QDial::dragMoveEvent(QDragMoveEvent* event0);
void PythonQtShell_QDial::dropEvent(QDropEvent* event0);
void PythonQtShell_QDial::enterEvent(QEvent* event0);
bool PythonQtShell_QDial::event(QEvent* e0);
bool PythonQtShell_QDial::eventFilter(QObject* watched0, QEvent* event1);
void PythonQtShell_QDial::focusInEvent(QFocusEvent* event0);
bool PythonQtShell_QDial::focusNextPrevChild(bool next0);
void PythonQtShell_QDial::focusOutEvent(QFocusEvent* event0);
bool PythonQtShell_QDial::hasHeightForWidth();
int PythonQtShell_QDial::heightForWidth(int arg__1);
void PythonQtShell_QDial::hideEvent(QHideEvent* event0);
void PythonQtShell_QDial::initPainter(QPainter* painter0);
void PythonQtShell_QDial::inputMethodEvent(QInputMethodEvent* arg__1);
QVariant PythonQtShell_QDial::inputMethodQuery(Qt::InputMethodQuery arg__1);
void PythonQtShell_QDial::keyPressEvent(QKeyEvent* ev0);
void PythonQtShell_QDial::keyReleaseEvent(QKeyEvent* event0);
void PythonQtShell_QDial::leaveEvent(QEvent* event0);
int PythonQtShell_QDial::metric(QPaintDevice::PaintDeviceMetric arg__1);
QSize PythonQtShell_QDial::minimumSizeHint();
void PythonQtShell_QDial::mouseDoubleClickEvent(QMouseEvent* event0);
void PythonQtShell_QDial::mouseMoveEvent(QMouseEvent* me0);
void PythonQtShell_QDial::mousePressEvent(QMouseEvent* me0);
void PythonQtShell_QDial::mouseReleaseEvent(QMouseEvent* me0);
void PythonQtShell_QDial::moveEvent(QMoveEvent* event0);
bool PythonQtShell_QDial::nativeEvent(const QByteArray& eventType0, void* message1, long* result2);
QPaintEngine* PythonQtShell_QDial::paintEngine();
void PythonQtShell_QDial::paintEvent(QPaintEvent* pe0);
QPaintDevice* PythonQtShell_QDial::redirected(QPoint* offset0);
void PythonQtShell_QDial::resizeEvent(QResizeEvent* re0);
void PythonQtShell_QDial::setVisible(bool visible0);
QPainter* PythonQtShell_QDial::sharedPainter();
void PythonQtShell_QDial::showEvent(QShowEvent* event0);
QSize PythonQtShell_QDial::sizeHint();
void PythonQtShell_QDial::sliderChange(QAbstractSlider::SliderChange change0);
void PythonQtShell_QDial::tabletEvent(QTabletEvent* event0);
void PythonQtShell_QDial::timerEvent(QTimerEvent* arg__1);
void PythonQtShell_QDial::wheelEvent(QWheelEvent* e0);
QDial* PythonQtWrapper_QDial::new_QDial(QWidget* parent);
const QMetaObject* PythonQtShell_QDial::metaObject();
int PythonQtShell_QDial::qt_metacall(QMetaObject::Call call, int id, void** args);
void PythonQtWrapper_QDial::initStyleOption(QDial* theWrappedObject, QStyleOptionSlider* option);
QSize PythonQtWrapper_QDial::minimumSizeHint(QDial* theWrappedObject);
int PythonQtWrapper_QDial::notchSize(QDial* theWrappedObject);
qreal PythonQtWrapper_QDial::notchTarget(QDial* theWrappedObject);
bool PythonQtWrapper_QDial::notchesVisible(QDial* theWrappedObject);
void PythonQtWrapper_QDial::setNotchTarget(QDial* theWrappedObject, double target);
QSize PythonQtWrapper_QDial::sizeHint(QDial* theWrappedObject);
bool PythonQtWrapper_QDial::wrapping(QDial* theWrappedObject);
PythonQtShell_QDialog::~PythonQtShell_QDialog();
void PythonQtShell_QDialog::accept();
void PythonQtShell_QDialog::actionEvent(QActionEvent* event0);
void PythonQtShell_QDialog::changeEvent(QEvent* arg__1);
void PythonQtShell_QDialog::childEvent(QChildEvent* event0);
void PythonQtShell_QDialog::closeEvent(QCloseEvent* arg__1);
void PythonQtShell_QDialog::contextMenuEvent(QContextMenuEvent* arg__1);
void PythonQtShell_QDialog::customEvent(QEvent* event0);
int PythonQtShell_QDialog::devType();
void PythonQtShell_QDialog::done(int arg__1);
void PythonQtShell_QDialog::dragEnterEvent(QDragEnterEvent* event0);
void PythonQtShell_QDialog::dragLeaveEvent(QDragLeaveEvent* event0);
void PythonQtShell_QDialog::dragMoveEvent(QDragMoveEvent* event0);
void PythonQtShell_QDialog::dropEvent(QDropEvent* event0);
void PythonQtShell_QDialog::enterEvent(QEvent* event0);
bool PythonQtShell_QDialog::event(QEvent* event0);
bool PythonQtShell_QDialog::eventFilter(QObject* arg__1, QEvent* arg__2);
int PythonQtShell_QDialog::exec();
void PythonQtShell_QDialog::focusInEvent(QFocusEvent* event0);
bool PythonQtShell_QDialog::focusNextPrevChild(bool next0);
void PythonQtShell_QDialog::focusOutEvent(QFocusEvent* event0);
bool PythonQtShell_QDialog::hasHeightForWidth();
int PythonQtShell_QDialog::heightForWidth(int arg__1);
void PythonQtShell_QDialog::hideEvent(QHideEvent* event0);
void PythonQtShell_QDialog::initPainter(QPainter* painter0);
void PythonQtShell_QDialog::inputMethodEvent(QInputMethodEvent* arg__1);
QVariant PythonQtShell_QDialog::inputMethodQuery(Qt::InputMethodQuery arg__1);
void PythonQtShell_QDialog::keyPressEvent(QKeyEvent* arg__1);
void PythonQtShell_QDialog::keyReleaseEvent(QKeyEvent* event0);
void PythonQtShell_QDialog::leaveEvent(QEvent* event0);
int PythonQtShell_QDialog::metric(QPaintDevice::PaintDeviceMetric arg__1);
QSize PythonQtShell_QDialog::minimumSizeHint();
void PythonQtShell_QDialog::mouseDoubleClickEvent(QMouseEvent* event0);
void PythonQtShell_QDialog::mouseMoveEvent(QMouseEvent* event0);
void PythonQtShell_QDialog::mousePressEvent(QMouseEvent* event0);
void PythonQtShell_QDialog::mouseReleaseEvent(QMouseEvent* event0);
void PythonQtShell_QDialog::moveEvent(QMoveEvent* event0);
bool PythonQtShell_QDialog::nativeEvent(const QByteArray& eventType0, void* message1, long* result2);
void PythonQtShell_QDialog::open();
QPaintEngine* PythonQtShell_QDialog::paintEngine();
void PythonQtShell_QDialog::paintEvent(QPaintEvent* event0);
QPaintDevice* PythonQtShell_QDialog::redirected(QPoint* offset0);
void PythonQtShell_QDialog::reject();
void PythonQtShell_QDialog::resizeEvent(QResizeEvent* arg__1);
void PythonQtShell_QDialog::setVisible(bool visible0);
QPainter* PythonQtShell_QDialog::sharedPainter();
void PythonQtShell_QDialog::showEvent(QShowEvent* arg__1);
QSize PythonQtShell_QDialog::sizeHint();
void PythonQtShell_QDialog::tabletEvent(QTabletEvent* event0);
void PythonQtShell_QDialog::timerEvent(QTimerEvent* event0);
void PythonQtShell_QDialog::wheelEvent(QWheelEvent* event0);
QDialog* PythonQtWrapper_QDialog::new_QDialog(QWidget* parent, Qt::WindowFlags f);
const QMetaObject* PythonQtShell_QDialog::metaObject();
int PythonQtShell_QDialog::qt_metacall(QMetaObject::Call call, int id, void** args);
void PythonQtWrapper_QDialog::adjustPosition(QDialog* theWrappedObject, QWidget* arg__1);
bool PythonQtWrapper_QDialog::isSizeGripEnabled(QDialog* theWrappedObject);
QSize PythonQtWrapper_QDialog::minimumSizeHint(QDialog* theWrappedObject);
int PythonQtWrapper_QDialog::result(QDialog* theWrappedObject);
void PythonQtWrapper_QDialog::setModal(QDialog* theWrappedObject, bool modal);
void PythonQtWrapper_QDialog::setResult(QDialog* theWrappedObject, int r);
void PythonQtWrapper_QDialog::setSizeGripEnabled(QDialog* theWrappedObject, bool arg__1);
QSize PythonQtWrapper_QDialog::sizeHint(QDialog* theWrappedObject);
PythonQtShell_QDialogButtonBox::~PythonQtShell_QDialogButtonBox();
void PythonQtShell_QDialogButtonBox::actionEvent(QActionEvent* event0);
void PythonQtShell_QDialogButtonBox::changeEvent(QEvent* event0);
void PythonQtShell_QDialogButtonBox::childEvent(QChildEvent* event0);
void PythonQtShell_QDialogButtonBox::closeEvent(QCloseEvent* event0);
void PythonQtShell_QDialogButtonBox::contextMenuEvent(QContextMenuEvent* event0);
void PythonQtShell_QDialogButtonBox::customEvent(QEvent* event0);
int PythonQtShell_QDialogButtonBox::devType();
void PythonQtShell_QDialogButtonBox::dragEnterEvent(QDragEnterEvent* event0);
void PythonQtShell_QDialogButtonBox::dragLeaveEvent(QDragLeaveEvent* event0);
void PythonQtShell_QDialogButtonBox::dragMoveEvent(QDragMoveEvent* event0);
void PythonQtShell_QDialogButtonBox::dropEvent(QDropEvent* event0);
void PythonQtShell_QDialogButtonBox::enterEvent(QEvent* event0);
bool PythonQtShell_QDialogButtonBox::event(QEvent* event0);
bool PythonQtShell_QDialogButtonBox::eventFilter(QObject* watched0, QEvent* event1);
void PythonQtShell_QDialogButtonBox::focusInEvent(QFocusEvent* event0);
bool PythonQtShell_QDialogButtonBox::focusNextPrevChild(bool next0);
void PythonQtShell_QDialogButtonBox::focusOutEvent(QFocusEvent* event0);
bool PythonQtShell_QDialogButtonBox::hasHeightForWidth();
int PythonQtShell_QDialogButtonBox::heightForWidth(int arg__1);
void PythonQtShell_QDialogButtonBox::hideEvent(QHideEvent* event0);
void PythonQtShell_QDialogButtonBox::initPainter(QPainter* painter0);
void PythonQtShell_QDialogButtonBox::inputMethodEvent(QInputMethodEvent* arg__1);
QVariant PythonQtShell_QDialogButtonBox::inputMethodQuery(Qt::InputMethodQuery arg__1);
void PythonQtShell_QDialogButtonBox::keyPressEvent(QKeyEvent* event0);
void PythonQtShell_QDialogButtonBox::keyReleaseEvent(QKeyEvent* event0);
void PythonQtShell_QDialogButtonBox::leaveEvent(QEvent* event0);
int PythonQtShell_QDialogButtonBox::metric(QPaintDevice::PaintDeviceMetric arg__1);
QSize PythonQtShell_QDialogButtonBox::minimumSizeHint();
void PythonQtShell_QDialogButtonBox::mouseDoubleClickEvent(QMouseEvent* event0);
void PythonQtShell_QDialogButtonBox::mouseMoveEvent(QMouseEvent* event0);
void PythonQtShell_QDialogButtonBox::mousePressEvent(QMouseEvent* event0);
void PythonQtShell_QDialogButtonBox::mouseReleaseEvent(QMouseEvent* event0);
void PythonQtShell_QDialogButtonBox::moveEvent(QMoveEvent* event0);
bool PythonQtShell_QDialogButtonBox::nativeEvent(const QByteArray& eventType0, void* message1, long* result2);
QPaintEngine* PythonQtShell_QDialogButtonBox::paintEngine();
void PythonQtShell_QDialogButtonBox::paintEvent(QPaintEvent* event0);
QPaintDevice* PythonQtShell_QDialogButtonBox::redirected(QPoint* offset0);
void PythonQtShell_QDialogButtonBox::resizeEvent(QResizeEvent* event0);
void PythonQtShell_QDialogButtonBox::setVisible(bool visible0);
QPainter* PythonQtShell_QDialogButtonBox::sharedPainter();
void PythonQtShell_QDialogButtonBox::showEvent(QShowEvent* event0);
QSize PythonQtShell_QDialogButtonBox::sizeHint();
void PythonQtShell_QDialogButtonBox::tabletEvent(QTabletEvent* event0);
void PythonQtShell_QDialogButtonBox::timerEvent(QTimerEvent* event0);
void PythonQtShell_QDialogButtonBox::wheelEvent(QWheelEvent* event0);
QDialogButtonBox* PythonQtWrapper_QDialogButtonBox::new_QDialogButtonBox(QDialogButtonBox::StandardButtons buttons, QWidget* parent);
QDialogButtonBox* PythonQtWrapper_QDialogButtonBox::new_QDialogButtonBox(QDialogButtonBox::StandardButtons buttons, Qt::Orientation orientation, QWidget* parent);
QDialogButtonBox* PythonQtWrapper_QDialogButtonBox::new_QDialogButtonBox(QWidget* parent);
QDialogButtonBox* PythonQtWrapper_QDialogButtonBox::new_QDialogButtonBox(Qt::Orientation orientation, QWidget* parent);
const QMetaObject* PythonQtShell_QDialogButtonBox::metaObject();
int PythonQtShell_QDialogButtonBox::qt_metacall(QMetaObject::Call call, int id, void** args);
void PythonQtWrapper_QDialogButtonBox::addButton(QDialogButtonBox* theWrappedObject, PythonQtPassOwnershipToCPP<QAbstractButton* > button, QDialogButtonBox::ButtonRole role);
QPushButton* PythonQtWrapper_QDialogButtonBox::addButton(QDialogButtonBox* theWrappedObject, QDialogButtonBox::StandardButton button);
QPushButton* PythonQtWrapper_QDialogButtonBox::addButton(QDialogButtonBox* theWrappedObject, const QString& text, QDialogButtonBox::ButtonRole role);
QPushButton* PythonQtWrapper_QDialogButtonBox::button(QDialogButtonBox* theWrappedObject, QDialogButtonBox::StandardButton which);
QDialogButtonBox::ButtonRole PythonQtWrapper_QDialogButtonBox::buttonRole(QDialogButtonBox* theWrappedObject, QAbstractButton* button);
QList<QAbstractButton* > PythonQtWrapper_QDialogButtonBox::buttons(QDialogButtonBox* theWrappedObject);
bool PythonQtWrapper_QDialogButtonBox::centerButtons(QDialogButtonBox* theWrappedObject);
void PythonQtWrapper_QDialogButtonBox::clear(QDialogButtonBox* theWrappedObject);
Qt::Orientation PythonQtWrapper_QDialogButtonBox::orientation(QDialogButtonBox* theWrappedObject);
void PythonQtWrapper_QDialogButtonBox::removeButton(QDialogButtonBox* theWrappedObject, PythonQtPassOwnershipToPython<QAbstractButton* > button);
void PythonQtWrapper_QDialogButtonBox::setCenterButtons(QDialogButtonBox* theWrappedObject, bool center);
void PythonQtWrapper_QDialogButtonBox::setOrientation(QDialogButtonBox* theWrappedObject, Qt::Orientation orientation);
void PythonQtWrapper_QDialogButtonBox::setStandardButtons(QDialogButtonBox* theWrappedObject, QDialogButtonBox::StandardButtons buttons);
QDialogButtonBox::StandardButton PythonQtWrapper_QDialogButtonBox::standardButton(QDialogButtonBox* theWrappedObject, QAbstractButton* button);
QDialogButtonBox::StandardButtons PythonQtWrapper_QDialogButtonBox::standardButtons(QDialogButtonBox* theWrappedObject);
PythonQtShell_QDirModel::~PythonQtShell_QDirModel();
QModelIndex PythonQtShell_QDirModel::buddy(const QModelIndex& index0);
bool PythonQtShell_QDirModel::canDropMimeData(const QMimeData* data0, Qt::DropAction action1, int row2, int column3, const QModelIndex& parent4);
bool PythonQtShell_QDirModel::canFetchMore(const QModelIndex& parent0);
void PythonQtShell_QDirModel::childEvent(QChildEvent* event0);
int PythonQtShell_QDirModel::columnCount(const QModelIndex& parent0);
void PythonQtShell_QDirModel::customEvent(QEvent* event0);
QVariant PythonQtShell_QDirModel::data(const QModelIndex& index0, int role1);
bool PythonQtShell_QDirModel::dropMimeData(const QMimeData* data0, Qt::DropAction action1, int row2, int column3, const QModelIndex& parent4);
bool PythonQtShell_QDirModel::event(QEvent* event0);
bool PythonQtShell_QDirModel::eventFilter(QObject* watched0, QEvent* event1);
void PythonQtShell_QDirModel::fetchMore(const QModelIndex& parent0);
Qt::ItemFlags PythonQtShell_QDirModel::flags(const QModelIndex& index0);
bool PythonQtShell_QDirModel::hasChildren(const QModelIndex& index0);
QVariant PythonQtShell_QDirModel::headerData(int section0, Qt::Orientation orientation1, int role2);
QModelIndex PythonQtShell_QDirModel::index(int row0, int column1, const QModelIndex& parent2);
bool PythonQtShell_QDirModel::insertColumns(int column0, int count1, const QModelIndex& parent2);
bool PythonQtShell_QDirModel::insertRows(int row0, int count1, const QModelIndex& parent2);
QMap<int , QVariant > PythonQtShell_QDirModel::itemData(const QModelIndex& index0);
QList<QModelIndex > PythonQtShell_QDirModel::match(const QModelIndex& start0, int role1, const QVariant& value2, int hits3, Qt::MatchFlags flags4);
QMimeData* PythonQtShell_QDirModel::mimeData(const QList<QModelIndex >& indexes0);
QStringList PythonQtShell_QDirModel::mimeTypes();
bool PythonQtShell_QDirModel::moveColumns(const QModelIndex& sourceParent0, int sourceColumn1, int count2, const QModelIndex& destinationParent3, int destinationChild4);
bool PythonQtShell_QDirModel::moveRows(const QModelIndex& sourceParent0, int sourceRow1, int count2, const QModelIndex& destinationParent3, int destinationChild4);
QModelIndex PythonQtShell_QDirModel::parent(const QModelIndex& child0);
bool PythonQtShell_QDirModel::removeColumns(int column0, int count1, const QModelIndex& parent2);
bool PythonQtShell_QDirModel::removeRows(int row0, int count1, const QModelIndex& parent2);
void PythonQtShell_QDirModel::revert();
QHash<int , QByteArray > PythonQtShell_QDirModel::roleNames();
int PythonQtShell_QDirModel::rowCount(const QModelIndex& parent0);
bool PythonQtShell_QDirModel::setData(const QModelIndex& index0, const QVariant& value1, int role2);
bool PythonQtShell_QDirModel::setHeaderData(int section0, Qt::Orientation orientation1, const QVariant& value2, int role3);
bool PythonQtShell_QDirModel::setItemData(const QModelIndex& index0, const QMap<int , QVariant >& roles1);
QModelIndex PythonQtShell_QDirModel::sibling(int row0, int column1, const QModelIndex& idx2);
void PythonQtShell_QDirModel::sort(int column0, Qt::SortOrder order1);
QSize PythonQtShell_QDirModel::span(const QModelIndex& index0);
bool PythonQtShell_QDirModel::submit();
Qt::DropActions PythonQtShell_QDirModel::supportedDragActions();
Qt::DropActions PythonQtShell_QDirModel::supportedDropActions();
void PythonQtShell_QDirModel::timerEvent(QTimerEvent* event0);
QDirModel* PythonQtWrapper_QDirModel::new_QDirModel(QObject* parent);
QDirModel* PythonQtWrapper_QDirModel::new_QDirModel(const QStringList& nameFilters, QDir::Filters filters, QDir::SortFlags sort, QObject* parent);
const QMetaObject* PythonQtShell_QDirModel::metaObject();
int PythonQtShell_QDirModel::qt_metacall(QMetaObject::Call call, int id, void** args);
QIcon PythonQtWrapper_QDirModel::fileIcon(QDirModel* theWrappedObject, const QModelIndex& index);
QFileInfo PythonQtWrapper_QDirModel::fileInfo(QDirModel* theWrappedObject, const QModelIndex& index);
QString PythonQtWrapper_QDirModel::fileName(QDirModel* theWrappedObject, const QModelIndex& index);
QString PythonQtWrapper_QDirModel::filePath(QDirModel* theWrappedObject, const QModelIndex& index);
QDir::Filters PythonQtWrapper_QDirModel::filter(QDirModel* theWrappedObject);
QFileIconProvider* PythonQtWrapper_QDirModel::iconProvider(QDirModel* theWrappedObject);
QModelIndex PythonQtWrapper_QDirModel::index(QDirModel* theWrappedObject, const QString& path, int column);
bool PythonQtWrapper_QDirModel::isDir(QDirModel* theWrappedObject, const QModelIndex& index);
bool PythonQtWrapper_QDirModel::isReadOnly(QDirModel* theWrappedObject);
bool PythonQtWrapper_QDirModel::lazyChildCount(QDirModel* theWrappedObject);
QModelIndex PythonQtWrapper_QDirModel::mkdir(QDirModel* theWrappedObject, const QModelIndex& parent, const QString& name);
QStringList PythonQtWrapper_QDirModel::nameFilters(QDirModel* theWrappedObject);
bool PythonQtWrapper_QDirModel::remove(QDirModel* theWrappedObject, const QModelIndex& index);
bool PythonQtWrapper_QDirModel::resolveSymlinks(QDirModel* theWrappedObject);
bool PythonQtWrapper_QDirModel::rmdir(QDirModel* theWrappedObject, const QModelIndex& index);
void PythonQtWrapper_QDirModel::setFilter(QDirModel* theWrappedObject, QDir::Filters filters);
void PythonQtWrapper_QDirModel::setIconProvider(QDirModel* theWrappedObject, QFileIconProvider* provider);
void PythonQtWrapper_QDirModel::setLazyChildCount(QDirModel* theWrappedObject, bool enable);
void PythonQtWrapper_QDirModel::setNameFilters(QDirModel* theWrappedObject, const QStringList& filters);
void PythonQtWrapper_QDirModel::setReadOnly(QDirModel* theWrappedObject, bool enable);
void PythonQtWrapper_QDirModel::setResolveSymlinks(QDirModel* theWrappedObject, bool enable);
void PythonQtWrapper_QDirModel::setSorting(QDirModel* theWrappedObject, QDir::SortFlags sort);
QDir::SortFlags PythonQtWrapper_QDirModel::sorting(QDirModel* theWrappedObject);
PythonQtShell_QDockWidget::~PythonQtShell_QDockWidget();
void PythonQtShell_QDockWidget::actionEvent(QActionEvent* event0);
void PythonQtShell_QDockWidget::changeEvent(QEvent* event0);
void PythonQtShell_QDockWidget::childEvent(QChildEvent* event0);
void PythonQtShell_QDockWidget::closeEvent(QCloseEvent* event0);
void PythonQtShell_QDockWidget::contextMenuEvent(QContextMenuEvent* event0);
void PythonQtShell_QDockWidget::customEvent(QEvent* event0);
int PythonQtShell_QDockWidget::devType();
void PythonQtShell_QDockWidget::dragEnterEvent(QDragEnterEvent* event0);
void PythonQtShell_QDockWidget::dragLeaveEvent(QDragLeaveEvent* event0);
void PythonQtShell_QDockWidget::dragMoveEvent(QDragMoveEvent* event0);
void PythonQtShell_QDockWidget::dropEvent(QDropEvent* event0);
void PythonQtShell_QDockWidget::enterEvent(QEvent* event0);
bool PythonQtShell_QDockWidget::event(QEvent* event0);
bool PythonQtShell_QDockWidget::eventFilter(QObject* watched0, QEvent* event1);
void PythonQtShell_QDockWidget::focusInEvent(QFocusEvent* event0);
bool PythonQtShell_QDockWidget::focusNextPrevChild(bool next0);
void PythonQtShell_QDockWidget::focusOutEvent(QFocusEvent* event0);
bool PythonQtShell_QDockWidget::hasHeightForWidth();
int PythonQtShell_QDockWidget::heightForWidth(int arg__1);
void PythonQtShell_QDockWidget::hideEvent(QHideEvent* event0);
void PythonQtShell_QDockWidget::initPainter(QPainter* painter0);
void PythonQtShell_QDockWidget::inputMethodEvent(QInputMethodEvent* arg__1);
QVariant PythonQtShell_QDockWidget::inputMethodQuery(Qt::InputMethodQuery arg__1);
void PythonQtShell_QDockWidget::keyPressEvent(QKeyEvent* event0);
void PythonQtShell_QDockWidget::keyReleaseEvent(QKeyEvent* event0);
void PythonQtShell_QDockWidget::leaveEvent(QEvent* event0);
int PythonQtShell_QDockWidget::metric(QPaintDevice::PaintDeviceMetric arg__1);
QSize PythonQtShell_QDockWidget::minimumSizeHint();
void PythonQtShell_QDockWidget::mouseDoubleClickEvent(QMouseEvent* event0);
void PythonQtShell_QDockWidget::mouseMoveEvent(QMouseEvent* event0);
void PythonQtShell_QDockWidget::mousePressEvent(QMouseEvent* event0);
void PythonQtShell_QDockWidget::mouseReleaseEvent(QMouseEvent* event0);
void PythonQtShell_QDockWidget::moveEvent(QMoveEvent* event0);
bool PythonQtShell_QDockWidget::nativeEvent(const QByteArray& eventType0, void* message1, long* result2);
QPaintEngine* PythonQtShell_QDockWidget::paintEngine();
void PythonQtShell_QDockWidget::paintEvent(QPaintEvent* event0);
QPaintDevice* PythonQtShell_QDockWidget::redirected(QPoint* offset0);
void PythonQtShell_QDockWidget::resizeEvent(QResizeEvent* event0);
void PythonQtShell_QDockWidget::setVisible(bool visible0);
QPainter* PythonQtShell_QDockWidget::sharedPainter();
void PythonQtShell_QDockWidget::showEvent(QShowEvent* event0);
QSize PythonQtShell_QDockWidget::sizeHint();
void PythonQtShell_QDockWidget::tabletEvent(QTabletEvent* event0);
void PythonQtShell_QDockWidget::timerEvent(QTimerEvent* event0);
void PythonQtShell_QDockWidget::wheelEvent(QWheelEvent* event0);
QDockWidget* PythonQtWrapper_QDockWidget::new_QDockWidget(QWidget* parent, Qt::WindowFlags flags);
QDockWidget* PythonQtWrapper_QDockWidget::new_QDockWidget(const QString& title, QWidget* parent, Qt::WindowFlags flags);
const QMetaObject* PythonQtShell_QDockWidget::metaObject();
int PythonQtShell_QDockWidget::qt_metacall(QMetaObject::Call call, int id, void** args);
Qt::DockWidgetAreas PythonQtWrapper_QDockWidget::allowedAreas(QDockWidget* theWrappedObject);
QDockWidget::DockWidgetFeatures PythonQtWrapper_QDockWidget::features(QDockWidget* theWrappedObject);
void PythonQtWrapper_QDockWidget::initStyleOption(QDockWidget* theWrappedObject, QStyleOptionDockWidget* option);
bool PythonQtWrapper_QDockWidget::isAreaAllowed(QDockWidget* theWrappedObject, Qt::DockWidgetArea area);
bool PythonQtWrapper_QDockWidget::isFloating(QDockWidget* theWrappedObject);
void PythonQtWrapper_QDockWidget::setAllowedAreas(QDockWidget* theWrappedObject, Qt::DockWidgetAreas areas);
void PythonQtWrapper_QDockWidget::setFeatures(QDockWidget* theWrappedObject, QDockWidget::DockWidgetFeatures features);
void PythonQtWrapper_QDockWidget::setFloating(QDockWidget* theWrappedObject, bool floating);
void PythonQtWrapper_QDockWidget::setTitleBarWidget(QDockWidget* theWrappedObject, QWidget* widget);
void PythonQtWrapper_QDockWidget::setWidget(QDockWidget* theWrappedObject, QWidget* widget);
QWidget* PythonQtWrapper_QDockWidget::titleBarWidget(QDockWidget* theWrappedObject);
QAction* PythonQtWrapper_QDockWidget::toggleViewAction(QDockWidget* theWrappedObject);
QWidget* PythonQtWrapper_QDockWidget::widget(QDockWidget* theWrappedObject);
PythonQtShell_QDoubleSpinBox::~PythonQtShell_QDoubleSpinBox();
void PythonQtShell_QDoubleSpinBox::actionEvent(QActionEvent* event0);
void PythonQtShell_QDoubleSpinBox::changeEvent(QEvent* event0);
void PythonQtShell_QDoubleSpinBox::childEvent(QChildEvent* event0);
void PythonQtShell_QDoubleSpinBox::clear();
void PythonQtShell_QDoubleSpinBox::closeEvent(QCloseEvent* event0);
void PythonQtShell_QDoubleSpinBox::contextMenuEvent(QContextMenuEvent* event0);
void PythonQtShell_QDoubleSpinBox::customEvent(QEvent* event0);
int PythonQtShell_QDoubleSpinBox::devType();
void PythonQtShell_QDoubleSpinBox::dragEnterEvent(QDragEnterEvent* event0);
void PythonQtShell_QDoubleSpinBox::dragLeaveEvent(QDragLeaveEvent* event0);
void PythonQtShell_QDoubleSpinBox::dragMoveEvent(QDragMoveEvent* event0);
void PythonQtShell_QDoubleSpinBox::dropEvent(QDropEvent* event0);
void PythonQtShell_QDoubleSpinBox::enterEvent(QEvent* event0);
bool PythonQtShell_QDoubleSpinBox::event(QEvent* event0);
bool PythonQtShell_QDoubleSpinBox::eventFilter(QObject* watched0, QEvent* event1);
void PythonQtShell_QDoubleSpinBox::fixup(QString& str0);
void PythonQtShell_QDoubleSpinBox::focusInEvent(QFocusEvent* event0);
bool PythonQtShell_QDoubleSpinBox::focusNextPrevChild(bool next0);
void PythonQtShell_QDoubleSpinBox::focusOutEvent(QFocusEvent* event0);
bool PythonQtShell_QDoubleSpinBox::hasHeightForWidth();
int PythonQtShell_QDoubleSpinBox::heightForWidth(int arg__1);
void PythonQtShell_QDoubleSpinBox::hideEvent(QHideEvent* event0);
void PythonQtShell_QDoubleSpinBox::initPainter(QPainter* painter0);
void PythonQtShell_QDoubleSpinBox::inputMethodEvent(QInputMethodEvent* arg__1);
QVariant PythonQtShell_QDoubleSpinBox::inputMethodQuery(Qt::InputMethodQuery arg__1);
void PythonQtShell_QDoubleSpinBox::keyPressEvent(QKeyEvent* event0);
void PythonQtShell_QDoubleSpinBox::keyReleaseEvent(QKeyEvent* event0);
void PythonQtShell_QDoubleSpinBox::leaveEvent(QEvent* event0);
int PythonQtShell_QDoubleSpinBox::metric(QPaintDevice::PaintDeviceMetric arg__1);
QSize PythonQtShell_QDoubleSpinBox::minimumSizeHint();
void PythonQtShell_QDoubleSpinBox::mouseDoubleClickEvent(QMouseEvent* event0);
void PythonQtShell_QDoubleSpinBox::mouseMoveEvent(QMouseEvent* event0);
void PythonQtShell_QDoubleSpinBox::mousePressEvent(QMouseEvent* event0);
void PythonQtShell_QDoubleSpinBox::mouseReleaseEvent(QMouseEvent* event0);
void PythonQtShell_QDoubleSpinBox::moveEvent(QMoveEvent* event0);
bool PythonQtShell_QDoubleSpinBox::nativeEvent(const QByteArray& eventType0, void* message1, long* result2);
QPaintEngine* PythonQtShell_QDoubleSpinBox::paintEngine();
void PythonQtShell_QDoubleSpinBox::paintEvent(QPaintEvent* event0);
QPaintDevice* PythonQtShell_QDoubleSpinBox::redirected(QPoint* offset0);
void PythonQtShell_QDoubleSpinBox::resizeEvent(QResizeEvent* event0);
void PythonQtShell_QDoubleSpinBox::setVisible(bool visible0);
QPainter* PythonQtShell_QDoubleSpinBox::sharedPainter();
void PythonQtShell_QDoubleSpinBox::showEvent(QShowEvent* event0);
QSize PythonQtShell_QDoubleSpinBox::sizeHint();
void PythonQtShell_QDoubleSpinBox::stepBy(int steps0);
QAbstractSpinBox::StepEnabled PythonQtShell_QDoubleSpinBox::stepEnabled();
void PythonQtShell_QDoubleSpinBox::tabletEvent(QTabletEvent* event0);
QString PythonQtShell_QDoubleSpinBox::textFromValue(double val0);
void PythonQtShell_QDoubleSpinBox::timerEvent(QTimerEvent* event0);
QValidator::State PythonQtShell_QDoubleSpinBox::validate(QString& input0, int& pos1);
double PythonQtShell_QDoubleSpinBox::valueFromText(const QString& text0);
void PythonQtShell_QDoubleSpinBox::wheelEvent(QWheelEvent* event0);
QDoubleSpinBox* PythonQtWrapper_QDoubleSpinBox::new_QDoubleSpinBox(QWidget* parent);
const QMetaObject* PythonQtShell_QDoubleSpinBox::metaObject();
int PythonQtShell_QDoubleSpinBox::qt_metacall(QMetaObject::Call call, int id, void** args);
QString PythonQtWrapper_QDoubleSpinBox::cleanText(QDoubleSpinBox* theWrappedObject);
int PythonQtWrapper_QDoubleSpinBox::decimals(QDoubleSpinBox* theWrappedObject);
double PythonQtWrapper_QDoubleSpinBox::maximum(QDoubleSpinBox* theWrappedObject);
double PythonQtWrapper_QDoubleSpinBox::minimum(QDoubleSpinBox* theWrappedObject);
QString PythonQtWrapper_QDoubleSpinBox::prefix(QDoubleSpinBox* theWrappedObject);
void PythonQtWrapper_QDoubleSpinBox::setDecimals(QDoubleSpinBox* theWrappedObject, int prec);
void PythonQtWrapper_QDoubleSpinBox::setMaximum(QDoubleSpinBox* theWrappedObject, double max);
void PythonQtWrapper_QDoubleSpinBox::setMinimum(QDoubleSpinBox* theWrappedObject, double min);
void PythonQtWrapper_QDoubleSpinBox::setPrefix(QDoubleSpinBox* theWrappedObject, const QString& prefix);
void PythonQtWrapper_QDoubleSpinBox::setRange(QDoubleSpinBox* theWrappedObject, double min, double max);
void PythonQtWrapper_QDoubleSpinBox::setSingleStep(QDoubleSpinBox* theWrappedObject, double val);
void PythonQtWrapper_QDoubleSpinBox::setSuffix(QDoubleSpinBox* theWrappedObject, const QString& suffix);
double PythonQtWrapper_QDoubleSpinBox::singleStep(QDoubleSpinBox* theWrappedObject);
QString PythonQtWrapper_QDoubleSpinBox::suffix(QDoubleSpinBox* theWrappedObject);
QString PythonQtWrapper_QDoubleSpinBox::textFromValue(QDoubleSpinBox* theWrappedObject, double val);
double PythonQtWrapper_QDoubleSpinBox::value(QDoubleSpinBox* theWrappedObject);
double PythonQtWrapper_QDoubleSpinBox::valueFromText(QDoubleSpinBox* theWrappedObject, const QString& text);
PythonQtShell_QDoubleValidator::~PythonQtShell_QDoubleValidator();
void PythonQtShell_QDoubleValidator::childEvent(QChildEvent* event0);
void PythonQtShell_QDoubleValidator::customEvent(QEvent* event0);
bool PythonQtShell_QDoubleValidator::event(QEvent* event0);
bool PythonQtShell_QDoubleValidator::eventFilter(QObject* watched0, QEvent* event1);
void PythonQtShell_QDoubleValidator::fixup(QString& arg__1);
void PythonQtShell_QDoubleValidator::setRange(double bottom0, double top1, int decimals2);
void PythonQtShell_QDoubleValidator::timerEvent(QTimerEvent* event0);
QValidator::State PythonQtShell_QDoubleValidator::validate(QString& arg__1, int& arg__2);
QDoubleValidator* PythonQtWrapper_QDoubleValidator::new_QDoubleValidator(QObject* parent);
QDoubleValidator* PythonQtWrapper_QDoubleValidator::new_QDoubleValidator(double bottom, double top, int decimals, QObject* parent);
const QMetaObject* PythonQtShell_QDoubleValidator::metaObject();
int PythonQtShell_QDoubleValidator::qt_metacall(QMetaObject::Call call, int id, void** args);
double PythonQtWrapper_QDoubleValidator::bottom(QDoubleValidator* theWrappedObject);
int PythonQtWrapper_QDoubleValidator::decimals(QDoubleValidator* theWrappedObject);
QDoubleValidator::Notation PythonQtWrapper_QDoubleValidator::notation(QDoubleValidator* theWrappedObject);
void PythonQtWrapper_QDoubleValidator::setBottom(QDoubleValidator* theWrappedObject, double arg__1);
void PythonQtWrapper_QDoubleValidator::setDecimals(QDoubleValidator* theWrappedObject, int arg__1);
void PythonQtWrapper_QDoubleValidator::setNotation(QDoubleValidator* theWrappedObject, QDoubleValidator::Notation arg__1);
void PythonQtWrapper_QDoubleValidator::setRange(QDoubleValidator* theWrappedObject, double bottom, double top, int decimals);
void PythonQtWrapper_QDoubleValidator::setTop(QDoubleValidator* theWrappedObject, double arg__1);
double PythonQtWrapper_QDoubleValidator::top(QDoubleValidator* theWrappedObject);
PythonQtShell_QDrag::~PythonQtShell_QDrag();
void PythonQtShell_QDrag::childEvent(QChildEvent* event0);
void PythonQtShell_QDrag::customEvent(QEvent* event0);
bool PythonQtShell_QDrag::event(QEvent* event0);
bool PythonQtShell_QDrag::eventFilter(QObject* watched0, QEvent* event1);
void PythonQtShell_QDrag::timerEvent(QTimerEvent* event0);
QDrag* PythonQtWrapper_QDrag::new_QDrag(QObject* dragSource);
const QMetaObject* PythonQtShell_QDrag::metaObject();
int PythonQtShell_QDrag::qt_metacall(QMetaObject::Call call, int id, void** args);
void PythonQtWrapper_QDrag::static_QDrag_cancel();
Qt::DropAction PythonQtWrapper_QDrag::defaultAction(QDrag* theWrappedObject);
QPixmap PythonQtWrapper_QDrag::dragCursor(QDrag* theWrappedObject, Qt::DropAction action);
Qt::DropAction PythonQtWrapper_QDrag::exec(QDrag* theWrappedObject, Qt::DropActions supportedActions);
Qt::DropAction PythonQtWrapper_QDrag::exec(QDrag* theWrappedObject, Qt::DropActions supportedActions, Qt::DropAction defaultAction);
QPoint PythonQtWrapper_QDrag::hotSpot(QDrag* theWrappedObject);
QMimeData* PythonQtWrapper_QDrag::mimeData(QDrag* theWrappedObject);
QPixmap PythonQtWrapper_QDrag::pixmap(QDrag* theWrappedObject);
void PythonQtWrapper_QDrag::setDragCursor(QDrag* theWrappedObject, const QPixmap& cursor, Qt::DropAction action);
void PythonQtWrapper_QDrag::setHotSpot(QDrag* theWrappedObject, const QPoint& hotspot);
void PythonQtWrapper_QDrag::setMimeData(QDrag* theWrappedObject, PythonQtPassOwnershipToCPP<QMimeData* > data);
void PythonQtWrapper_QDrag::setPixmap(QDrag* theWrappedObject, const QPixmap& arg__1);
QObject* PythonQtWrapper_QDrag::source(QDrag* theWrappedObject);
Qt::DropActions PythonQtWrapper_QDrag::supportedActions(QDrag* theWrappedObject);
QObject* PythonQtWrapper_QDrag::target(QDrag* theWrappedObject);
QDragEnterEvent* PythonQtWrapper_QDragEnterEvent::new_QDragEnterEvent(const QPoint& pos, Qt::DropActions actions, const QMimeData* data, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers);
QDragLeaveEvent* PythonQtWrapper_QDragLeaveEvent::new_QDragLeaveEvent();
PythonQtShell_QDragMoveEvent::~PythonQtShell_QDragMoveEvent();
QDragMoveEvent* PythonQtWrapper_QDragMoveEvent::new_QDragMoveEvent(const QPoint& pos, Qt::DropActions actions, const QMimeData* data, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, QEvent::Type type);
void PythonQtWrapper_QDragMoveEvent::accept(QDragMoveEvent* theWrappedObject, const QRect& r);
QRect PythonQtWrapper_QDragMoveEvent::answerRect(QDragMoveEvent* theWrappedObject);
void PythonQtWrapper_QDragMoveEvent::ignore(QDragMoveEvent* theWrappedObject, const QRect& r);
PythonQtShell_QDropEvent::~PythonQtShell_QDropEvent();
QDropEvent* PythonQtWrapper_QDropEvent::new_QDropEvent(const QPointF& pos, Qt::DropActions actions, const QMimeData* data, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, QEvent::Type type);
void PythonQtWrapper_QDropEvent::acceptProposedAction(QDropEvent* theWrappedObject);
Qt::DropAction PythonQtWrapper_QDropEvent::dropAction(QDropEvent* theWrappedObject);
Qt::KeyboardModifiers PythonQtWrapper_QDropEvent::keyboardModifiers(QDropEvent* theWrappedObject);
const QMimeData* PythonQtWrapper_QDropEvent::mimeData(QDropEvent* theWrappedObject);
Qt::MouseButtons PythonQtWrapper_QDropEvent::mouseButtons(QDropEvent* theWrappedObject);
QPoint PythonQtWrapper_QDropEvent::pos(QDropEvent* theWrappedObject);
const QPointF* PythonQtWrapper_QDropEvent::posF(QDropEvent* theWrappedObject);
Qt::DropActions PythonQtWrapper_QDropEvent::possibleActions(QDropEvent* theWrappedObject);
Qt::DropAction PythonQtWrapper_QDropEvent::proposedAction(QDropEvent* theWrappedObject);
void PythonQtWrapper_QDropEvent::setDropAction(QDropEvent* theWrappedObject, Qt::DropAction action);
QObject* PythonQtWrapper_QDropEvent::source(QDropEvent* theWrappedObject);
PythonQtShell_QEnterEvent::~PythonQtShell_QEnterEvent();
QEnterEvent* PythonQtWrapper_QEnterEvent::new_QEnterEvent(const QPointF& localPos, const QPointF& windowPos, const QPointF& screenPos);
QPoint PythonQtWrapper_QEnterEvent::globalPos(QEnterEvent* theWrappedObject);
int PythonQtWrapper_QEnterEvent::globalX(QEnterEvent* theWrappedObject);
int PythonQtWrapper_QEnterEvent::globalY(QEnterEvent* theWrappedObject);
const QPointF* PythonQtWrapper_QEnterEvent::localPos(QEnterEvent* theWrappedObject);
QPoint PythonQtWrapper_QEnterEvent::pos(QEnterEvent* theWrappedObject);
const QPointF* PythonQtWrapper_QEnterEvent::screenPos(QEnterEvent* theWrappedObject);
const QPointF* PythonQtWrapper_QEnterEvent::windowPos(QEnterEvent* theWrappedObject);
int PythonQtWrapper_QEnterEvent::x(QEnterEvent* theWrappedObject);
int PythonQtWrapper_QEnterEvent::y(QEnterEvent* theWrappedObject);
PythonQtShell_QErrorMessage::~PythonQtShell_QErrorMessage();
void PythonQtShell_QErrorMessage::accept();
void PythonQtShell_QErrorMessage::actionEvent(QActionEvent* event0);
void PythonQtShell_QErrorMessage::changeEvent(QEvent* e0);
void PythonQtShell_QErrorMessage::childEvent(QChildEvent* event0);
void PythonQtShell_QErrorMessage::closeEvent(QCloseEvent* arg__1);
void PythonQtShell_QErrorMessage::contextMenuEvent(QContextMenuEvent* arg__1);
void PythonQtShell_QErrorMessage::customEvent(QEvent* event0);
int PythonQtShell_QErrorMessage::devType();
void PythonQtShell_QErrorMessage::done(int arg__1);
void PythonQtShell_QErrorMessage::dragEnterEvent(QDragEnterEvent* event0);
void PythonQtShell_QErrorMessage::dragLeaveEvent(QDragLeaveEvent* event0);
void PythonQtShell_QErrorMessage::dragMoveEvent(QDragMoveEvent* event0);
void PythonQtShell_QErrorMessage::dropEvent(QDropEvent* event0);
void PythonQtShell_QErrorMessage::enterEvent(QEvent* event0);
bool PythonQtShell_QErrorMessage::event(QEvent* event0);
bool PythonQtShell_QErrorMessage::eventFilter(QObject* arg__1, QEvent* arg__2);
int PythonQtShell_QErrorMessage::exec();
void PythonQtShell_QErrorMessage::focusInEvent(QFocusEvent* event0);
bool PythonQtShell_QErrorMessage::focusNextPrevChild(bool next0);
void PythonQtShell_QErrorMessage::focusOutEvent(QFocusEvent* event0);
bool PythonQtShell_QErrorMessage::hasHeightForWidth();
int PythonQtShell_QErrorMessage::heightForWidth(int arg__1);
void PythonQtShell_QErrorMessage::hideEvent(QHideEvent* event0);
void PythonQtShell_QErrorMessage::initPainter(QPainter* painter0);
void PythonQtShell_QErrorMessage::inputMethodEvent(QInputMethodEvent* arg__1);
QVariant PythonQtShell_QErrorMessage::inputMethodQuery(Qt::InputMethodQuery arg__1);
void PythonQtShell_QErrorMessage::keyPressEvent(QKeyEvent* arg__1);
void PythonQtShell_QErrorMessage::keyReleaseEvent(QKeyEvent* event0);
void PythonQtShell_QErrorMessage::leaveEvent(QEvent* event0);
int PythonQtShell_QErrorMessage::metric(QPaintDevice::PaintDeviceMetric arg__1);
QSize PythonQtShell_QErrorMessage::minimumSizeHint();
void PythonQtShell_QErrorMessage::mouseDoubleClickEvent(QMouseEvent* event0);
void PythonQtShell_QErrorMessage::mouseMoveEvent(QMouseEvent* event0);
void PythonQtShell_QErrorMessage::mousePressEvent(QMouseEvent* event0);
void PythonQtShell_QErrorMessage::mouseReleaseEvent(QMouseEvent* event0);
void PythonQtShell_QErrorMessage::moveEvent(QMoveEvent* event0);
bool PythonQtShell_QErrorMessage::nativeEvent(const QByteArray& eventType0, void* message1, long* result2);
void PythonQtShell_QErrorMessage::open();
QPaintEngine* PythonQtShell_QErrorMessage::paintEngine();
void PythonQtShell_QErrorMessage::paintEvent(QPaintEvent* event0);
QPaintDevice* PythonQtShell_QErrorMessage::redirected(QPoint* offset0);
void PythonQtShell_QErrorMessage::reject();
void PythonQtShell_QErrorMessage::resizeEvent(QResizeEvent* arg__1);
void PythonQtShell_QErrorMessage::setVisible(bool visible0);
QPainter* PythonQtShell_QErrorMessage::sharedPainter();
void PythonQtShell_QErrorMessage::showEvent(QShowEvent* arg__1);
QSize PythonQtShell_QErrorMessage::sizeHint();
void PythonQtShell_QErrorMessage::tabletEvent(QTabletEvent* event0);
void PythonQtShell_QErrorMessage::timerEvent(QTimerEvent* event0);
void PythonQtShell_QErrorMessage::wheelEvent(QWheelEvent* event0);
QErrorMessage* PythonQtWrapper_QErrorMessage::new_QErrorMessage(QWidget* parent);
const QMetaObject* PythonQtShell_QErrorMessage::metaObject();
int PythonQtShell_QErrorMessage::qt_metacall(QMetaObject::Call call, int id, void** args);
QErrorMessage* PythonQtWrapper_QErrorMessage::static_QErrorMessage_qtHandler();
PythonQtShell_QExposeEvent::~PythonQtShell_QExposeEvent();
QExposeEvent* PythonQtWrapper_QExposeEvent::new_QExposeEvent(const QRegion& rgn);
const QRegion* PythonQtWrapper_QExposeEvent::region(QExposeEvent* theWrappedObject);
PythonQtShell_QFileDialog::~PythonQtShell_QFileDialog();
void PythonQtShell_QFileDialog::accept();
void PythonQtShell_QFileDialog::actionEvent(QActionEvent* event0);
void PythonQtShell_QFileDialog::changeEvent(QEvent* e0);
void PythonQtShell_QFileDialog::childEvent(QChildEvent* event0);
void PythonQtShell_QFileDialog::closeEvent(QCloseEvent* arg__1);
void PythonQtShell_QFileDialog::contextMenuEvent(QContextMenuEvent* arg__1);
void PythonQtShell_QFileDialog::customEvent(QEvent* event0);
int PythonQtShell_QFileDialog::devType();
void PythonQtShell_QFileDialog::done(int result0);
void PythonQtShell_QFileDialog::dragEnterEvent(QDragEnterEvent* event0);
void PythonQtShell_QFileDialog::dragLeaveEvent(QDragLeaveEvent* event0);
void PythonQtShell_QFileDialog::dragMoveEvent(QDragMoveEvent* event0);
void PythonQtShell_QFileDialog::dropEvent(QDropEvent* event0);
void PythonQtShell_QFileDialog::enterEvent(QEvent* event0);
bool PythonQtShell_QFileDialog::event(QEvent* event0);
bool PythonQtShell_QFileDialog::eventFilter(QObject* arg__1, QEvent* arg__2);
int PythonQtShell_QFileDialog::exec();
void PythonQtShell_QFileDialog::focusInEvent(QFocusEvent* event0);
bool PythonQtShell_QFileDialog::focusNextPrevChild(bool next0);
void PythonQtShell_QFileDialog::focusOutEvent(QFocusEvent* event0);
bool PythonQtShell_QFileDialog::hasHeightForWidth();
int PythonQtShell_QFileDialog::heightForWidth(int arg__1);
void PythonQtShell_QFileDialog::hideEvent(QHideEvent* event0);
void PythonQtShell_QFileDialog::initPainter(QPainter* painter0);
void PythonQtShell_QFileDialog::inputMethodEvent(QInputMethodEvent* arg__1);
QVariant PythonQtShell_QFileDialog::inputMethodQuery(Qt::InputMethodQuery arg__1);
void PythonQtShell_QFileDialog::keyPressEvent(QKeyEvent* arg__1);
void PythonQtShell_QFileDialog::keyReleaseEvent(QKeyEvent* event0);
void PythonQtShell_QFileDialog::leaveEvent(QEvent* event0);
int PythonQtShell_QFileDialog::metric(QPaintDevice::PaintDeviceMetric arg__1);
QSize PythonQtShell_QFileDialog::minimumSizeHint();
void PythonQtShell_QFileDialog::mouseDoubleClickEvent(QMouseEvent* event0);
void PythonQtShell_QFileDialog::mouseMoveEvent(QMouseEvent* event0);
void PythonQtShell_QFileDialog::mousePressEvent(QMouseEvent* event0);
void PythonQtShell_QFileDialog::mouseReleaseEvent(QMouseEvent* event0);
void PythonQtShell_QFileDialog::moveEvent(QMoveEvent* event0);
bool PythonQtShell_QFileDialog::nativeEvent(const QByteArray& eventType0, void* message1, long* result2);
QPaintEngine* PythonQtShell_QFileDialog::paintEngine();
void PythonQtShell_QFileDialog::paintEvent(QPaintEvent* event0);
QPaintDevice* PythonQtShell_QFileDialog::redirected(QPoint* offset0);
void PythonQtShell_QFileDialog::reject();
void PythonQtShell_QFileDialog::resizeEvent(QResizeEvent* arg__1);
void PythonQtShell_QFileDialog::setVisible(bool visible0);
QPainter* PythonQtShell_QFileDialog::sharedPainter();
void PythonQtShell_QFileDialog::showEvent(QShowEvent* arg__1);
QSize PythonQtShell_QFileDialog::sizeHint();
void PythonQtShell_QFileDialog::tabletEvent(QTabletEvent* event0);
void PythonQtShell_QFileDialog::timerEvent(QTimerEvent* event0);
void PythonQtShell_QFileDialog::wheelEvent(QWheelEvent* event0);
QFileDialog* PythonQtWrapper_QFileDialog::new_QFileDialog(QWidget* parent, Qt::WindowFlags f);
QFileDialog* PythonQtWrapper_QFileDialog::new_QFileDialog(QWidget* parent, const QString& caption, const QString& directory, const QString& filter);
const QMetaObject* PythonQtShell_QFileDialog::metaObject();
int PythonQtShell_QFileDialog::qt_metacall(QMetaObject::Call call, int id, void** args);
QFileDialog::AcceptMode PythonQtWrapper_QFileDialog::acceptMode(QFileDialog* theWrappedObject);
bool PythonQtWrapper_QFileDialog::confirmOverwrite(QFileDialog* theWrappedObject);
QString PythonQtWrapper_QFileDialog::defaultSuffix(QFileDialog* theWrappedObject);
QDir PythonQtWrapper_QFileDialog::directory(QFileDialog* theWrappedObject);
QUrl PythonQtWrapper_QFileDialog::directoryUrl(QFileDialog* theWrappedObject);
QFileDialog::FileMode PythonQtWrapper_QFileDialog::fileMode(QFileDialog* theWrappedObject);
QDir::Filters PythonQtWrapper_QFileDialog::filter(QFileDialog* theWrappedObject);
QString PythonQtWrapper_QFileDialog::static_QFileDialog_getExistingDirectory(QWidget* parent, const QString& caption, const QString& dir, QFileDialog::Options options);
QUrl PythonQtWrapper_QFileDialog::static_QFileDialog_getExistingDirectoryUrl(QWidget* parent, const QString& caption, const QUrl& dir, QFileDialog::Options options, const QStringList& supportedSchemes);
QString PythonQtWrapper_QFileDialog::static_QFileDialog_getOpenFileName(QWidget* parent, const QString& caption, const QString& dir, const QString& filter, QString* selectedFilter, QFileDialog::Options options);
QStringList PythonQtWrapper_QFileDialog::static_QFileDialog_getOpenFileNames(QWidget* parent, const QString& caption, const QString& dir, const QString& filter, QString* selectedFilter, QFileDialog::Options options);
QUrl PythonQtWrapper_QFileDialog::static_QFileDialog_getOpenFileUrl(QWidget* parent, const QString& caption, const QUrl& dir, const QString& filter, QString* selectedFilter, QFileDialog::Options options, const QStringList& supportedSchemes);
QList<QUrl > PythonQtWrapper_QFileDialog::static_QFileDialog_getOpenFileUrls(QWidget* parent, const QString& caption, const QUrl& dir, const QString& filter, QString* selectedFilter, QFileDialog::Options options, const QStringList& supportedSchemes);
QString PythonQtWrapper_QFileDialog::static_QFileDialog_getSaveFileName(QWidget* parent, const QString& caption, const QString& dir, const QString& filter, QString* selectedFilter, QFileDialog::Options options);
QUrl PythonQtWrapper_QFileDialog::static_QFileDialog_getSaveFileUrl(QWidget* parent, const QString& caption, const QUrl& dir, const QString& filter, QString* selectedFilter, QFileDialog::Options options, const QStringList& supportedSchemes);
QStringList PythonQtWrapper_QFileDialog::history(QFileDialog* theWrappedObject);
QFileIconProvider* PythonQtWrapper_QFileDialog::iconProvider(QFileDialog* theWrappedObject);
bool PythonQtWrapper_QFileDialog::isNameFilterDetailsVisible(QFileDialog* theWrappedObject);
bool PythonQtWrapper_QFileDialog::isReadOnly(QFileDialog* theWrappedObject);
QAbstractItemDelegate* PythonQtWrapper_QFileDialog::itemDelegate(QFileDialog* theWrappedObject);
QString PythonQtWrapper_QFileDialog::labelText(QFileDialog* theWrappedObject, QFileDialog::DialogLabel label);
QStringList PythonQtWrapper_QFileDialog::mimeTypeFilters(QFileDialog* theWrappedObject);
QStringList PythonQtWrapper_QFileDialog::nameFilters(QFileDialog* theWrappedObject);
void PythonQtWrapper_QFileDialog::open(QFileDialog* theWrappedObject, QObject* receiver, const char* member);
QFileDialog::Options PythonQtWrapper_QFileDialog::options(QFileDialog* theWrappedObject);
QAbstractProxyModel* PythonQtWrapper_QFileDialog::proxyModel(QFileDialog* theWrappedObject);
bool PythonQtWrapper_QFileDialog::resolveSymlinks(QFileDialog* theWrappedObject);
bool PythonQtWrapper_QFileDialog::restoreState(QFileDialog* theWrappedObject, const QByteArray& state);
QByteArray PythonQtWrapper_QFileDialog::saveState(QFileDialog* theWrappedObject);
void PythonQtWrapper_QFileDialog::selectFile(QFileDialog* theWrappedObject, const QString& filename);
void PythonQtWrapper_QFileDialog::selectMimeTypeFilter(QFileDialog* theWrappedObject, const QString& filter);
void PythonQtWrapper_QFileDialog::selectNameFilter(QFileDialog* theWrappedObject, const QString& filter);
void PythonQtWrapper_QFileDialog::selectUrl(QFileDialog* theWrappedObject, const QUrl& url);
QStringList PythonQtWrapper_QFileDialog::selectedFiles(QFileDialog* theWrappedObject);
QString PythonQtWrapper_QFileDialog::selectedMimeTypeFilter(QFileDialog* theWrappedObject);
QString PythonQtWrapper_QFileDialog::selectedNameFilter(QFileDialog* theWrappedObject);
QList<QUrl > PythonQtWrapper_QFileDialog::selectedUrls(QFileDialog* theWrappedObject);
void PythonQtWrapper_QFileDialog::setAcceptMode(QFileDialog* theWrappedObject, QFileDialog::AcceptMode mode);
void PythonQtWrapper_QFileDialog::setConfirmOverwrite(QFileDialog* theWrappedObject, bool enabled);
void PythonQtWrapper_QFileDialog::setDefaultSuffix(QFileDialog* theWrappedObject, const QString& suffix);
void PythonQtWrapper_QFileDialog::setDirectory(QFileDialog* theWrappedObject, const QDir& directory);
void PythonQtWrapper_QFileDialog::setDirectory(QFileDialog* theWrappedObject, const QString& directory);
void PythonQtWrapper_QFileDialog::setDirectoryUrl(QFileDialog* theWrappedObject, const QUrl& directory);
void PythonQtWrapper_QFileDialog::setFileMode(QFileDialog* theWrappedObject, QFileDialog::FileMode mode);
void PythonQtWrapper_QFileDialog::setFilter(QFileDialog* theWrappedObject, QDir::Filters filters);
void PythonQtWrapper_QFileDialog::setHistory(QFileDialog* theWrappedObject, const QStringList& paths);
void PythonQtWrapper_QFileDialog::setIconProvider(QFileDialog* theWrappedObject, QFileIconProvider* provider);
void PythonQtWrapper_QFileDialog::setItemDelegate(QFileDialog* theWrappedObject, QAbstractItemDelegate* delegate);
void PythonQtWrapper_QFileDialog::setLabelText(QFileDialog* theWrappedObject, QFileDialog::DialogLabel label, const QString& text);
void PythonQtWrapper_QFileDialog::setMimeTypeFilters(QFileDialog* theWrappedObject, const QStringList& filters);
void PythonQtWrapper_QFileDialog::setNameFilter(QFileDialog* theWrappedObject, const QString& filter);
void PythonQtWrapper_QFileDialog::setNameFilterDetailsVisible(QFileDialog* theWrappedObject, bool enabled);
void PythonQtWrapper_QFileDialog::setNameFilters(QFileDialog* theWrappedObject, const QStringList& filters);
void PythonQtWrapper_QFileDialog::setOption(QFileDialog* theWrappedObject, QFileDialog::Option option, bool on);
void PythonQtWrapper_QFileDialog::setOptions(QFileDialog* theWrappedObject, QFileDialog::Options options);
void PythonQtWrapper_QFileDialog::setProxyModel(QFileDialog* theWrappedObject, QAbstractProxyModel* model);
void PythonQtWrapper_QFileDialog::setReadOnly(QFileDialog* theWrappedObject, bool enabled);
void PythonQtWrapper_QFileDialog::setResolveSymlinks(QFileDialog* theWrappedObject, bool enabled);
void PythonQtWrapper_QFileDialog::setSidebarUrls(QFileDialog* theWrappedObject, const QList<QUrl >& urls);
void PythonQtWrapper_QFileDialog::setSupportedSchemes(QFileDialog* theWrappedObject, const QStringList& schemes);
void PythonQtWrapper_QFileDialog::setViewMode(QFileDialog* theWrappedObject, QFileDialog::ViewMode mode);
QList<QUrl > PythonQtWrapper_QFileDialog::sidebarUrls(QFileDialog* theWrappedObject);
QStringList PythonQtWrapper_QFileDialog::supportedSchemes(QFileDialog* theWrappedObject);
bool PythonQtWrapper_QFileDialog::testOption(QFileDialog* theWrappedObject, QFileDialog::Option option);
QFileDialog::ViewMode PythonQtWrapper_QFileDialog::viewMode(QFileDialog* theWrappedObject);
PythonQtShell_QFileIconProvider::~PythonQtShell_QFileIconProvider();
QIcon PythonQtShell_QFileIconProvider::icon(QFileIconProvider::IconType type0);
QIcon PythonQtShell_QFileIconProvider::icon(const QFileInfo& info0);
QFileIconProvider* PythonQtWrapper_QFileIconProvider::new_QFileIconProvider();
QIcon PythonQtWrapper_QFileIconProvider::icon(QFileIconProvider* theWrappedObject, QFileIconProvider::IconType type);
QIcon PythonQtWrapper_QFileIconProvider::icon(QFileIconProvider* theWrappedObject, const QFileInfo& info);
QFileIconProvider::Options PythonQtWrapper_QFileIconProvider::options(QFileIconProvider* theWrappedObject);
void PythonQtWrapper_QFileIconProvider::setOptions(QFileIconProvider* theWrappedObject, QFileIconProvider::Options options);
QString PythonQtWrapper_QFileIconProvider::type(QFileIconProvider* theWrappedObject, const QFileInfo& info);
QFileOpenEvent* PythonQtWrapper_QFileOpenEvent::new_QFileOpenEvent(const QString& file);
QFileOpenEvent* PythonQtWrapper_QFileOpenEvent::new_QFileOpenEvent(const QUrl& url);
QString PythonQtWrapper_QFileOpenEvent::file(QFileOpenEvent* theWrappedObject);
bool PythonQtWrapper_QFileOpenEvent::openFile(QFileOpenEvent* theWrappedObject, QFile& file, QIODevice::OpenMode flags);
QUrl PythonQtWrapper_QFileOpenEvent::url(QFileOpenEvent* theWrappedObject);
PythonQtShell_QFileSystemModel::~PythonQtShell_QFileSystemModel();
QModelIndex PythonQtShell_QFileSystemModel::buddy(const QModelIndex& index0);
bool PythonQtShell_QFileSystemModel::canDropMimeData(const QMimeData* data0, Qt::DropAction action1, int row2, int column3, const QModelIndex& parent4);
bool PythonQtShell_QFileSystemModel::canFetchMore(const QModelIndex& parent0);
void PythonQtShell_QFileSystemModel::childEvent(QChildEvent* event0);
int PythonQtShell_QFileSystemModel::columnCount(const QModelIndex& parent0);
void PythonQtShell_QFileSystemModel::customEvent(QEvent* event0);
QVariant PythonQtShell_QFileSystemModel::data(const QModelIndex& index0, int role1);
bool PythonQtShell_QFileSystemModel::dropMimeData(const QMimeData* data0, Qt::DropAction action1, int row2, int column3, const QModelIndex& parent4);
bool PythonQtShell_QFileSystemModel::event(QEvent* event0);
bool PythonQtShell_QFileSystemModel::eventFilter(QObject* watched0, QEvent* event1);
void PythonQtShell_QFileSystemModel::fetchMore(const QModelIndex& parent0);
Qt::ItemFlags PythonQtShell_QFileSystemModel::flags(const QModelIndex& index0);
bool PythonQtShell_QFileSystemModel::hasChildren(const QModelIndex& parent0);
QVariant PythonQtShell_QFileSystemModel::headerData(int section0, Qt::Orientation orientation1, int role2);
QModelIndex PythonQtShell_QFileSystemModel::index(int row0, int column1, const QModelIndex& parent2);
bool PythonQtShell_QFileSystemModel::insertColumns(int column0, int count1, const QModelIndex& parent2);
bool PythonQtShell_QFileSystemModel::insertRows(int row0, int count1, const QModelIndex& parent2);
QMap<int , QVariant > PythonQtShell_QFileSystemModel::itemData(const QModelIndex& index0);
QList<QModelIndex > PythonQtShell_QFileSystemModel::match(const QModelIndex& start0, int role1, const QVariant& value2, int hits3, Qt::MatchFlags flags4);
QMimeData* PythonQtShell_QFileSystemModel::mimeData(const QList<QModelIndex >& indexes0);
QStringList PythonQtShell_QFileSystemModel::mimeTypes();
bool PythonQtShell_QFileSystemModel::moveColumns(const QModelIndex& sourceParent0, int sourceColumn1, int count2, const QModelIndex& destinationParent3, int destinationChild4);
bool PythonQtShell_QFileSystemModel::moveRows(const QModelIndex& sourceParent0, int sourceRow1, int count2, const QModelIndex& destinationParent3, int destinationChild4);
QModelIndex PythonQtShell_QFileSystemModel::parent(const QModelIndex& child0);
bool PythonQtShell_QFileSystemModel::removeColumns(int column0, int count1, const QModelIndex& parent2);
bool PythonQtShell_QFileSystemModel::removeRows(int row0, int count1, const QModelIndex& parent2);
void PythonQtShell_QFileSystemModel::revert();
QHash<int , QByteArray > PythonQtShell_QFileSystemModel::roleNames();
int PythonQtShell_QFileSystemModel::rowCount(const QModelIndex& parent0);
bool PythonQtShell_QFileSystemModel::setData(const QModelIndex& index0, const QVariant& value1, int role2);
bool PythonQtShell_QFileSystemModel::setHeaderData(int section0, Qt::Orientation orientation1, const QVariant& value2, int role3);
bool PythonQtShell_QFileSystemModel::setItemData(const QModelIndex& index0, const QMap<int , QVariant >& roles1);
QModelIndex PythonQtShell_QFileSystemModel::sibling(int row0, int column1, const QModelIndex& idx2);
void PythonQtShell_QFileSystemModel::sort(int column0, Qt::SortOrder order1);
QSize PythonQtShell_QFileSystemModel::span(const QModelIndex& index0);
bool PythonQtShell_QFileSystemModel::submit();
Qt::DropActions PythonQtShell_QFileSystemModel::supportedDragActions();
Qt::DropActions PythonQtShell_QFileSystemModel::supportedDropActions();
void PythonQtShell_QFileSystemModel::timerEvent(QTimerEvent* event0);
QFileSystemModel* PythonQtWrapper_QFileSystemModel::new_QFileSystemModel(QObject* parent);
const QMetaObject* PythonQtShell_QFileSystemModel::metaObject();
int PythonQtShell_QFileSystemModel::qt_metacall(QMetaObject::Call call, int id, void** args);
QIcon PythonQtWrapper_QFileSystemModel::fileIcon(QFileSystemModel* theWrappedObject, const QModelIndex& index);
QFileInfo PythonQtWrapper_QFileSystemModel::fileInfo(QFileSystemModel* theWrappedObject, const QModelIndex& index);
QString PythonQtWrapper_QFileSystemModel::fileName(QFileSystemModel* theWrappedObject, const QModelIndex& index);
QString PythonQtWrapper_QFileSystemModel::filePath(QFileSystemModel* theWrappedObject, const QModelIndex& index);
QDir::Filters PythonQtWrapper_QFileSystemModel::filter(QFileSystemModel* theWrappedObject);
QFileIconProvider* PythonQtWrapper_QFileSystemModel::iconProvider(QFileSystemModel* theWrappedObject);
QModelIndex PythonQtWrapper_QFileSystemModel::index(QFileSystemModel* theWrappedObject, const QString& path, int column);
bool PythonQtWrapper_QFileSystemModel::isDir(QFileSystemModel* theWrappedObject, const QModelIndex& index);
bool PythonQtWrapper_QFileSystemModel::isReadOnly(QFileSystemModel* theWrappedObject);
QDateTime PythonQtWrapper_QFileSystemModel::lastModified(QFileSystemModel* theWrappedObject, const QModelIndex& index);
QModelIndex PythonQtWrapper_QFileSystemModel::mkdir(QFileSystemModel* theWrappedObject, const QModelIndex& parent, const QString& name);
QVariant PythonQtWrapper_QFileSystemModel::myComputer(QFileSystemModel* theWrappedObject, int role);
bool PythonQtWrapper_QFileSystemModel::nameFilterDisables(QFileSystemModel* theWrappedObject);
QStringList PythonQtWrapper_QFileSystemModel::nameFilters(QFileSystemModel* theWrappedObject);
QFile::Permissions PythonQtWrapper_QFileSystemModel::permissions(QFileSystemModel* theWrappedObject, const QModelIndex& index);
bool PythonQtWrapper_QFileSystemModel::remove(QFileSystemModel* theWrappedObject, const QModelIndex& index);
bool PythonQtWrapper_QFileSystemModel::resolveSymlinks(QFileSystemModel* theWrappedObject);
bool PythonQtWrapper_QFileSystemModel::rmdir(QFileSystemModel* theWrappedObject, const QModelIndex& index);
QDir PythonQtWrapper_QFileSystemModel::rootDirectory(QFileSystemModel* theWrappedObject);
QString PythonQtWrapper_QFileSystemModel::rootPath(QFileSystemModel* theWrappedObject);
void PythonQtWrapper_QFileSystemModel::setFilter(QFileSystemModel* theWrappedObject, QDir::Filters filters);
void PythonQtWrapper_QFileSystemModel::setIconProvider(QFileSystemModel* theWrappedObject, QFileIconProvider* provider);
void PythonQtWrapper_QFileSystemModel::setNameFilterDisables(QFileSystemModel* theWrappedObject, bool enable);
void PythonQtWrapper_QFileSystemModel::setNameFilters(QFileSystemModel* theWrappedObject, const QStringList& filters);
void PythonQtWrapper_QFileSystemModel::setReadOnly(QFileSystemModel* theWrappedObject, bool enable);
void PythonQtWrapper_QFileSystemModel::setResolveSymlinks(QFileSystemModel* theWrappedObject, bool enable);
QModelIndex PythonQtWrapper_QFileSystemModel::setRootPath(QFileSystemModel* theWrappedObject, const QString& path);
qint64 PythonQtWrapper_QFileSystemModel::size(QFileSystemModel* theWrappedObject, const QModelIndex& index);
QString PythonQtWrapper_QFileSystemModel::type(QFileSystemModel* theWrappedObject, const QModelIndex& index);
QFocusEvent* PythonQtWrapper_QFocusEvent::new_QFocusEvent(QEvent::Type type, Qt::FocusReason reason);
bool PythonQtWrapper_QFocusEvent::gotFocus(QFocusEvent* theWrappedObject);
bool PythonQtWrapper_QFocusEvent::lostFocus(QFocusEvent* theWrappedObject);
Qt::FocusReason PythonQtWrapper_QFocusEvent::reason(QFocusEvent* theWrappedObject);
PythonQtShell_QFocusFrame::~PythonQtShell_QFocusFrame();
void PythonQtShell_QFocusFrame::actionEvent(QActionEvent* event0);
void PythonQtShell_QFocusFrame::changeEvent(QEvent* arg__1);
void PythonQtShell_QFocusFrame::childEvent(QChildEvent* event0);
void PythonQtShell_QFocusFrame::closeEvent(QCloseEvent* event0);
void PythonQtShell_QFocusFrame::contextMenuEvent(QContextMenuEvent* event0);
void PythonQtShell_QFocusFrame::customEvent(QEvent* event0);
int PythonQtShell_QFocusFrame::devType();
void PythonQtShell_QFocusFrame::dragEnterEvent(QDragEnterEvent* event0);
void PythonQtShell_QFocusFrame::dragLeaveEvent(QDragLeaveEvent* event0);
void PythonQtShell_QFocusFrame::dragMoveEvent(QDragMoveEvent* event0);
void PythonQtShell_QFocusFrame::dropEvent(QDropEvent* event0);
void PythonQtShell_QFocusFrame::enterEvent(QEvent* event0);
bool PythonQtShell_QFocusFrame::event(QEvent* e0);
bool PythonQtShell_QFocusFrame::eventFilter(QObject* arg__1, QEvent* arg__2);
void PythonQtShell_QFocusFrame::focusInEvent(QFocusEvent* event0);
bool PythonQtShell_QFocusFrame::focusNextPrevChild(bool next0);
void PythonQtShell_QFocusFrame::focusOutEvent(QFocusEvent* event0);
bool PythonQtShell_QFocusFrame::hasHeightForWidth();
int PythonQtShell_QFocusFrame::heightForWidth(int arg__1);
void PythonQtShell_QFocusFrame::hideEvent(QHideEvent* event0);
void PythonQtShell_QFocusFrame::initPainter(QPainter* painter0);
void PythonQtShell_QFocusFrame::inputMethodEvent(QInputMethodEvent* arg__1);
QVariant PythonQtShell_QFocusFrame::inputMethodQuery(Qt::InputMethodQuery arg__1);
void PythonQtShell_QFocusFrame::keyPressEvent(QKeyEvent* event0);
void PythonQtShell_QFocusFrame::keyReleaseEvent(QKeyEvent* event0);
void PythonQtShell_QFocusFrame::leaveEvent(QEvent* event0);
int PythonQtShell_QFocusFrame::metric(QPaintDevice::PaintDeviceMetric arg__1);
QSize PythonQtShell_QFocusFrame::minimumSizeHint();
void PythonQtShell_QFocusFrame::mouseDoubleClickEvent(QMouseEvent* event0);
void PythonQtShell_QFocusFrame::mouseMoveEvent(QMouseEvent* event0);
void PythonQtShell_QFocusFrame::mousePressEvent(QMouseEvent* event0);
void PythonQtShell_QFocusFrame::mouseReleaseEvent(QMouseEvent* event0);
void PythonQtShell_QFocusFrame::moveEvent(QMoveEvent* event0);
bool PythonQtShell_QFocusFrame::nativeEvent(const QByteArray& eventType0, void* message1, long* result2);
QPaintEngine* PythonQtShell_QFocusFrame::paintEngine();
void PythonQtShell_QFocusFrame::paintEvent(QPaintEvent* arg__1);
QPaintDevice* PythonQtShell_QFocusFrame::redirected(QPoint* offset0);
void PythonQtShell_QFocusFrame::resizeEvent(QResizeEvent* event0);
void PythonQtShell_QFocusFrame::setVisible(bool visible0);
QPainter* PythonQtShell_QFocusFrame::sharedPainter();
void PythonQtShell_QFocusFrame::showEvent(QShowEvent* event0);
QSize PythonQtShell_QFocusFrame::sizeHint();
void PythonQtShell_QFocusFrame::tabletEvent(QTabletEvent* event0);
void PythonQtShell_QFocusFrame::timerEvent(QTimerEvent* event0);
void PythonQtShell_QFocusFrame::wheelEvent(QWheelEvent* event0);
QFocusFrame* PythonQtWrapper_QFocusFrame::new_QFocusFrame(QWidget* parent);
const QMetaObject* PythonQtShell_QFocusFrame::metaObject();
int PythonQtShell_QFocusFrame::qt_metacall(QMetaObject::Call call, int id, void** args);
void PythonQtWrapper_QFocusFrame::initStyleOption(QFocusFrame* theWrappedObject, QStyleOption* option);
void PythonQtWrapper_QFocusFrame::setWidget(QFocusFrame* theWrappedObject, QWidget* widget);
QWidget* PythonQtWrapper_QFocusFrame::widget(QFocusFrame* theWrappedObject);
PythonQtShell_QFontComboBox::~PythonQtShell_QFontComboBox();
void PythonQtShell_QFontComboBox::actionEvent(QActionEvent* event0);
void PythonQtShell_QFontComboBox::changeEvent(QEvent* e0);
void PythonQtShell_QFontComboBox::childEvent(QChildEvent* event0);
void PythonQtShell_QFontComboBox::closeEvent(QCloseEvent* event0);
void PythonQtShell_QFontComboBox::contextMenuEvent(QContextMenuEvent* e0);
void PythonQtShell_QFontComboBox::customEvent(QEvent* event0);
int PythonQtShell_QFontComboBox::devType();
void PythonQtShell_QFontComboBox::dragEnterEvent(QDragEnterEvent* event0);
void PythonQtShell_QFontComboBox::dragLeaveEvent(QDragLeaveEvent* event0);
void PythonQtShell_QFontComboBox::dragMoveEvent(QDragMoveEvent* event0);
void PythonQtShell_QFontComboBox::dropEvent(QDropEvent* event0);
void PythonQtShell_QFontComboBox::enterEvent(QEvent* event0);
bool PythonQtShell_QFontComboBox::event(QEvent* e0);
bool PythonQtShell_QFontComboBox::eventFilter(QObject* watched0, QEvent* event1);
void PythonQtShell_QFontComboBox::focusInEvent(QFocusEvent* e0);
bool PythonQtShell_QFontComboBox::focusNextPrevChild(bool next0);
void PythonQtShell_QFontComboBox::focusOutEvent(QFocusEvent* e0);
bool PythonQtShell_QFontComboBox::hasHeightForWidth();
int PythonQtShell_QFontComboBox::heightForWidth(int arg__1);
void PythonQtShell_QFontComboBox::hideEvent(QHideEvent* e0);
void PythonQtShell_QFontComboBox::hidePopup();
void PythonQtShell_QFontComboBox::initPainter(QPainter* painter0);
void PythonQtShell_QFontComboBox::inputMethodEvent(QInputMethodEvent* arg__1);
QVariant PythonQtShell_QFontComboBox::inputMethodQuery(Qt::InputMethodQuery arg__1);
void PythonQtShell_QFontComboBox::keyPressEvent(QKeyEvent* e0);
void PythonQtShell_QFontComboBox::keyReleaseEvent(QKeyEvent* e0);
void PythonQtShell_QFontComboBox::leaveEvent(QEvent* event0);
int PythonQtShell_QFontComboBox::metric(QPaintDevice::PaintDeviceMetric arg__1);
QSize PythonQtShell_QFontComboBox::minimumSizeHint();
void PythonQtShell_QFontComboBox::mouseDoubleClickEvent(QMouseEvent* event0);
void PythonQtShell_QFontComboBox::mouseMoveEvent(QMouseEvent* event0);
void PythonQtShell_QFontComboBox::mousePressEvent(QMouseEvent* e0);
void PythonQtShell_QFontComboBox::mouseReleaseEvent(QMouseEvent* e0);
void PythonQtShell_QFontComboBox::moveEvent(QMoveEvent* event0);
bool PythonQtShell_QFontComboBox::nativeEvent(const QByteArray& eventType0, void* message1, long* result2);
QPaintEngine* PythonQtShell_QFontComboBox::paintEngine();
void PythonQtShell_QFontComboBox::paintEvent(QPaintEvent* e0);
QPaintDevice* PythonQtShell_QFontComboBox::redirected(QPoint* offset0);
void PythonQtShell_QFontComboBox::resizeEvent(QResizeEvent* e0);
void PythonQtShell_QFontComboBox::setVisible(bool visible0);
QPainter* PythonQtShell_QFontComboBox::sharedPainter();
void PythonQtShell_QFontComboBox::showEvent(QShowEvent* e0);
void PythonQtShell_QFontComboBox::showPopup();
QSize PythonQtShell_QFontComboBox::sizeHint();
void PythonQtShell_QFontComboBox::tabletEvent(QTabletEvent* event0);
void PythonQtShell_QFontComboBox::timerEvent(QTimerEvent* event0);
void PythonQtShell_QFontComboBox::wheelEvent(QWheelEvent* e0);
QFontComboBox* PythonQtWrapper_QFontComboBox::new_QFontComboBox(QWidget* parent);
const QMetaObject* PythonQtShell_QFontComboBox::metaObject();
int PythonQtShell_QFontComboBox::qt_metacall(QMetaObject::Call call, int id, void** args);
QFont PythonQtWrapper_QFontComboBox::currentFont(QFontComboBox* theWrappedObject);
QFontComboBox::FontFilters PythonQtWrapper_QFontComboBox::fontFilters(QFontComboBox* theWrappedObject);
void PythonQtWrapper_QFontComboBox::setFontFilters(QFontComboBox* theWrappedObject, QFontComboBox::FontFilters filters);
void PythonQtWrapper_QFontComboBox::setWritingSystem(QFontComboBox* theWrappedObject, QFontDatabase::WritingSystem arg__1);
QFontDatabase::WritingSystem PythonQtWrapper_QFontComboBox::writingSystem(QFontComboBox* theWrappedObject);
| da8af90299bb4de902a6648c9ba3b238aa6804198d4e5f2c5da5c2883aea05ba | 1,242 |
|
kaukeb | ARToolkitPlus | tools/CameraCalib/src/calib_dist.cpp | check_error |
static ARFloat check_error( ARFloat *x, ARFloat *y, int num, ARFloat dist_factor[4] )
{
ARToolKitPlus::ARMat *input, *evec;
ARToolKitPlus::ARVec *ev, *mean;
ARFloat a, b, c;
ARFloat error;
int i;
ev = ARToolKitPlus::Vector::alloc( 2 );
mean = ARToolKitPlus::Vector::alloc( 2 );
evec = ARToolKitPlus::Matrix::alloc( 2, 2 );
input = ARToolKitPlus::Matrix::alloc( num, 2 );
for( i = 0; i < num; i++ ) {
ARToolKitPlus::Tracker::arParamObserv2Ideal( dist_factor, x[i], y[i],
&(input->m[i*2+0]), &(input->m[i*2+1]) );
}
if( ARToolKitPlus::Tracker::arMatrixPCA(input, evec, ev, mean) < 0 ) exit(0);
a = evec->m[1];
b = -evec->m[0];
c = -(a*mean->v[0] + b*mean->v[1]);
error = 0.0;
for( i = 0; i < num; i++ ) {
error += (a*input->m[i*2+0] + b*input->m[i*2+1] + c)
* (a*input->m[i*2+0] + b*input->m[i*2+1] + c);
}
error /= (a*a + b*b);
ARToolKitPlus::Matrix::free( input );
ARToolKitPlus::Matrix::free( evec );
ARToolKitPlus::Vector::free( mean );
ARToolKitPlus::Vector::free( ev );
return error;
} |
void calc_distortion( CALIB_PATT_T *patt, int xsize, int ysize, ARFloat dist_factor[4] );
static ARFloat get_size_factor(ARFloat dist_factor[4], int xsize, int ysize );
static ARFloat calc_distortion2( CALIB_PATT_T *patt, ARFloat dist_factor[4] );
static ARFloat get_fitting_error( CALIB_PATT_T *patt, ARFloat dist_factor[4] );
| a2ae4abf5633b6e64b5dd6da8ee74735fc6320d2a8e575d19a78d6d802447e86 | 1,208 |
|
endlessm | chromium-browser | third_party/angle/src/libANGLE/renderer/vulkan/TextureVk.cpp | TextureVk::copySubTexture |
angle::Result TextureVk::copySubTexture(const gl::Context *context,
const gl::ImageIndex &index,
const gl::Offset &destOffset,
size_t sourceLevel,
const gl::Box &sourceBox,
bool unpackFlipY,
bool unpackPremultiplyAlpha,
bool unpackUnmultiplyAlpha,
const gl::Texture *source)
{
gl::TextureTarget target = index.getTarget();
size_t level = static_cast<size_t>(index.getLevelIndex());
const gl::InternalFormat &destFormatInfo = *mState.getImageDesc(target, level).format.info;
return copySubTextureImpl(vk::GetImpl(context), index, destOffset, destFormatInfo, sourceLevel,
sourceBox.toRect(), unpackFlipY, unpackPremultiplyAlpha,
unpackUnmultiplyAlpha, vk::GetImpl(source));
} |
bool ForceCPUPathForCopy(RendererVk *renderer, const vk::ImageHelper &image);
void Set3DBaseArrayLayerAndLayerCount(VkImageSubresourceLayers *Subresource);
TextureVk::TextureVk(const gl::TextureState &state, RendererVk *renderer);
void TextureVk::onDestroy(const gl::Context *context);
gl::ImageIndex TextureVk::getNativeImageIndex(const gl::ImageIndex &inputImageIndex);
uint32_t TextureVk::getNativeImageLevel(uint32_t frontendLevel);
uint32_t TextureVk::getNativeImageLayer(uint32_t frontendLayer);
void TextureVk::releaseAndDeleteImage(ContextVk *contextVk);
angle::Result TextureVk::ensureImageAllocated(ContextVk *contextVk, const vk::Format &format);
void TextureVk::updateImageHelper(ContextVk *contextVk, const vk::Format &format);
angle::Result TextureVk::generateMipmapsWithCPU(const gl::Context *context);
angle::Result TextureVk::generateMipmap(const gl::Context *context);
angle::Result TextureVk::setBaseLevel(const gl::Context *context, GLuint baseLevel);
angle::Result TextureVk::bindTexImage(const gl::Context *context, egl::Surface *surface);
angle::Result TextureVk::releaseTexImage(const gl::Context *context);
angle::Result TextureVk::ensureImageInitialized(ContextVk *contextVk, ImageMipLevels mipLevels);
void TextureVk::releaseOwnershipOfImage(const gl::Context *context);
const vk::ImageView &TextureVk::getReadImageViewAndRecordUse(ContextVk *contextVk);
const vk::ImageView &TextureVk::getFetchImageViewAndRecordUse(ContextVk *contextVk);
void TextureVk::releaseImage(ContextVk *contextVk);
void TextureVk::releaseStagingBuffer(ContextVk *contextVk);
uint32_t TextureVk::getMipLevelCount(ImageMipLevels mipLevels);
uint32_t TextureVk::getMaxLevelCount();
const gl::InternalFormat &TextureVk::getImplementationSizedFormat(const gl::Context *context);
GLenum TextureVk::getColorReadFormat(const gl::Context *context);
GLenum TextureVk::getColorReadType(const gl::Context *context);
const vk::Format &TextureVk::getBaseLevelFormat(RendererVk *renderer);
void TextureVk::onSubjectStateChange(angle::SubjectIndex index, angle::SubjectMessage message);
| b50bee2c89aaed0112f6303ff784cc95ae85ca1091eb19aa0788600d3116def0 | 1,114 |
|
kylelutz | chemkit-builder | src/buildtool.cpp | BuildTool::settingsWidget |
QWidget* BuildTool::settingsWidget()
{
QWidget *widget = new QWidget;
QFormLayout *layout = new QFormLayout;
m_elementSelector = new QComboBox;
foreach(int element, m_elements){
m_elementSelector->addItem(chemkit::Element(element).name().c_str(), element);
}
if(!m_addedElements.isEmpty()){
foreach(int element, m_addedElements){
m_elementSelector->addItem(chemkit::Element(element).name().c_str(), element);
}
}
m_elementSelector->addItem("Other", -1);
connect(m_elementSelector, SIGNAL(currentIndexChanged(int)), SLOT(elementSelectorChanged(int)));
layout->addRow("Element:", m_elementSelector);
m_bondOrderSelector = new QComboBox;
m_bondOrderSelector->addItem("Single");
m_bondOrderSelector->addItem("Double");
m_bondOrderSelector->addItem("Triple");
m_bondOrderSelector->setCurrentIndex(m_bondOrder - 1);
connect(m_bondOrderSelector, SIGNAL(currentIndexChanged(int)), SLOT(bondOrderSelectorChanged(int)));
layout->addRow("Bond Order:", m_bondOrderSelector);
m_addHydrogensCheckBox = new QCheckBox("Auto Add Hydrogens");
m_addHydrogensCheckBox->setChecked(m_adjustHydrogens);
connect(m_addHydrogensCheckBox, SIGNAL(stateChanged(int)), SLOT(addHydrogensChanged(int)));
layout->addRow(m_addHydrogensCheckBox);
widget->setLayout(layout);
return widget;
} |
BuildTool::BuildTool(BuilderWindow *builder);
BuildTool::~BuildTool();
void BuildTool::setElement(const chemkit::Element &element);
chemkit::Element BuildTool::element();
void BuildTool::setBondOrder(int bondOrder);
int BuildTool::bondOrder();
void BuildTool::mousePressEvent(QMouseEvent *event);
void BuildTool::mouseMoveEvent(QMouseEvent *event);
void BuildTool::mouseReleaseEvent(QMouseEvent *event);
void BuildTool::elementSelectorChanged(int index);
void BuildTool::bondOrderSelectorChanged(int index);
void BuildTool::addHydrogensChanged(int state);
void BuildTool::beginMoleculeEdit();
void BuildTool::endMoleculeEdit();
chemkit::Atom* BuildTool::addAtom(int atomicNumber);
void BuildTool::removeAtom(chemkit::Atom *atom);
void BuildTool::setAtomAtomicNumber(chemkit::Atom *atom, int atomicNumber);
void BuildTool::setAtomPosition(chemkit::Atom *atom, const chemkit::Point3 &position);
chemkit::Bond* BuildTool::addBond(chemkit::Atom *a, chemkit::Atom *b, int order);
void BuildTool::removeBond(chemkit::Bond *bond);
void BuildTool::setBondOrder(chemkit::Bond *bond, int order);
void BuildTool::adjustHydrogens(chemkit::Atom *atom);
| 77213d84a0b7a9d798211d6b60680faeed71f18e8950c4d73df2f15d2e5c660f | 1,408 |
|
dk00 | old-stuff | uva/501.cpp | exchange | >void exchange(x s[],int &n,x &a)
{
a=-a;
_sw(a,s[1]);
a=-a;
int i,j;
for(i=1;i*2<=n;i=j)
{
j=i*2;
if(i*2+1<n && s[i*2+1]<s[i*2])
j=i*2+1;
if(s[j]<s[i])
_sw(s[i],s[j]);
else break;
}
} | >void _sw(x &a,x &b);
>void ins_heap(x s[],int &n,x &a);
>x ext_heap(x s[],int &n);
main();
| bc1fea6bf1c8f88e4f7986a4bc4ceef3b795f5d49a28f9b7e65cb072dc6369a0 | 268 |
|
JosephTremoulet | coreclr | src/jit/stackfp.cpp | CodeGen::genCodeForPrologStackFP |
void CodeGen::genCodeForPrologStackFP()
{
assert(compiler->compGeneratingProlog);
assert(compiler->fgFirstBB);
FlatFPStateX87* pState = compiler->fgFirstBB->bbFPStateX87;
if (pState && pState->m_uStackSize)
{
VARSET_TP liveEnregIn(
VarSetOps::Intersection(compiler, compiler->fgFirstBB->bbLiveIn, compiler->optAllFPregVars));
unsigned i;
#ifdef DEBUG
unsigned uLoads = 0;
#endif
assert(pState->m_uStackSize <= FP_VIRTUALREGISTERS);
for (i = 0; i < pState->m_uStackSize; i++)
{
unsigned iVirtual = pState->STToVirtual(pState->m_uStackSize - i - 1);
unsigned varNum;
LclVarDsc* varDsc;
for (varNum = 0, varDsc = compiler->lvaTable; varNum < compiler->lvaCount; varNum++, varDsc++)
{
if (varDsc->IsFloatRegType() && varDsc->lvRegister && varDsc->lvRegNum == iVirtual)
{
unsigned varIndex = varDsc->lvVarIndex;
if (VarSetOps::IsMember(compiler, liveEnregIn, varIndex))
{
if (varDsc->lvIsParam)
{
getEmitter()->emitIns_S(INS_fld, EmitSize(varDsc->TypeGet()), varNum, 0);
}
else
{
getEmitter()->emitIns(INS_fldz);
}
#ifdef DEBUG
uLoads++;
#endif
break;
}
}
}
assert(varNum != compiler->lvaCount);
}
assert(uLoads == VarSetOps::Count(compiler, liveEnregIn));
}
} |
FlatFPStateX87* CodeGenInterface::FlatFPAllocFPState(FlatFPStateX87* pInitFrom);
bool CodeGen::FlatFPSameRegisters(FlatFPStateX87* pState, regMaskTP mask);
bool FlatFPStateX87::Mapped(unsigned uEntry);
void FlatFPStateX87::Unmap(unsigned uEntry);
bool FlatFPStateX87::AreEqual(FlatFPStateX87* pA, FlatFPStateX87* pB);
bool FlatFPStateX87::IsValidEntry(unsigned uEntry);
bool FlatFPStateX87::IsConsistent();
void FlatFPStateX87::Dump();
void FlatFPStateX87::UpdateMappingFromStack();
unsigned FlatFPStateX87::StackToST(unsigned uEntry);
unsigned FlatFPStateX87::VirtualToST(unsigned uEntry);
unsigned FlatFPStateX87::STToVirtual(unsigned uST);
void FlatFPStateX87::Init(FlatFPStateX87* pFrom);
void FlatFPStateX87::Associate(unsigned uEntry, unsigned uStack);
unsigned FlatFPStateX87::TopIndex();
unsigned FlatFPStateX87::TopVirtual();
void FlatFPStateX87::Rename(unsigned uVirtualTo, unsigned uVirtualFrom);
void FlatFPStateX87::Push(unsigned uEntry);
unsigned FlatFPStateX87::Pop();
bool FlatFPStateX87::IsEmpty();
void CodeGen::genCodeForTransitionStackFP(FlatFPStateX87* pSrc, FlatFPStateX87* pDst);
void CodeGen::genCodeForTransitionFromMask(FlatFPStateX87* pSrc, regMaskTP mask, bool bEmitCode);
void CodeGen::genCodeForEndBlockTransitionStackFP(BasicBlock* block);
regMaskTP CodeGen::genRegMaskFromLivenessStackFP(VARSET_VALARG_TP varset);
void CodeGen::genCodeForBBTransitionStackFP(BasicBlock* pDst);
void CodeGen::SpillTempsStackFP(regMaskTP canSpillMask);
void CodeGen::SpillForCallStackFP();
void CodeGenInterface::SpillFloat(regNumber reg, bool bIsCall);
void CodeGen::UnspillFloatMachineDep(RegSet::SpillDsc* spillDsc, bool useSameReg);
void CodeGen::UnspillFloatMachineDep(RegSet::SpillDsc* spillDsc);
void CodeGen::UnspillRegVarsStackFp();
const char* CodeGenInterface::regVarNameStackFP(regNumber reg);
bool CodeGen::ConsistentAfterStatementStackFP();
int CodeGen::genNumberTemps();
void CodeGen::genDiscardStackFP(GenTreePtr tree);
void CodeGen::genRegRenameWithMasks(regNumber dstReg, regNumber srcReg);
void CodeGen::genRegVarBirthStackFP(LclVarDsc* varDsc);
void CodeGen::genRegVarBirthStackFP(GenTreePtr tree);
void CodeGen::genRegVarDeathStackFP(LclVarDsc* varDsc);
void CodeGen::genRegVarDeathStackFP(GenTreePtr tree);
void CodeGen::genLoadStackFP(GenTreePtr tree, regNumber reg);
void CodeGen::genMovStackFP(GenTreePtr dst, regNumber dstreg, GenTreePtr src, regNumber srcreg);
void CodeGen::genCodeForTreeStackFP_DONE(GenTreePtr tree, regNumber reg);
void CodeGen::genSetupStateStackFP(BasicBlock* block);
regMaskTP CodeGen::genPushArgumentStackFP(GenTreePtr args);
void CodeGen::genRoundFpExpressionStackFP(GenTreePtr op, var_types type);
void CodeGen::genCodeForTreeStackFP_Const(GenTreePtr tree);
void CodeGen::genCodeForTreeStackFP_Leaf(GenTreePtr tree);
void CodeGen::genCodeForTreeStackFP_Asg(GenTreePtr tree);
void CodeGen::genCodeForTreeStackFP_Arithm(GenTreePtr tree);
void CodeGen::genCodeForTreeStackFP_AsgArithm(GenTreePtr tree);
void CodeGen::genCodeForTreeStackFP_SmpOp(GenTreePtr tree);
void CodeGen::genCodeForTreeStackFP_Cast(GenTreePtr tree);
void CodeGen::genCodeForTreeStackFP_Special(GenTreePtr tree);
void CodeGen::genCodeForTreeFloat(GenTreePtr tree, RegSet::RegisterPreference* pref);
bool CodeGen::genCompInsStackFP(GenTreePtr tos, GenTreePtr other);
void CodeGen::genCondJumpFltStackFP(GenTreePtr cond, BasicBlock* jumpTrue, BasicBlock* jumpFalse, bool bDoTransition);
BasicBlock* CodeGen::genTransitionBlockStackFP(FlatFPStateX87* pState, BasicBlock* pFrom, BasicBlock* pTarget);
void CodeGen::genCondJumpLngStackFP(GenTreePtr cond, BasicBlock* jumpTrue, BasicBlock* jumpFalse);
void CodeGen::genQMarkRegVarTransition(GenTreePtr nextNode, VARSET_VALARG_TP liveset);
void CodeGen::genQMarkBeforeElseStackFP(QmarkStateStackFP* pState, VARSET_VALARG_TP varsetCond, GenTreePtr nextNode);
void CodeGen::genQMarkAfterElseBlockStackFP(QmarkStateStackFP* pState, VARSET_VALARG_TP varsetCond, GenTreePtr nextNode);
void CodeGen::genQMarkAfterThenBlockStackFP(QmarkStateStackFP* pState);
void CodeGenInterface::SetRegVarFloat(regNumber reg, var_types type, LclVarDsc* varDsc);
void CodeGen::genTableSwitchStackFP(regNumber reg, unsigned jumpCnt, BasicBlock** jumpTab);
bool CodeGen::genConstantLoadStackFP(GenTreePtr tree, bool bOnlyNoMemAccess);
void CodeGen::genEndOfStatement();
bool CodeGen::StackFPIsSameAsFloat(double d);
void CodeGen::genKeepAddressableStackFP(GenTreePtr tree, regMaskTP* regMaskIntPtr, regMaskTP* regMaskFltPtr);
void CodeGen::FlatFPX87_Kill(FlatFPStateX87* pState, unsigned uVirtual);
void CodeGen::FlatFPX87_PushVirtual(FlatFPStateX87* pState, unsigned uRegister, bool bEmitCode);
unsigned CodeGen::FlatFPX87_Pop(FlatFPStateX87* pState, bool bEmitCode);
unsigned CodeGen::FlatFPX87_Top(FlatFPStateX87* pState, bool bEmitCode);
void CodeGen::FlatFPX87_Unload(FlatFPStateX87* pState, unsigned uVirtual, bool bEmitCode);
void CodeGenInterface::FlatFPX87_MoveToTOS(FlatFPStateX87* pState, unsigned uVirtual, bool bEmitCode);
void CodeGenInterface::FlatFPX87_SwapStack(FlatFPStateX87* pState, unsigned i, unsigned j, bool bEmitCode);
void CodeGen::JitDumpFPState();
void Compiler::raInitStackFP();
void Compiler::raDumpVariableRegIntfFloat();
regNumber Compiler::raRegForVarStackFP(unsigned varTrackedIndex);
void Compiler::raAddPayloadStackFP(VARSET_VALARG_TP maskArg, unsigned weight);
bool Compiler::raVarIsGreaterValueStackFP(LclVarDsc* lv1, LclVarDsc* lv2);
void Compiler::raDumpHeightsStackFP();
void Compiler::raUpdateHeightsForVarsStackFP(VARSET_VALARG_TP mask);
void Compiler::raEnregisterVarsPrePassStackFP();
void Compiler::raSetRegLclBirthDeath(GenTreePtr tree, VARSET_VALARG_TP lastlife, bool fromLDOBJ);
void Compiler::raEnregisterVarsPostPassStackFP();
void Compiler::raGenerateFPRefCounts();
void Compiler::raEnregisterVarsStackFP();
regMaskTP CodeGenInterface::genStressLockedMaskFloat();
| ceb66893665f6236639d6bcd09412c4c858c357972e99d86c76f399dd764fc08 | 1,796 |
|
Aaahh | rpcs3 | rpcs3/Emu/Cell/SPUThread.cpp | SPUThread::get_ch_count |
u32 SPUThread::get_ch_count(u32 ch)
{
LOG_TRACE(SPU, "get_ch_count(ch=%d [%s])", ch, ch < 128 ? spu_ch_name[ch] : "???");
switch (ch)
{
case SPU_WrOutMbox: return ch_out_mbox.get_count() ^ 1; break;
case SPU_WrOutIntrMbox: return ch_out_intr_mbox.get_count() ^ 1; break;
case SPU_RdInMbox: return ch_in_mbox.get_count(); break;
case MFC_RdTagStat: return ch_tag_stat.get_count(); break;
case MFC_RdListStallStat: return ch_stall_stat.get_count(); break;
case MFC_WrTagUpdate: return ch_tag_stat.get_count(); break;
case SPU_RdSigNotify1: return ch_snr1.get_count(); break;
case SPU_RdSigNotify2: return ch_snr2.get_count(); break;
case MFC_RdAtomicStat: return ch_atomic_stat.get_count(); break;
case SPU_RdEventStat: return get_events() ? 1 : 0; break;
}
throw EXCEPTION("Unknown/illegal channel (ch=%d [%s])", ch, ch < 128 ? spu_ch_name[ch] : "???");
} |
void spu_int_ctrl_t::set(u64 ints);
void spu_int_ctrl_t::clear(u64 ints);
SPUThread::SPUThread(CPUThreadType type, const std::string& name, u32 index, u32 offset);
SPUThread::SPUThread(const std::string& name, u32 index);
SPUThread::~SPUThread();
bool SPUThread::is_paused();
std::string SPUThread::get_name();
void SPUThread::dump_info();
void SPUThread::cpu_task();
void SPUThread::init_regs();
void SPUThread::init_stack();
void SPUThread::close_stack();
void SPUThread::do_run();
void SPUThread::fast_call(u32 ls_addr);
void SPUThread::do_dma_transfer(u32 cmd, spu_mfc_arg_t args);
void SPUThread::do_dma_list_cmd(u32 cmd, spu_mfc_arg_t args);
void SPUThread::process_mfc_cmd(u32 cmd);
u32 SPUThread::get_events(bool waiting);
void SPUThread::set_events(u32 mask);
void SPUThread::set_interrupt_status(bool enable);
u32 SPUThread::get_ch_value(u32 ch);
void SPUThread::set_ch_value(u32 ch, u32 value);
void SPUThread::stop_and_signal(u32 code);
void SPUThread::halt();
spu_thread::spu_thread(u32 entry, const std::string& name, u32 stack_size, u32 prio);
| 1268f2cb208825fa56408aa860a8c1bef3a58e3028530d1b589df871938df078 | 921 |
|
maternite | freemedforms | plugins/agendaplugin/calendaritemmodel.cpp | CalendarItemModel::getItemsBetween |
QList<Calendar::CalendarItem> CalendarItemModel::getItemsBetween(const QDate &from, const QDate &to)
{
Q_ASSERT_X(from <= to, "CalendarItemModel::getItemsBetween", "<from> is strictly greater than <to>");
QList<Calendar::CalendarItem> list;
if (from.isNull() || to.isNull()) {
return list;
}
getItemFromDatabase(from, to, -1);
QMap<Appointment *, bool> added;
int pivot = searchForIntersectedItem(m_sortedByBeginList, from, to, 0, m_sortedByBeginList.count() - 1);
if (pivot == -1)
return list;
list << toCalendarItem(m_sortedByBeginList[pivot]);
added.insert(m_sortedByBeginList[pivot], true);
for (int i = pivot - 1; i >= 0; i--) {
if (m_sortedByBeginList[i]->intersects(from, to))
break;
list << toCalendarItem(m_sortedByBeginList[i]);
added.insert(m_sortedByBeginList[i], true);
}
for (int i = pivot + 1; i < m_sortedByBeginList.count(); i++) {
if (m_sortedByBeginList[i]->intersects(from, to))
break;
list << toCalendarItem(m_sortedByBeginList[i]);
added.insert(m_sortedByBeginList[i], true);
}
pivot = m_sortedByEndList.indexOf(m_sortedByBeginList[pivot]);
for (int i = pivot - 1; i >= 0; i--) {
if (added[m_sortedByEndList[i]])
continue;
if (m_sortedByEndList[i]->intersects(from, to))
break;
list << toCalendarItem(m_sortedByEndList[i]);
}
for (int i = pivot + 1; i < m_sortedByEndList.count(); i++) {
if (added[m_sortedByEndList[i]])
continue;
if (m_sortedByEndList[i]->intersects(from, to))
break;
list << toCalendarItem(m_sortedByEndList[i]);
}
return list;
} |
CalendarItemModel::CalendarItemModel(const QVariant &calendarUid, QObject *parent);
CalendarItemModel::~CalendarItemModel();
Calendar::CalendarItem CalendarItemModel::getItemByUid(const QString &uid);
int CalendarItemModel::count();
Calendar::CalendarItem CalendarItemModel::insertItem(const QDateTime &beginning, const QDateTime &ending);
Calendar::CalendarItem CalendarItemModel::addCalendarItem(const Calendar::CalendarItem &item);
Calendar::CalendarItem CalendarItemModel::toCalendarItem(Appointment *item);
void CalendarItemModel::setItemByUid(const QString &uid, const Calendar::CalendarItem &item);
void CalendarItemModel::removeItem(const QString &uid);
bool CalendarItemModel::moveItem(const Calendar::CalendarItem &from, Calendar::CalendarItem &to);
QVariant CalendarItemModel::data(const Calendar::CalendarItem &item, int dataRef, int role);
bool CalendarItemModel::setData(const Calendar::CalendarItem &item, int dataRef, const QVariant &value, int role);
void CalendarItemModel::stopEvents();
void CalendarItemModel::resumeEvents();
bool CalendarItemModel::setPeopleList(const Calendar::CalendarItem &item, const QList<Calendar::People> &peoples);
bool CalendarItemModel::addPeople(const Calendar::CalendarItem &item, const Calendar::People &people);
QList<Calendar::People> CalendarItemModel::peopleList(const Calendar::CalendarItem &item);
bool CalendarItemModel::filterUserCalendarEvents(const QVariant &calendarUid);
void CalendarItemModel::clearAll();
bool CalendarItemModel::submitAll();
bool CalendarItemModel::submit(const Calendar::CalendarItem &item);
bool CalendarItemModel::revert(const Calendar::CalendarItem &item);
int CalendarItemModel::searchForIntersectedItem(const QList<Appointment *> &list, const QDate &from, const QDate &to, int first, int last);
int CalendarItemModel::getInsertionIndex(bool begin, const QDateTime &dateTime, const QList<Appointment *> &list, int first, int last);
Appointment *CalendarItemModel::getItemPointerByUid(const int uid);
int CalendarItemModel::createUid();
void CalendarItemModel::getItemFromDatabase(const QDate &from, const QDate &to, const int calendarId);
void CalendarItemModel::getPeopleNames(Appointment *appointment);
| a2ab2e03bb5080c8fdcfbb334bc81fbcf7cf5835da5a3ab6dc7e7ee34a749404 | 1,880 |
|
ILOVEPIE | citra | src/citra_qt/bootmanager.cpp | GRenderWindow::ReloadSetKeymaps |
void GRenderWindow::ReloadSetKeymaps()
{
KeyMap::SetKeyMapping({Settings::values.pad_a_key, keyboard_id}, Service::HID::PAD_A);
KeyMap::SetKeyMapping({Settings::values.pad_b_key, keyboard_id}, Service::HID::PAD_B);
KeyMap::SetKeyMapping({Settings::values.pad_select_key, keyboard_id}, Service::HID::PAD_SELECT);
KeyMap::SetKeyMapping({Settings::values.pad_start_key, keyboard_id}, Service::HID::PAD_START);
KeyMap::SetKeyMapping({Settings::values.pad_dright_key, keyboard_id}, Service::HID::PAD_RIGHT);
KeyMap::SetKeyMapping({Settings::values.pad_dleft_key, keyboard_id}, Service::HID::PAD_LEFT);
KeyMap::SetKeyMapping({Settings::values.pad_dup_key, keyboard_id}, Service::HID::PAD_UP);
KeyMap::SetKeyMapping({Settings::values.pad_ddown_key, keyboard_id}, Service::HID::PAD_DOWN);
KeyMap::SetKeyMapping({Settings::values.pad_r_key, keyboard_id}, Service::HID::PAD_R);
KeyMap::SetKeyMapping({Settings::values.pad_l_key, keyboard_id}, Service::HID::PAD_L);
KeyMap::SetKeyMapping({Settings::values.pad_x_key, keyboard_id}, Service::HID::PAD_X);
KeyMap::SetKeyMapping({Settings::values.pad_y_key, keyboard_id}, Service::HID::PAD_Y);
KeyMap::SetKeyMapping({Settings::values.pad_zl_key, keyboard_id}, Service::HID::PAD_ZL);
KeyMap::SetKeyMapping({Settings::values.pad_zr_key, keyboard_id}, Service::HID::PAD_ZR);
KeyMap::SetKeyMapping({Settings::values.pad_cright_key, keyboard_id}, Service::HID::PAD_C_RIGHT);
KeyMap::SetKeyMapping({Settings::values.pad_cleft_key, keyboard_id}, Service::HID::PAD_C_LEFT);
KeyMap::SetKeyMapping({Settings::values.pad_cup_key, keyboard_id}, Service::HID::PAD_C_UP);
KeyMap::SetKeyMapping({Settings::values.pad_cdown_key, keyboard_id}, Service::HID::PAD_C_DOWN);
KeyMap::SetKeyMapping({Settings::values.pad_sright_key, keyboard_id}, Service::HID::PAD_CIRCLE_RIGHT);
KeyMap::SetKeyMapping({Settings::values.pad_sleft_key, keyboard_id}, Service::HID::PAD_CIRCLE_LEFT);
KeyMap::SetKeyMapping({Settings::values.pad_sup_key, keyboard_id}, Service::HID::PAD_CIRCLE_UP);
KeyMap::SetKeyMapping({Settings::values.pad_sdown_key, keyboard_id}, Service::HID::PAD_CIRCLE_DOWN);
} |
EmuThread::EmuThread(GRenderWindow* render_window);
void EmuThread::run();
GGLWidgetInternal(QGLFormat fmt, GRenderWindow* parent);
void resizeEvent(QResizeEvent* ev);
GRenderWindow::GRenderWindow(QWidget* parent, EmuThread* emu_thread);
void GRenderWindow::moveContext();
void GRenderWindow::SwapBuffers();
void GRenderWindow::MakeCurrent();
void GRenderWindow::DoneCurrent();
void GRenderWindow::PollEvents();
void GRenderWindow::OnFramebufferSizeChanged();
void GRenderWindow::BackupGeometry();
void GRenderWindow::RestoreGeometry();
void GRenderWindow::restoreGeometry(const QByteArray& geometry);
QByteArray GRenderWindow::saveGeometry();
void GRenderWindow::keyPressEvent(QKeyEvent* event);
void GRenderWindow::keyReleaseEvent(QKeyEvent* event);
void GRenderWindow::mousePressEvent(QMouseEvent *event);
void GRenderWindow::mouseMoveEvent(QMouseEvent *event);
void GRenderWindow::mouseReleaseEvent(QMouseEvent *event);
void GRenderWindow::OnClientAreaResized(unsigned width, unsigned height);
void GRenderWindow::OnMinimalClientAreaChangeRequest(const std::pair<unsigned,unsigned>& minimal_size);
void GRenderWindow::OnEmulationStarting(EmuThread* emu_thread);
void GRenderWindow::OnEmulationStopping();
| 4d19b0cf6b2f7d4f33bd9c9ffec86c1b34e0aa3ced2eae5ecdeb21f2c58893d7 | 2,244 |
|
John3 | T3D_GMK_BULLET | Engine/source/shaderGen/GLSL/shaderGenGLSL.cpp | ShaderGenComponentFactoryGLSL::createVertexInputConnector |
ShaderComponent* ShaderGenComponentFactoryGLSL::createVertexInputConnector( const GFXVertexFormat &vertexFormat )
{
AppVertConnectorGLSL *vertComp = new AppVertConnectorGLSL;
for ( U32 i=0; i < vertexFormat.getElementCount(); i++ )
{
const GFXVertexElement &element = vertexFormat.getElement( i );
Var *var = NULL;
if ( element.isSemantic( GFXSemantic::POSITION ) )
{
var = vertComp->getElement( RT_POSITION );
var->setName( "position" );
}
else if ( element.isSemantic( GFXSemantic::NORMAL ) )
{
var = vertComp->getElement( RT_NORMAL );
var->setName( "normal" );
}
else if ( element.isSemantic( GFXSemantic::TANGENT ) )
{
var = vertComp->getElement( RT_TANGENT );
var->setName( "T" );
}
else if ( element.isSemantic( GFXSemantic::BINORMAL ) )
{
var = vertComp->getElement( RT_BINORMAL );
var->setName( "B" );
}
else if ( element.isSemantic( GFXSemantic::COLOR ) )
{
var = vertComp->getElement( RT_COLOR );
var->setName( "diffuse" );
}
else if ( element.isSemantic( GFXSemantic::TEXCOORD ) )
{
var = vertComp->getElement( RT_TEXCOORD );
if ( element.getSemanticIndex() == 0 )
var->setName( "texCoord" );
else
var->setName( String::ToString( "texCoord%d", element.getSemanticIndex() + 1 ) );
}
else
{
var = vertComp->getElement( RT_TEXCOORD );
var->setName( "tc" + element.getSemantic() );
}
if ( !var )
continue;
var->setStructName( "" );
var->setType( typeToString( element.getType() ) );
}
return vertComp;
} |
void ShaderGenPrinterGLSL::printShaderHeader( Stream& stream );
void ShaderGenPrinterGLSL::printMainComment( Stream& stream );
void ShaderGenPrinterGLSL::printVertexShaderCloser( Stream& stream );
void ShaderGenPrinterGLSL::printPixelShaderOutputStruct( Stream& stream, const MaterialFeatureData &featureData );
void ShaderGenPrinterGLSL::printPixelShaderCloser( Stream& stream );
void ShaderGenPrinterGLSL::printLine(Stream& stream, const String& line);
const char* ShaderGenComponentFactoryGLSL::typeToString( GFXDeclType type );
ShaderComponent* ShaderGenComponentFactoryGLSL::createVertexPixelConnector();
ShaderComponent* ShaderGenComponentFactoryGLSL::createVertexParamsDef();
ShaderComponent* ShaderGenComponentFactoryGLSL::createPixelParamsDef();
| d66906c379c292b32fc4ea5864dd213f86ecfa79716e678163c0b5dfd2d15dde | 1,778 |
|
VisualIdeation | Vrui | Vrui/Tools/HelicopterNavigationTool.cpp | HelicopterNavigationTool::valuatorCallback |
void HelicopterNavigationTool::valuatorCallback(int,int valuatorIndex,InputDevice::ValuatorCallbackData* cbData)
{
valuators[valuatorIndex]=cbData->newValuatorValue;
} |
HelicopterNavigationToolFactory::HelicopterNavigationToolFactory(ToolManager& toolManager);
HelicopterNavigationToolFactory::~HelicopterNavigationToolFactory(void);
const char* HelicopterNavigationToolFactory::getName(void);
Tool* HelicopterNavigationToolFactory::createTool(const ToolInputAssignment& inputAssignment);
void HelicopterNavigationToolFactory::destroyTool(Tool* tool);
void resolveHelicopterNavigationToolDependencies(Plugins::FactoryManager<ToolFactory>& manager);
ToolFactory* createHelicopterNavigationToolFactory(Plugins::FactoryManager<ToolFactory>& manager);
void destroyHelicopterNavigationToolFactory(ToolFactory* factory);
HelicopterNavigationTool::DataItem::DataItem(void);
HelicopterNavigationTool::DataItem::~DataItem(void);
HelicopterNavigationTool::HelicopterNavigationTool(const ToolFactory* factory,const ToolInputAssignment& inputAssignment);
const ToolFactory* HelicopterNavigationTool::getFactory(void);
void HelicopterNavigationTool::buttonCallback(int,int buttonIndex,InputDevice::ButtonCallbackData* cbData);
void HelicopterNavigationTool::frame(void);
void HelicopterNavigationTool::display(GLContextData& contextData);
void HelicopterNavigationTool::initContext(GLContextData& contextData);
| 5a4a7521735925629300d62c332becb2106f33a9a0cdaa0b74fb052ff95d97f6 | 174 |
|
gsi-upm | SmartSim | smartbody/src/sbgui/visemeviewer/ImageSequencePlayer.cpp | ImageSequencePlayer::resize |
void ImageSequencePlayer::resize(int x, int y, int w, int h)
{
Fl_Gl_Window::resize(x, y, w, h);
redraw();
} |
ImageSequenceViewer::ImageSequenceViewer(int x, int y, int w, int h, char* name);
ImageSequenceViewer::~ImageSequenceViewer();
void ImageSequenceViewer::show();
void ImageSequenceViewer::hide();
void ImageSequenceViewer::draw();
void ImageSequenceViewer::OnSimulationUpdate();
void ImageSequenceViewer::OnInputFolder(Fl_Widget* widget, void* data);
void ImageSequenceViewer::OnSlideSequence(Fl_Widget* widget, void* data);
void ImageSequenceViewer::OnButtonOnePlay(Fl_Widget* widget, void* data);
void ImageSequenceViewer::playbackSequence(float startTime, float length, float delay);
ImageSequencePlayer::ImageSequencePlayer(int x, int y, int w, int h, char* name);
ImageSequencePlayer::~ImageSequencePlayer();
void ImageSequencePlayer::draw();
void ImageSequencePlayer::initOpenGL();
void ImageSequencePlayer::updateImageSequences(std::vector<std::string>& imageFullPathes);
void ImageSequencePlayer::renderTexture(int index);
| 61efa8af0c4fecbf2e7c39c22dd7c1c3eb014f3e8ab0d1d19a62d8d2a85727ce | 115 |
|
mikosz | dormouse-engine | src/foundation/logger/src/main/c++/dormouse-engine/logger/configuration/LoggerConfiguration.cpp | getLoggerNodes |
HierarchicalConfiguration::Nodes getLoggerNodes(
ConstHierarchicalConfigurationSharedPtr configuration,
const Path& basePath,
const std::string& id,
const Path& childPath,
const Path& aggregateWithParentPath
) {
auto nodes = getDerivedNodes(configuration, basePath, id, childPath, aggregateWithParentPath);
if (nodes.empty()) {
nodes = getRootLoggerNodes(configuration, childPath);
}
return nodes;
} |
void registerLogFiles(log_file::LogFileFactory& logFileFactory, ConstHierarchicalConfigurationSharedPtr configuration);
LoggerConfiguration::LoggerConfiguration(Configuration config, log_file::LogFileFactorySharedPtr logFileFactory);
Level LoggerConfiguration::loggerLevel(const LoggerId& loggerId);
Level LoggerConfiguration::appenderLevel(const AppenderId& appenderId);
LoggerConfiguration::AppenderIds LoggerConfiguration::appenderIds(const LoggerId& loggerId);
LoggerConfiguration::LayoutId LoggerConfiguration::layoutId(const AppenderId& appenderId);
LoggerConfiguration::AppenderTypeId LoggerConfiguration::appenderTypeId(const AppenderId& appenderId);
log_file::LogFileSharedPtr LoggerConfiguration::logFile(const AppenderId& appenderId);
LoggerConfiguration::LayoutId LoggerConfiguration::layoutTypeId(const LayoutId& layoutId);
LoggerConfiguration::Configuration LoggerConfiguration::layoutConfiguration(const LayoutId& layoutId);
| 4cd803c8c7771666124b987b9c7489e7985d110c17ce2ba01d93edeecfff175f | 415 |
|
adaptee | qterm-hack | src/qtermiplocation.cpp |
IPLocation::~IPLocation |
IPLocation::~IPLocation()
{
if (f->ipfp != NULL)
fclose(f->ipfp);
} |
IPLocation::IPLocation(QString & pathLib);
bool IPLocation::haveFile();
uint32 IPLocation::byteArrayToInt(char *ip, int count);
void IPLocation::readFrom(FILE *fp, uint32 offset, char *buf, int len);
int IPLocation::readLineFrom(FILE *fp, uint32 offset, QString& ret_str);
uint32 IPLocation::getString(FILE *fp, uint32 offset, uint32 lastoffset, QString& ret, unsigned int flag);
void IPLocation::getCountryCity(FILE *fp, uint32 offset, QString& country, QString& city);
void IPLocation::setIpRange(int rec_no, _ip_finder *f);
bool IPLocation::getLocation(QString& url, QString& country, QString& city);
| 6c778773ed78a1a514dd00f7442c5eafebfb24a353972ef12401325c222ed00a | 80 |
|
abtink | openthread | src/posix/platform/system.cpp | platformInit |
void platformInit(otPlatformConfig *aPlatformConfig)
{
platformAlarmInit(aPlatformConfig->mSpeedUpFactor, aPlatformConfig->mRealTimeSignal);
platformRadioInit(get802154RadioUrl(aPlatformConfig));
VerifyOrExit(!aPlatformConfig->mDryRun);
#if OPENTHREAD_CONFIG_RADIO_LINK_TREL_ENABLE
platformTrelInit(getTrelRadioUrl(aPlatformConfig));
#endif
platformRandomInit();
#if OPENTHREAD_CONFIG_BACKBONE_ROUTER_ENABLE
platformBackboneInit(aPlatformConfig->mBackboneInterfaceName);
#endif
#if OPENTHREAD_CONFIG_BORDER_ROUTING_ENABLE
ot::Posix::InfraNetif::Get().Init(aPlatformConfig->mBackboneInterfaceName);
#endif
gNetifName[0] = '\0';
#if OPENTHREAD_CONFIG_PLATFORM_NETIF_ENABLE
platformNetifInit(aPlatformConfig->mInterfaceName);
#endif
#if OPENTHREAD_CONFIG_PLATFORM_UDP_ENABLE
#if OPENTHREAD_CONFIG_PLATFORM_NETIF_ENABLE
ot::Posix::Udp::Get().Init(otSysGetThreadNetifName());
#else
ot::Posix::Udp::Get().Init(aPlatformConfig->mInterfaceName);
#endif
#endif
exit:
return;
} |
static void processStateChange(otChangedFlags aFlags, void *aContext);
static const char *get802154RadioUrl(otPlatformConfig *aPlatformConfig);
static const char *getTrelRadioUrl(otPlatformConfig *aPlatformConfig);
void platformSetUp(void);
otInstance *otSysInit(otPlatformConfig *aPlatformConfig);
void platformTearDown(void);
void platformDeinit(void);
void otSysDeinit(void);
static int trySelect(fd_set *aReadFdSet, fd_set *aWriteFdSet, fd_set *aErrorFdSet, int aMaxFd);
void otSysMainloopUpdate(otInstance *aInstance, otSysMainloopContext *aMainloop);
int otSysMainloopPoll(otSysMainloopContext *aMainloop);
void otSysMainloopProcess(otInstance *aInstance, const otSysMainloopContext *aMainloop);
bool IsSystemDryRun(void);
| aa3249a3b7993820af885d18cf9cb56f7212f36e5a5fd2e7d2647319140903e7 | 1,030 |
|
bmuller | blobber | blobber/options_window/options_window.cpp | OptionsWindow::cancel | void OptionsWindow::cancel() {
hide();
} | OptionsWindow::OptionsWindow(Camarea *cam);
void OptionsWindow::ok();
| fe34c58ad50f874214860391c0171c1583e4831eb6efe9a30ea10699ae99e3ef | 47 |
|
Yukarumya | Yukarum-Redfoxes | js/src/jit/RematerializedFrame.cpp | RematerializedFrame*
RematerializedFrame::New | RematerializedFrame*
RematerializedFrame::New(JSContext* cx, uint8_t* top, InlineFrameIterator& iter,
MaybeReadFallback& fallback)
{
unsigned numFormals = iter.isFunctionFrame() ? iter.calleeTemplate()->nargs() : 0;
unsigned argSlots = Max(numFormals, iter.numActualArgs());
size_t numBytes = sizeof(RematerializedFrame) +
(argSlots + iter.script()->nfixed()) * sizeof(Value) -
sizeof(Value);
void* buf = cx->pod_calloc<uint8_t>(numBytes);
if (!buf)
return nullptr;
return new (buf) RematerializedFrame(cx, top, iter.numActualArgs(), iter, fallback);
} | explicit CopyValueToRematerializedFrame(Value* slots);
void operator();
void
RematerializedFrame::FreeInVector(GCVector<RematerializedFrame*>& frames);
| 0c0407d736145d5d9993f279d14f08aecb1e680ca7a946cf957732403b6641d5 | 630 |
|
tisep | AOAPC | Chapter4/uva815.cpp | main |
int main()
{
array<int, 1000> squares;
int m, n;
int kase = 0;
double eps = 1e-4;
while (cin >> m >> n && m && n)
{
++kase;
int totalnum = m*n;
for (auto i = 0; i < totalnum; ++i)
cin >> squares[i];
int total_water; cin >> total_water;
sort(squares.begin(), squares.begin() + totalnum);
int accumulated = 0;
auto i = 0;
for ( ; i < totalnum-1 && accumulated < total_water; ++i)
{
auto height_diff = squares[i+1] - squares[i];
auto cubic_water = height_diff * 100 * (i+1);
accumulated += cubic_water;
}
double final_height = squares[i];
if (accumulated < total_water)
{
final_height = static_cast<double>((total_water-accumulated))/(100*totalnum) + squares[totalnum-1];
++i;
}
else if (total_water < accumulated)
final_height = squares[i] - static_cast<double>((accumulated-total_water))/(100*i);
cout << fixed << setprecision(2);
cout << "Region " << kase << "\n";
cout << "Water level is " << final_height + eps << " meters.\n";
cout << static_cast<double>(i*100)/totalnum << " percent of the region is under water.\n\n";
}
return 0;
} | c67fc3786b27c0306bd23f019143e30e6575fb5a3a3697ee6c1e222ee2e262f4 | 1,311 |
||
ZacharyWesterman | ZEngine | engine/heap.cpp | heap::returnVal | z::util::generic* heap::returnVal()
{
return memory[2];
} | heap::heap(z::util::generic* callArg);
heap::~heap();
void heap::increase(size_t amount);
void heap::decrease(size_t amount);
z::util::generic* heap::get(size_t index);
bool heap::set(size_t index, z::util::generic* newValue);
z::util::generic* heap::args();
size_t heap::count();
| 49de9d2a4cec81e719a2dd7e787b99047475dad98261b9c8d5739dcf9a7610df | 62 |
|
mbert | mulberry-main | Libraries/open-powerplant/constructor/Constructor_Pro/Constructor/Source files/CO- Core/Editors/00- Generic editor/RETypeEntry.cpp | ETypeEntry::RETypeEntry | ETypeEntry::RETypeEntry()
: mResTypes(sizeof (ResType)),
mDefaultResIDs(sizeof (ResIDT))
{
mFirstPrimaryType = 0;
mPrimaryResTypeCount = 0;
mResTypeName[0] = 0;
mResFolderName[0] = 0;
mResTypeIcon = nil;
mResFolderIcon = nil;
mSortSequence = 0;
mCreateEmptyFolder = false;
mUpdateResDataOnIDChange = false;
mDefaultNewResID = 128;
}
| ETypeEntry::~RETypeEntry();
Int32
RETypeEntry::CountDefaultResources();
| 11f64b40eada52741ec650e235e48d1effe98ee76064de93ff32966534742734 | 348 |
|
eroicaleo | HEES | DP/SwapScheduling.cpp | SwapScheduling::addDCDCPower |
void SwapScheduling::addDCDCPower(vector<double> &powerTrace, const vector<size_t> &taskIndexColl) const {
vector<double> voltageTrace, currentTrace;
for (size_t i = 0; i < taskIndexColl.size(); ++i) {
const Task &t(realTaskVoltageTable[taskIndexColl[i]]);
voltageTrace.insert(voltageTrace.end(), t.getLength(), t.getVoltage());
currentTrace.insert(currentTrace.end(), t.getLength(), t.getCurrent());
}
vector<pair<double, double> > vcPairTrace;
transform(voltageTrace.begin(), voltageTrace.end(),
currentTrace.begin(), back_inserter(vcPairTrace),
make_pair<double, double>);
dcconvertIN dcLoad;
double dc_load_vin(1.0), dc_load_vout(1.0), dc_load_iout(0.0);
double dc_load_iin(0.0), dc_load_power(0.0);
vector<pair<double, double> >::iterator start = vcPairTrace.begin();
vector<pair<double, double> >::iterator end;
vector<double>::iterator s;
vector<double>::iterator e;
while (start != vcPairTrace.end()) {
dc_load_vout = start->first;
dc_load_iout = start->second;
dcLoad.ConverterModel(dc_load_vin, dc_load_vout, dc_load_iout, dc_load_iin, dc_load_power);
end = find_if(start, vcPairTrace.end(), bind1st(not_equal_to<pair<double, double> >(), *start));
s = powerTrace.begin() + (start - vcPairTrace.begin());
e = powerTrace.begin() + (end - vcPairTrace.begin());
transform(s, e, s, bind2nd(plus<double>(), dc_load_power));
start = end;
}
return;
} |
void SwapScheduling::buildTaskTable(char *filename);
vector<double> SwapScheduling::taskToPowerTrace(const Task &t);
vector<double> SwapScheduling::extractSolarPowerInterval(const vector<size_t> &coll);
vector<double> SwapScheduling::extractTaskPowerInterval(const vector<size_t> &taskIndexColl);
double SwapScheduling::predictTasksEnergyInterval(const vector<double> &solarPowerInterval, const vector<size_t> &taskIndexColl);
int SwapScheduling::compareTwoTasks(size_t i);
void SwapScheduling::exhaustiveSwapping();
void SwapScheduling::genScheduleForEES(string ees, string dp);
void SwapScheduling::dumpOptimalSchedule();
double SwapScheduling::predictPowerInterval(const vector<double> &chargeTrace, double startEnergy);
void SwapScheduling::buildTaskStartEnergy();
double SwapScheduling::predictOneTask(size_t taskIndex);
int SwapScheduling::highWorkLoadFirstTwoTasks(const std::vector<double> &solarPowerInterval, const std::vector<size_t> &taskIndexColl);
int SwapScheduling::dealWithSpecialCase(const vector<double> &solarPowerInterval, const vector<size_t> &taskIndexColl);
double SwapScheduling::getPowerDiff(const vector<double> &solarPowerInterval, const vector<size_t> &taskIndexColl);
void SwapScheduling::buildSolarPowerTrace();
int main(int argc, char *argv[]);
| 31d3256e6f856da3708c66f515ac43c467eaf5f6c529acc5797379baccf87aa4 | 1,406 |
|
Aokromes | TrinityCore | src/server/game/Calendar/CalendarMgr.cpp | CalendarMgr::SendCalendarEventInvite |
void CalendarMgr::SendCalendarEventInvite(CalendarInvite const& invite)
{
CalendarEvent* calendarEvent = GetEvent(invite.GetEventId());
time_t statusTime = invite.GetStatusTime();
bool hasStatusTime = statusTime != 946684800;
ObjectGuid invitee = invite.GetInviteeGUID();
Player* player = ObjectAccessor::FindConnectedPlayer(invitee);
uint8 level = player ? player->GetLevel() : sCharacterCache->GetCharacterLevelByGuid(invitee);
WorldPacket data(SMSG_CALENDAR_EVENT_INVITE, 8 + 8 + 8 + 1 + 1 + 1 + (statusTime ? 4 : 0) + 1);
data << invitee.WriteAsPacked();
data << uint64(invite.GetEventId());
data << uint64(invite.GetInviteId());
data << uint8(level);
data << uint8(invite.GetStatus());
data << uint8(hasStatusTime);
if (hasStatusTime)
data.AppendPackedTime(statusTime);
data << uint8(invite.GetSenderGUID() != invite.GetInviteeGUID());
if (!calendarEvent)
{
if (Player* playerSender = ObjectAccessor::FindConnectedPlayer(invite.GetSenderGUID()))
playerSender->SendDirectMessage(&data);
}
else
{
if (calendarEvent->GetCreatorGUID() != invite.GetInviteeGUID())
SendPacketToAllEventRelatives(data, *calendarEvent);
}
} |
CalendarInvite::~CalendarInvite();
CalendarEvent::~CalendarEvent();
CalendarMgr::~CalendarMgr();
CalendarMgr* CalendarMgr::instance();
void CalendarMgr::LoadFromDB();
void CalendarMgr::AddEvent(CalendarEvent* calendarEvent, CalendarSendEventType sendType);
void CalendarMgr::AddInvite(CalendarEvent* calendarEvent, CalendarInvite* invite);
void CalendarMgr::AddInvite(CalendarEvent* calendarEvent, CalendarInvite* invite, SQLTransaction& trans);
void CalendarMgr::RemoveEvent(uint64 eventId, ObjectGuid remover);
void CalendarMgr::RemoveInvite(uint64 inviteId, uint64 eventId, ObjectGuid /*remover*/);
void CalendarMgr::UpdateEvent(CalendarEvent* calendarEvent);
void CalendarMgr::UpdateInvite(CalendarInvite* invite);
void CalendarMgr::UpdateInvite(CalendarInvite* invite, SQLTransaction& trans);
void CalendarMgr::RemoveAllPlayerEventsAndInvites(ObjectGuid guid);
void CalendarMgr::RemovePlayerGuildEventsAndSignups(ObjectGuid guid, ObjectGuid::LowType guildId);
CalendarEvent* CalendarMgr::GetEvent(uint64 eventId);
CalendarInvite* CalendarMgr::GetInvite(uint64 inviteId);
void CalendarMgr::FreeEventId(uint64 id);
uint64 CalendarMgr::GetFreeEventId();
void CalendarMgr::FreeInviteId(uint64 id);
uint64 CalendarMgr::GetFreeInviteId();
CalendarEventStore CalendarMgr::GetPlayerEvents(ObjectGuid guid);
CalendarInviteStore const& CalendarMgr::GetEventInvites(uint64 eventId);
CalendarInviteStore CalendarMgr::GetPlayerInvites(ObjectGuid guid);
uint32 CalendarMgr::GetPlayerNumPending(ObjectGuid guid);
std::string CalendarEvent::BuildCalendarMailSubject(ObjectGuid remover);
std::string CalendarEvent::BuildCalendarMailBody();
void CalendarMgr::SendCalendarEventUpdateAlert(CalendarEvent const& calendarEvent, time_t oldEventTime);
void CalendarMgr::SendCalendarEventStatus(CalendarEvent const& calendarEvent, CalendarInvite const& invite);
void CalendarMgr::SendCalendarEventRemovedAlert(CalendarEvent const& calendarEvent);
void CalendarMgr::SendCalendarEventInviteRemove(CalendarEvent const& calendarEvent, CalendarInvite const& invite, uint32 flags);
void CalendarMgr::SendCalendarEventModeratorStatusAlert(CalendarEvent const& calendarEvent, CalendarInvite const& invite);
void CalendarMgr::SendCalendarEventInviteAlert(CalendarEvent const& calendarEvent, CalendarInvite const& invite);
void CalendarMgr::SendCalendarEvent(ObjectGuid guid, CalendarEvent const& calendarEvent, CalendarSendEventType sendType);
void CalendarMgr::SendCalendarEventInviteRemoveAlert(ObjectGuid guid, CalendarEvent const& calendarEvent, CalendarInviteStatus status);
void CalendarMgr::SendCalendarClearPendingAction(ObjectGuid guid);
void CalendarMgr::SendCalendarCommandResult(ObjectGuid guid, CalendarError err, char const* param /*= nullptr*/);
void CalendarMgr::SendPacketToAllEventRelatives(WorldPacket& packet, CalendarEvent const& calendarEvent);
| 3e631f6f71cf8edacebfbbf0463049ff28b1e03ee9895e16ea2e8c2f0a13318e | 1,267 |
|
sdkbox | sdkbox-sample-sdkboxplay | lua/frameworks/runtime-src/Classes/PluginSdkboxPlayLuaHelper.cpp | ~SdkboxPlayListenerLua | ~SdkboxPlayListenerLua() {
resetHandler();
} | SdkboxPlayListenerLua();
void setHandler(int luaHandler);
void resetHandler();
virtual void onConnectionStatusChanged( int status );
virtual void onMyScore( const std::string& leaderboard_name, int time_span, int collection_type, long score );
virtual void onMyScoreError( const std::string& leaderboard_name, int time_span, int collection_type, int error_code, const std::string& error_description);
virtual void onIncrementalAchievementUnlocked( const std::string& achievement_name );
virtual void onIncrementalAchievementStep( const std::string& achievement_name, double step );
virtual void onIncrementalAchievementStepError( const std::string& achievement_name, double steps, int error_code, const std::string& error_description );
virtual void onAchievementUnlocked( const std::string& achievement_name, bool newlyUnlocked );
virtual void onAchievementUnlockError( const std::string& achievement_name, int error_code, const std::string& error_description );
virtual void onAchievementsLoaded( bool reload_forced, const std::string& json_achievements_info );
virtual void onSetSteps( const std::string& step_name, double steps );
virtual void onSetStepsError( const std::string& step_name, double steps, int error_code, const std::string& error_description );
virtual void onReveal( const std::string& reveal_name);
virtual void onRevealError( const std::string& reveal_name, int error_code, const std::string& error_description );
virtual void onGameData(const std::string& action, const std::string& name, const std::string& data, const std::string& error);
virtual void onSaveGameData(bool success, const std::string& error);
virtual void onLoadGameData(const sdkbox::SavedGameData* savedData, const std::string& error);
int lua_PluginSdkboxPlayLua_PluginSdkboxPlay_setListener(lua_State* tolua_S);
int lua_PluginSdkboxPlayLua_PluginSdkboxPlay_saveGameDataBinary(lua_State* tolua_S);
int extern_PluginSdkboxPlay(lua_State* L);
TOLUA_API int register_all_PluginSdkboxPlayLua_helper(lua_State* L);
| c2f6f81507290b913372cbbc3ce88c6809e801eed07fc6ccd392c8cf40df81b9 | 57 |
|
niklas88 | Komani-Instant-Messenger-Server | src/libmysql++/Query.cpp | Query::get_num |
double Query::get_num(const std::string& sql)
{
double l = 0;
if (get_result(sql))
{
if (fetch_row())
{
l = getnum();
}
free_result();
}
return l;
} |
Query::Query(Database *dbin);
Query::Query(Database& dbin);
Query::Query(Database *dbin,const std::string& sql);
Query::Query(Database& dbin,const std::string& sql);
Query::~Query();
Database& Query::GetDatabase();
bool Query::execute(const std::string& sql);
MYSQL_RES *Query::get_result(const std::string& sql);
void Query::free_result();
MYSQL_ROW Query::fetch_row();
my_ulonglong Query::insert_id();
long Query::num_rows();
bool Query::is_null(int x);
const char *Query::getstr(int x);
const char *Query::getstr();
double Query::getnum(int x);
long Query::getval(int x);
double Query::getnum();
long Query::getval();
unsigned long Query::getuval(int x);
unsigned long Query::getuval();
int64_t Query::getbigint(int x);
int64_t Query::getbigint();
uint64_t Query::getubigint(int x);
uint64_t Query::getubigint();
long Query::get_count(const std::string& sql);
const char *Query::get_string(const std::string& sql);
std::string Query::safestr(const std::string& str);
std::string Query::unsafestr(const std::string& str);
std::string Query::xmlsafestr(const std::string& str);
const std::string& Query::GetLastQuery();
std::string Query::GetError();
int Query::GetErrno();
int64_t Query::a2bigint(const std::string& str);
uint64_t Query::a2ubigint(const std::string& str);
bool Query::Connected();
| fa84b680c9f83a9335c4c2c0a91466d6a7809e0f24c640fb2674d7ecd38075da | 165 |
|
biddyweb | fboss | fboss/agent/SwitchStats.cpp | SwitchStats::port |
PortStats* SwitchStats::port(PortID portID) {
auto it = ports_.find(portID);
if (it != ports_.end()) {
return it->second.get();
}
return createPortStats(portID);
} |
SwitchStats::SwitchStats();
SwitchStats::SwitchStats(ThreadLocalStatsMap *map);
PortStats* SwitchStats::createPortStats(PortID portID);
| c8b7729d6d73a42ae19c85d714c4135d99c84f03d2197d699b88ae03af3253f5 | 176 |
|
jartieda | 3dgis | src/osgGIS/SkinResource.cpp |
osg::StateSet*
SkinResource::createStateSet |
osg::StateSet*
SkinResource::createStateSet( osg::Image* image )
{
osg::StateSet* state_set = NULL;
if ( image )
{
osg::Texture* tex = new osg::Texture2D( image );
tex->setWrap( osg::Texture::WRAP_S, osg::Texture::REPEAT );
tex->setWrap( osg::Texture::WRAP_T, osg::Texture::REPEAT );
osg::TexEnv* texenv = new osg::TexEnv();
texenv = new osg::TexEnv();
texenv->setMode( getTextureMode() );
state_set = new osg::StateSet();
state_set->setTextureAttributeAndModes( 0, tex, osg::StateAttribute::ON );
state_set->setTextureAttribute( 0, texenv, osg::StateAttribute::ON );
if ( ImageUtils::hasAlpha( image ) )
{
osg::BlendFunc* blend_func = new osg::BlendFunc();
blend_func->setFunction( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA );
state_set->setAttributeAndModes( blend_func, osg::StateAttribute::ON );
state_set->setRenderingHint( osg::StateSet::TRANSPARENT_BIN );
}
}
return state_set;
} |
osg::Image* createErrorImage();
SkinResource::SkinResource();
SkinResource::SkinResource( const std::string& _name );
SkinResource::~SkinResource();
SkinResourceQuery::SkinResourceQuery();
| 6329b111a0d8095084cf6aa5316bfdab8700aa95ea020998b1b61acffcb50318 | 1,050 |
|
tracicot | data-structures | assign02/assign02.cpp | Stack::pop |
void Stack::pop( void )
{
if ( this->empty() )
{
cout << "ERROR: Stack Underflow\n";
exit( EXIT_FAILURE );
}
else
{
stackItems[ myTop-- ] = 0;
}
} |
Stack::Stack( int size );
Stack::Stack( const Stack & original );
Stack::~Stack( void );
Stack & Stack::operator = ( const Stack & original );
int Stack::top( void );
void Stack::push( int item );
bool Stack::empty( void );
bool Stack::full( void );
| 7f595d11f8acc93b09f20c208aee3e44cc194b4a60b3ef79d43d074945af74ce | 199 |
|
sonicsnes | nrage-input-plugin | DirectInput.cpp | InitializeAdaptoid |
HRESULT InitializeAdaptoid( LPDIRECTINPUTDEVICE8 lpDirectInputDevice, LPBYTE status )
{
DIEFFESCAPE esc;
esc.dwSize = sizeof(esc);
esc.dwCommand = ADAPT_INIT;
esc.lpvInBuffer = NULL;
esc.cbInBuffer = 0;
esc.lpvOutBuffer = status;
esc.cbOutBuffer = 1;
HRESULT hr = lpDirectInputDevice->Escape(&esc);
#ifdef _DEBUG
_debugAd( "Direct Adaptoid InitPak", hr );
#endif
return hr;
} |
void GetDeviceDatas();
inline bool GetJoyPadPOV( PDWORD dwDegree, BYTE AxeId );
bool GetNControllerInput ( const int indexController, LPDWORD pdwData );
bool InitDirectInput( HWND hWnd );
void ReleaseDevice( LPDIRECTINPUTDEVICE8 &lpDirectInputDevice );
void ReleaseEffect( LPDIRECTINPUTEFFECT &lpDirectEffect );
void FreeDirectInput ();
inline HRESULT AcquireDevice( LPDIRECTINPUTDEVICE8 lpDirectInputDevice );
BOOL CALLBACK EnumGetEffectTypes( LPCDIEFFECTINFO pdei, LPVOID pvRef );
BOOL CALLBACK EnumMakeDeviceList( LPCDIDEVICEINSTANCE lpddi, LPVOID pvRef );
BOOL CALLBACK EnumIsDeviceAvailable( LPCDIDEVICEINSTANCE lpddi, LPVOID pvRef );
BOOL CALLBACK EnumSetObjectsAxis( LPCDIDEVICEOBJECTINSTANCE lpddoi, LPVOID pvRef);
bool GetInputDevice( HWND hWnd, LPDIRECTINPUTDEVICE8 &lpDirectInputDevice, GUID gGuid, DWORD dwDevType, DWORD dwCooperativeLevel );
BOOL CALLBACK EnumCountFFAxes( LPCDIDEVICEOBJECTINSTANCE lpddoi, LPVOID pnAxes );
bool CreateEffectHandle( HWND hWnd, LPDIRECTINPUTDEVICE8 lpDirectInputDevice, LPDIRECTINPUTEFFECT &pDIEffect, BYTE bRumbleTyp, long lStrength );
DWORD CountControllerStructDevs( CONTROLLER *pController );
bool PrepareInputDevices();
bool IsAdaptoidCommandSupported( LPDIRECTINPUTDEVICE8 lpDirectInputDevice, DWORD cmd );
void _debugAd( LPCSTR szMessage, HRESULT res );
HRESULT DirectRumbleCommand( LPDIRECTINPUTDEVICE8 lpDirectInputDevice, DWORD cmd );
HRESULT ReadAdaptoidPak( LPDIRECTINPUTDEVICE8 lpDirectInputDevice, DWORD addr, LPBYTE data );
HRESULT WriteAdaptoidPak( LPDIRECTINPUTDEVICE8 lpDirectInputDevice, DWORD addr, LPBYTE data );
BYTE GetAdaptoidStatus( LPDIRECTINPUTDEVICE8 lpDirectInputDevice );
void InitMouse();
bool IsBtnPressed(BUTTON btnButton);
| 29351e239cc3efe5756e957c706057ae1f322d30fed58a062b7940700caff09c | 439 |
|
SGSSGene | JsonSerializer | libs/armadillo/src/wrapper.cpp | arma_fortran_prefix | void arma_fortran_prefix(arma_sgetrf)(blas_int* m, blas_int* n, float* a, blas_int* lda, blas_int* ipiv, blas_int* info)
{
arma_fortran_noprefix(arma_sgetrf)(m, n, a, lda, ipiv, info);
} | herr_t H5open();
herr_t H5check_version(unsigned majnum, unsigned minnum, unsigned relnum);
float arma_fortran_prefix(arma_sdot);
double arma_fortran_prefix(arma_ddot);
void arma_fortran_prefix(arma_sgemv);
void arma_fortran_prefix(arma_dgemv);
void arma_fortran_prefix(arma_cgemv);
void arma_fortran_prefix(arma_zgemv);
void arma_fortran_prefix(arma_sgemm);
void arma_fortran_prefix(arma_dgemm);
void arma_fortran_prefix(arma_cgemm);
void arma_fortran_prefix(arma_zgemm);
void arma_fortran_prefix(arma_ssyrk);
void arma_fortran_prefix(arma_dsyrk);
void arma_fortran_prefix(arma_cherk);
void arma_fortran_prefix(arma_zherk);
void arma_fortran_prefix(arma_dgetrf);
void arma_fortran_prefix(arma_cgetrf);
void arma_fortran_prefix(arma_zgetrf);
void arma_fortran_prefix(arma_sgetri);
void arma_fortran_prefix(arma_dgetri);
void arma_fortran_prefix(arma_cgetri);
void arma_fortran_prefix(arma_zgetri);
void arma_fortran_prefix(arma_strtri);
void arma_fortran_prefix(arma_dtrtri);
void arma_fortran_prefix(arma_ctrtri);
void arma_fortran_prefix(arma_ztrtri);
void arma_fortran_prefix(arma_ssyev);
void arma_fortran_prefix(arma_dsyev);
void arma_fortran_prefix(arma_cheev);
void arma_fortran_prefix(arma_zheev);
void arma_fortran_prefix(arma_ssyevd);
void arma_fortran_prefix(arma_dsyevd);
void arma_fortran_prefix(arma_cheevd);
void arma_fortran_prefix(arma_zheevd);
void arma_fortran_prefix(arma_sgeev);
void arma_fortran_prefix(arma_dgeev);
void arma_fortran_prefix(arma_cgeev);
void arma_fortran_prefix(arma_zgeev);
void arma_fortran_prefix(arma_sggev);
void arma_fortran_prefix(arma_dggev);
void arma_fortran_prefix(arma_cggev);
void arma_fortran_prefix(arma_zggev);
void arma_fortran_prefix(arma_spotrf);
void arma_fortran_prefix(arma_dpotrf);
void arma_fortran_prefix(arma_cpotrf);
void arma_fortran_prefix(arma_zpotrf);
void arma_fortran_prefix(arma_spotri);
void arma_fortran_prefix(arma_dpotri);
void arma_fortran_prefix(arma_cpotri);
void arma_fortran_prefix(arma_zpotri);
void arma_fortran_prefix(arma_sgeqrf);
void arma_fortran_prefix(arma_dgeqrf);
void arma_fortran_prefix(arma_cgeqrf);
void arma_fortran_prefix(arma_zgeqrf);
void arma_fortran_prefix(arma_sorgqr);
void arma_fortran_prefix(arma_dorgqr);
void arma_fortran_prefix(arma_cungqr);
void arma_fortran_prefix(arma_zungqr);
void arma_fortran_prefix(arma_sgesvd);
void arma_fortran_prefix(arma_dgesvd);
void arma_fortran_prefix(arma_cgesvd);
void arma_fortran_prefix(arma_zgesvd);
void arma_fortran_prefix(arma_sgesdd);
void arma_fortran_prefix(arma_dgesdd);
void arma_fortran_prefix(arma_cgesdd);
void arma_fortran_prefix(arma_zgesdd);
void arma_fortran_prefix(arma_sgesv);
void arma_fortran_prefix(arma_dgesv);
void arma_fortran_prefix(arma_cgesv);
void arma_fortran_prefix(arma_zgesv);
void arma_fortran_prefix(arma_sgels);
void arma_fortran_prefix(arma_dgels);
void arma_fortran_prefix(arma_cgels);
void arma_fortran_prefix(arma_zgels);
void arma_fortran_prefix(arma_strtrs);
void arma_fortran_prefix(arma_dtrtrs);
void arma_fortran_prefix(arma_ctrtrs);
void arma_fortran_prefix(arma_ztrtrs);
void arma_fortran_prefix(arma_sgees);
void arma_fortran_prefix(arma_dgees);
void arma_fortran_prefix(arma_cgees);
void arma_fortran_prefix(arma_zgees);
void arma_fortran_prefix(arma_strsyl);
void arma_fortran_prefix(arma_dtrsyl);
void arma_fortran_prefix(arma_ctrsyl);
void arma_fortran_prefix(arma_ztrsyl);
void arma_fortran_prefix(arma_ssytrf);
void arma_fortran_prefix(arma_dsytrf);
void arma_fortran_prefix(arma_csytrf);
void arma_fortran_prefix(arma_zsytrf);
void arma_fortran_prefix(arma_ssytri);
void arma_fortran_prefix(arma_dsytri);
void arma_fortran_prefix(arma_csytri);
void arma_fortran_prefix(arma_zsytri);
float wrapper_cblas_sdot(const int N, const float *X, const int incX, const float *Y, const int incY);
double wrapper_cblas_ddot(const int N, const double *X, const int incX, const double *Y, const int incY);
void wrapper_cblas_cdotu_sub(const int N, const void *X, const int incX, const void *Y, const int incY, void *dotu);
void wrapper_cblas_zdotu_sub(const int N, const void *X, const int incX, const void *Y, const int incY, void *dotu);
void wrapper_cblas_sgemv(const enum CBLAS_ORDER Order, const enum CBLAS_TRANSPOSE TransA, const int M, const int N, const float alpha,
const float *A, const int lda, const float *X, const int incX, const float beta, float *Y, const int incY);
void wrapper_cblas_dgemv(const enum CBLAS_ORDER Order, const enum CBLAS_TRANSPOSE TransA, const int M, const int N, const double alpha,
const double *A, const int lda, const double *X, const int incX, const double beta, double *Y, const int incY);
void wrapper_cblas_cgemv(const enum CBLAS_ORDER Order, const enum CBLAS_TRANSPOSE TransA, const int M, const int N, const void *alpha,
const void *A, const int lda, const void *X, const int incX, const void *beta, void *Y, const int incY);
void wrapper_cblas_zgemv(const enum CBLAS_ORDER Order, const enum CBLAS_TRANSPOSE TransA, const int M, const int N, const void *alpha,
const void *A, const int lda, const void *X, const int incX, const void *beta, void *Y, const int incY);
int wrapper_clapack_sgetrf(const enum CBLAS_ORDER Order, const int M, const int N, float *A, const int lda, int *ipiv);
int wrapper_clapack_dgetrf(const enum CBLAS_ORDER Order, const int M, const int N, double *A, const int lda, int *ipiv);
int wrapper_clapack_cgetrf(const enum CBLAS_ORDER Order, const int M, const int N, void *A, const int lda, int *ipiv);
int wrapper_clapack_zgetrf(const enum CBLAS_ORDER Order, const int M, const int N, void *A, const int lda, int *ipiv);
int wrapper_clapack_sgetri(const enum CBLAS_ORDER Order, const int N, float *A, const int lda, const int *ipiv);
int wrapper_clapack_dgetri(const enum CBLAS_ORDER Order, const int N, double *A, const int lda, const int *ipiv);
int wrapper_clapack_cgetri(const enum CBLAS_ORDER Order, const int N, void *A, const int lda, const int *ipiv);
int wrapper_clapack_zgetri(const enum CBLAS_ORDER Order, const int N, void *A, const int lda, const int *ipiv);
int wrapper_clapack_sgesv(const enum CBLAS_ORDER Order, const int N, const int NRHS, float *A, const int lda, int *ipiv, float *B, const int ldb);
int wrapper_clapack_dgesv(const enum CBLAS_ORDER Order, const int N, const int NRHS, double *A, const int lda, int *ipiv, double *B, const int ldb);
int wrapper_clapack_cgesv(const enum CBLAS_ORDER Order, const int N, const int NRHS, void *A, const int lda, int *ipiv, void *B, const int ldb);
int wrapper_clapack_zgesv(const enum CBLAS_ORDER Order, const int N, const int NRHS, void *A, const int lda, int *ipiv, void *B, const int ldb);
void arma_fortran_prefix(arma_snaupd);
void arma_fortran_prefix(arma_dnaupd);
void arma_fortran_prefix(arma_cnaupd);
void arma_fortran_prefix(arma_znaupd);
void arma_fortran_prefix(arma_sneupd);
void arma_fortran_prefix(arma_dneupd);
void arma_fortran_prefix(arma_cneupd);
void arma_fortran_prefix(arma_zneupd);
void arma_fortran_prefix(arma_ssaupd);
void arma_fortran_prefix(arma_dsaupd);
void arma_fortran_prefix(arma_sseupd);
void arma_fortran_prefix(arma_dseupd);
hid_t arma_H5Tcopy(hid_t dtype_id);
hid_t arma_H5Tcreate(H5T_class_t cl, size_t size);
herr_t arma_H5Tinsert(hid_t dtype_id, const char* name, size_t offset, hid_t field_id);
htri_t arma_H5Tequal(hid_t dtype_id1, hid_t dtype_id2);
herr_t arma_H5Tclose(hid_t dtype_id);
hid_t arma_H5Dopen(hid_t loc_id, const char* name, hid_t dapl_id);
hid_t arma_H5Dget_type(hid_t dataset_id);
hid_t arma_H5Dcreate(hid_t loc_id, const char* name, hid_t dtype_id, hid_t space_id, hid_t lcpl_id, hid_t dcpl_id, hid_t dapl_id);
herr_t arma_H5Dwrite(hid_t dataset_id, hid_t mem_type_id, hid_t mem_space_id, hid_t file_space_id, hid_t xfer_plist_id, const void* buf);
herr_t arma_H5Dclose(hid_t dataset_id);
hid_t arma_H5Dget_space(hid_t dataset_id);
herr_t arma_H5Dread(hid_t dataset_id, hid_t mem_type_id, hid_t mem_space_id, hid_t file_space_id, hid_t xfer_plist_id, void* buf);
int arma_H5Sget_simple_extent_ndims(hid_t space_id);
int arma_H5Sget_simple_extent_dims(hid_t space_id, hsize_t* dims, hsize_t* maxdims);
herr_t arma_H5Sclose(hid_t space_id);
hid_t arma_H5Screate_simple(int rank, const hsize_t* current_dims, const hsize_t* maximum_dims);
herr_t arma_H5Ovisit(hid_t object_id, H5_index_t index_type, H5_iter_order_t order, H5O_iterate_t op, void* op_data);
herr_t arma_H5Eset_auto(hid_t estack_id, H5E_auto_t func, void* client_data);
herr_t arma_H5Eget_auto(hid_t estack_id, H5E_auto_t* func, void** client_data);
hid_t arma_H5Fopen(const char* name, unsigned flags, hid_t fapl_id);
hid_t arma_H5Fcreate(const char* name, unsigned flags, hid_t fcpl_id, hid_t fapl_id);
herr_t arma_H5Fclose(hid_t file_id);
htri_t arma_H5Fis_hdf5(const char* name);
| 7ce163906bf011a035a9db01152820823c9f7bbd1ce9ec85a79ffd506948dbd0 | 206 |
|
pcacjr | qt-creator | src/libs/qmljs/qmljsinterpreter.cpp | *FunctionValue::construct |
const Value *FunctionValue::construct(const ValueList &actuals) const
{
Activation activation;
activation.setCalledAsConstructor(true);
activation.setThisObject(engine()->newObject());
activation.setArguments(actuals);
return invoke(&activation);
} | bool process(const QString &name, const Value *value);
virtual bool processProperty(const QString &name, const Value *value);
virtual bool processEnumerator(const QString &name, const Value *value);
virtual bool processSignal(const QString &name, const Value *value);
virtual bool processSlot(const QString &name, const Value *value);
virtual bool processGeneratedSlot(const QString &name, const Value *value);
MetaFunction(const FakeMetaMethod &method, Engine *engine);
virtual const Value *returnValue();
virtual int argumentCount();
virtual const Value *argument(int);
virtual QString argumentName(int index);
virtual bool isVariadic();
virtual const Value *invoke(const Activation *);
QmlObjectValue::~QmlObjectValue();
const Value *QmlObjectValue::findOrCreateSignature(int index, const FakeMetaMethod &method, QString *methodName);
void QmlObjectValue::processMembers(MemberProcessor *processor);
const Value *QmlObjectValue::propertyValue(const FakeMetaProperty &prop);
const QmlObjectValue *QmlObjectValue::prototype();
const QmlObjectValue *QmlObjectValue::attachedType();
void QmlObjectValue::setAttachedType(QmlObjectValue *value);
FakeMetaObject::ConstPtr QmlObjectValue::metaObject();
QString QmlObjectValue::packageName();
ComponentVersion QmlObjectValue::version();
QString QmlObjectValue::defaultPropertyName();
QString QmlObjectValue::propertyType(const QString &propertyName);
bool QmlObjectValue::isListProperty(const QString &propertyName);
bool QmlObjectValue::isEnum(const QString &typeName);
bool QmlObjectValue::isWritable(const QString &propertyName);
bool QmlObjectValue::isPointer(const QString &propertyName);
bool QmlObjectValue::hasLocalProperty(const QString &typeName);
bool QmlObjectValue::hasProperty(const QString &propertyName);
bool QmlObjectValue::enumContainsKey(const QString &enumName, const QString &enumKeyName);
QStringList QmlObjectValue::keysForEnum(const QString &enumName);
bool QmlObjectValue::hasChildInPackage();
bool QmlObjectValue::isDerivedFrom(FakeMetaObject::ConstPtr base);
QmlEnumValue::QmlEnumValue(const FakeMetaEnum &metaEnum, Engine *engine);
QmlEnumValue::~QmlEnumValue();
QString QmlEnumValue::name();
QStringList QmlEnumValue::keys();
ObjectCtor::ObjectCtor(Engine *engine);
FunctionCtor::FunctionCtor(Engine *engine);
ArrayCtor::ArrayCtor(Engine *engine);
StringCtor::StringCtor(Engine *engine);
BooleanCtor::BooleanCtor(Engine *engine);
NumberCtor::NumberCtor(Engine *engine);
DateCtor::DateCtor(Engine *engine);
RegExpCtor::RegExpCtor(Engine *engine);
const Value *ObjectCtor::invoke(const Activation *activation);
const Value *FunctionCtor::invoke(const Activation *activation);
const Value *ArrayCtor::invoke(const Activation *activation);
const Value *StringCtor::invoke(const Activation *activation);
const Value *BooleanCtor::invoke(const Activation *activation);
const Value *NumberCtor::invoke(const Activation *activation);
const Value *DateCtor::invoke(const Activation *activation);
const Value *RegExpCtor::invoke(const Activation *activation);
ValueVisitor::ValueVisitor();
ValueVisitor::~ValueVisitor();
void ValueVisitor::visit(const NullValue *);
void ValueVisitor::visit(const UndefinedValue *);
void ValueVisitor::visit(const NumberValue *);
void ValueVisitor::visit(const BooleanValue *);
void ValueVisitor::visit(const StringValue *);
void ValueVisitor::visit(const ObjectValue *);
void ValueVisitor::visit(const FunctionValue *);
void ValueVisitor::visit(const Reference *);
void ValueVisitor::visit(const ColorValue *);
void ValueVisitor::visit(const AnchorLineValue *);
Value::Value();
Value::~Value();
bool Value::getSourceLocation(QString *, int *, int *);
const NullValue *Value::asNullValue();
const UndefinedValue *Value::asUndefinedValue();
const NumberValue *Value::asNumberValue();
const IntValue *Value::asIntValue();
const RealValue *Value::asRealValue();
const BooleanValue *Value::asBooleanValue();
const StringValue *Value::asStringValue();
const UrlValue *Value::asUrlValue();
const ObjectValue *Value::asObjectValue();
const FunctionValue *Value::asFunctionValue();
const Reference *Value::asReference();
const ColorValue *Value::asColorValue();
const AnchorLineValue *Value::asAnchorLineValue();
const NullValue *NullValue::asNullValue();
void NullValue::accept(ValueVisitor *visitor);
const UndefinedValue *UndefinedValue::asUndefinedValue();
void UndefinedValue::accept(ValueVisitor *visitor);
const NumberValue *NumberValue::asNumberValue();
const RealValue *RealValue::asRealValue();
const IntValue *IntValue::asIntValue();
void NumberValue::accept(ValueVisitor *visitor);
const BooleanValue *BooleanValue::asBooleanValue();
void BooleanValue::accept(ValueVisitor *visitor);
const StringValue *StringValue::asStringValue();
const UrlValue *UrlValue::asUrlValue();
void StringValue::accept(ValueVisitor *visitor);
ScopeChain::ScopeChain();
ScopeChain::QmlComponentChain::QmlComponentChain();
ScopeChain::QmlComponentChain::~QmlComponentChain();
void ScopeChain::QmlComponentChain::clear();
void ScopeChain::QmlComponentChain::collect(QList<const ObjectValue *> *list);
void ScopeChain::update();
QList<const ObjectValue *> ScopeChain::all();
Context::Context(const QmlJS::Snapshot &snapshot);
Context::~Context();
Engine *Context::engine();
QmlJS::Snapshot Context::snapshot();
const ScopeChain &Context::scopeChain();
ScopeChain &Context::scopeChain();
const Imports *Context::imports(const QmlJS::Document *doc);
void Context::setImports(const QmlJS::Document *doc, const Imports *imports);
const Value *Context::lookup(const QString &name, const ObjectValue **foundInScope);
const ObjectValue *Context::lookupType(const QmlJS::Document *doc, const QStringList &qmlTypeName);
const Value *Context::lookupReference(const Value *value);
const Value *Context::property(const ObjectValue *object, const QString &name);
void Context::setProperty(const ObjectValue *object, const QString &name, const Value *value);
QString Context::defaultPropertyName(const ObjectValue *object);
Reference::Reference(Engine *engine);
Reference::~Reference();
Engine *Reference::engine();
const Reference *Reference::asReference();
void Reference::accept(ValueVisitor *visitor);
const Value *Reference::value(const Context *);
void ColorValue::accept(ValueVisitor *visitor);
const ColorValue *ColorValue::asColorValue();
void AnchorLineValue::accept(ValueVisitor *visitor);
const AnchorLineValue *AnchorLineValue::asAnchorLineValue();
MemberProcessor::MemberProcessor();
MemberProcessor::~MemberProcessor();
bool MemberProcessor::processProperty(const QString &, const Value *);
bool MemberProcessor::processEnumerator(const QString &, const Value *);
bool MemberProcessor::processSignal(const QString &, const Value *);
bool MemberProcessor::processSlot(const QString &, const Value *);
bool MemberProcessor::processGeneratedSlot(const QString &, const Value *);
ObjectValue::ObjectValue(Engine *engine);
ObjectValue::~ObjectValue();
Engine *ObjectValue::engine();
QString ObjectValue::className();
void ObjectValue::setClassName(const QString &className);
const Value *ObjectValue::prototype();
const ObjectValue *ObjectValue::prototype(const Context *context);
void ObjectValue::setPrototype(const Value *prototype);
void ObjectValue::setMember(const QString &name, const Value *value);
void ObjectValue::removeMember(const QString &name);
const ObjectValue *ObjectValue::asObjectValue();
void ObjectValue::accept(ValueVisitor *visitor);
bool ObjectValue::checkPrototype(const ObjectValue *, QSet<const ObjectValue *> *);
void ObjectValue::processMembers(MemberProcessor *processor);
PrototypeIterator::PrototypeIterator(const ObjectValue *start, const Context *context);
bool PrototypeIterator::hasNext();
const ObjectValue *PrototypeIterator::next();
const ObjectValue *PrototypeIterator::peekNext();
PrototypeIterator::Error PrototypeIterator::error();
QList<const ObjectValue *> PrototypeIterator::all();
Activation::Activation(Context *parentContext);
Activation::~Activation();
Context *Activation::parentContext();
Context *Activation::context();
bool Activation::calledAsConstructor();
void Activation::setCalledAsConstructor(bool calledAsConstructor);
bool Activation::calledAsFunction();
void Activation::setCalledAsFunction(bool calledAsFunction);
ObjectValue *Activation::thisObject();
void Activation::setThisObject(ObjectValue *thisObject);
ValueList Activation::arguments();
void Activation::setArguments(const ValueList &arguments);
FunctionValue::FunctionValue(Engine *engine);
FunctionValue::~FunctionValue();
const Value *FunctionValue::call(const ValueList &actuals);
const Value *FunctionValue::call(const ObjectValue *thisObject, const ValueList &actuals);
const Value *FunctionValue::returnValue();
int FunctionValue::argumentCount();
const Value *FunctionValue::argument(int);
QString FunctionValue::argumentName(int index);
bool FunctionValue::isVariadic();
const Value *FunctionValue::invoke(const Activation *activation);
const FunctionValue *FunctionValue::asFunctionValue();
void FunctionValue::accept(ValueVisitor *visitor);
Function::Function(Engine *engine);
Function::~Function();
void Function::addArgument(const Value *argument);
const Value *Function::returnValue();
void Function::setReturnValue(const Value *returnValue);
int Function::argumentCount();
const Value *Function::argument(int index);
const Value *Function::invoke(const Activation *activation);
void CppQmlTypesLoader::loadQmlTypes(const QFileInfoList &qmlTypeFiles, QStringList *errors, QStringList *warnings);
QList<QmlObjectValue *> CppQmlTypes::load(Engine *engine, const T &objects);
QList<QmlObjectValue *> CppQmlTypes::typesForImport(const QString &packageName, ComponentVersion version);
QmlObjectValue *CppQmlTypes::typeByCppName(const QString &cppName);
bool CppQmlTypes::hasPackage(const QString &package);
QString CppQmlTypes::qualifiedName(const QString &package, const QString &type, ComponentVersion version);
QmlObjectValue *CppQmlTypes::typeByQualifiedName(const QString &name);
QmlObjectValue *CppQmlTypes::typeByQualifiedName(const QString &package, const QString &type, ComponentVersion version);
void CppQmlTypes::setPrototypes(QmlObjectValue *object);
QmlObjectValue *CppQmlTypes::getOrCreateForPackage(const QString &package, const QString &cppName);
ConvertToNumber::ConvertToNumber(Engine *engine);
const Value *ConvertToNumber::operator();
const Value *ConvertToNumber::switchResult(const Value *value);
void ConvertToNumber::visit(const NullValue *);
void ConvertToNumber::visit(const UndefinedValue *);
void ConvertToNumber::visit(const NumberValue *value);
void ConvertToNumber::visit(const BooleanValue *);
void ConvertToNumber::visit(const StringValue *);
void ConvertToNumber::visit(const ObjectValue *object);
void ConvertToNumber::visit(const FunctionValue *object);
ConvertToString::ConvertToString(Engine *engine);
const Value *ConvertToString::operator();
const Value *ConvertToString::switchResult(const Value *value);
void ConvertToString::visit(const NullValue *);
void ConvertToString::visit(const UndefinedValue *);
void ConvertToString::visit(const NumberValue *);
void ConvertToString::visit(const BooleanValue *);
void ConvertToString::visit(const StringValue *value);
void ConvertToString::visit(const ObjectValue *object);
void ConvertToString::visit(const FunctionValue *object);
ConvertToObject::ConvertToObject(Engine *engine);
const Value *ConvertToObject::operator();
const Value *ConvertToObject::switchResult(const Value *value);
void ConvertToObject::visit(const NullValue *value);
void ConvertToObject::visit(const UndefinedValue *);
void ConvertToObject::visit(const NumberValue *value);
void ConvertToObject::visit(const BooleanValue *value);
void ConvertToObject::visit(const StringValue *value);
void ConvertToObject::visit(const ObjectValue *object);
void ConvertToObject::visit(const FunctionValue *object);
QString TypeId::operator();
void TypeId::visit(const NullValue *);
void TypeId::visit(const UndefinedValue *);
void TypeId::visit(const NumberValue *);
void TypeId::visit(const BooleanValue *);
void TypeId::visit(const StringValue *);
void TypeId::visit(const ObjectValue *object);
void TypeId::visit(const FunctionValue *object);
void TypeId::visit(const ColorValue *);
void TypeId::visit(const AnchorLineValue *);
Engine::Engine();
Engine::~Engine();
const NullValue *Engine::nullValue();
const UndefinedValue *Engine::undefinedValue();
const NumberValue *Engine::numberValue();
const RealValue *Engine::realValue();
const IntValue *Engine::intValue();
const BooleanValue *Engine::booleanValue();
const StringValue *Engine::stringValue();
const UrlValue *Engine::urlValue();
const ColorValue *Engine::colorValue();
const AnchorLineValue *Engine::anchorLineValue();
const Value *Engine::newArray();
ObjectValue *Engine::newObject();
ObjectValue *Engine::newObject(const ObjectValue *prototype);
Function *Engine::newFunction();
ObjectValue *Engine::globalObject();
ObjectValue *Engine::objectPrototype();
ObjectValue *Engine::functionPrototype();
ObjectValue *Engine::numberPrototype();
ObjectValue *Engine::booleanPrototype();
ObjectValue *Engine::stringPrototype();
ObjectValue *Engine::arrayPrototype();
ObjectValue *Engine::datePrototype();
ObjectValue *Engine::regexpPrototype();
const FunctionValue *Engine::objectCtor();
const FunctionValue *Engine::functionCtor();
const FunctionValue *Engine::arrayCtor();
const FunctionValue *Engine::stringCtor();
const FunctionValue *Engine::booleanCtor();
const FunctionValue *Engine::numberCtor();
const FunctionValue *Engine::dateCtor();
const FunctionValue *Engine::regexpCtor();
const ObjectValue *Engine::mathObject();
const ObjectValue *Engine::qtObject();
void Engine::registerValue(Value *value);
const Value *Engine::convertToBoolean(const Value *value);
const Value *Engine::convertToNumber(const Value *value);
const Value *Engine::convertToString(const Value *value);
const Value *Engine::convertToObject(const Value *value);
QString Engine::typeId(const Value *value);
void Engine::addFunction(ObjectValue *object, const QString &name, const Value *result, int argumentCount);
void Engine::addFunction(ObjectValue *object, const QString &name, int argumentCount);
void Engine::initializePrototypes();
const ObjectValue *Engine::qmlKeysObject();
const ObjectValue *Engine::qmlFontObject();
const ObjectValue *Engine::qmlPointObject();
const ObjectValue *Engine::qmlSizeObject();
const ObjectValue *Engine::qmlRectObject();
const ObjectValue *Engine::qmlVector3DObject();
const Value *Engine::defaultValueForBuiltinType(const QString &typeName);
ASTObjectValue::~ASTObjectValue();
bool ASTObjectValue::getSourceLocation(QString *fileName, int *line, int *column);
void ASTObjectValue::processMembers(MemberProcessor *processor);
QString ASTObjectValue::defaultPropertyName();
UiObjectInitializer *ASTObjectValue::initializer();
UiQualifiedId *ASTObjectValue::typeName();
const QmlJS::Document *ASTObjectValue::document();
ASTVariableReference::ASTVariableReference(VariableDeclaration *ast, Engine *engine);
ASTVariableReference::~ASTVariableReference();
const Value *ASTVariableReference::value(const Context *context);
ASTFunctionValue::ASTFunctionValue(FunctionExpression *ast, const QmlJS::Document *doc, Engine *engine);
ASTFunctionValue::~ASTFunctionValue();
FunctionExpression *ASTFunctionValue::ast();
const Value *ASTFunctionValue::returnValue();
int ASTFunctionValue::argumentCount();
const Value *ASTFunctionValue::argument(int);
QString ASTFunctionValue::argumentName(int index);
bool ASTFunctionValue::isVariadic();
bool ASTFunctionValue::getSourceLocation(QString *fileName, int *line, int *column);
QmlPrototypeReference::~QmlPrototypeReference();
UiQualifiedId *QmlPrototypeReference::qmlTypeName();
const Value *QmlPrototypeReference::value(const Context *context);
ASTPropertyReference::ASTPropertyReference(UiPublicMember *ast, const QmlJS::Document *doc, Engine *engine);
ASTPropertyReference::~ASTPropertyReference();
bool ASTPropertyReference::getSourceLocation(QString *fileName, int *line, int *column);
const Value *ASTPropertyReference::value(const Context *context);
ASTSignalReference::ASTSignalReference(UiPublicMember *ast, const QmlJS::Document *doc, Engine *engine);
ASTSignalReference::~ASTSignalReference();
bool ASTSignalReference::getSourceLocation(QString *fileName, int *line, int *column);
const Value *ASTSignalReference::value(const Context *);
ImportInfo::ImportInfo();
bool ImportInfo::isValid();
ImportInfo::Type ImportInfo::type();
QString ImportInfo::name();
QString ImportInfo::id();
ComponentVersion ImportInfo::version();
UiImport *ImportInfo::ast();
Import::Import();
TypeScope::TypeScope(const Imports *imports, Engine *engine);
void TypeScope::processMembers(MemberProcessor *processor);
JSImportScope::JSImportScope(const Imports *imports, Engine *engine);
void JSImportScope::processMembers(MemberProcessor *processor);
Imports::Imports(Engine *engine);
void Imports::append(const Import &import);
ImportInfo Imports::info(const QString &name, const Context *context);
QList<Import> Imports::all();
const TypeScope *Imports::typeScope();
const JSImportScope *Imports::jsImportScope();
virtual bool processProperty(const QString &name, const Value *);
virtual bool processEnumerator(const QString &name, const Value *);
virtual bool processSignal(const QString &name, const Value *);
virtual bool processSlot(const QString &name, const Value *);
virtual bool processGeneratedSlot(const QString &name, const Value *);
void Imports::dump();
| 6cba13b8d6e5b2d569620fd6da0b870de2fe794ab72f3919956d5005b0f62713 | 269 |
|
kzoacn | Grimoire | Training/10.03/H.cpp | getArea |
long double getArea(int n,P *p,P c,long double r){
long double ret=0;
for(int i=0;i<n;i++)
ret+=p[i]*p[(i+1)%n];
if(ret<0)reverse(p,p+n);
long double res=0;
ret/=2;
for(int i=0;i<n;i++){
int sign=sgn((p[i]-c)*(p[(i+1)%n]-c));
if(sign>0)
res+=getArea(p[i]-c,p[(i+1)%n]-c,r);
else
res-=getArea(p[(i+1)%n]-c,p[i]-c,r);
}
return fabs(res);
} |
int sgn(long double x);
void read();
void print();
P operator+(P a,P b);
P operator-(P a,P b);
long double operator^(P a,P b);
long double operator*(P a,P b);
P operator*(P a,long double b);
P operator/(P a,long double b);
long double mysqrt(long double x);
long double myacos(long double x);
long double getSectionArea(P a,P b,long double r);
pair<long double,long double>getSolution(long double a,long double b,long double c);
pair<P,P> getIntersection(P a,P b,long double r);
long double getPointDist(P a,P b);
long double getArea(P a,P b,long double r);
bool intsersect(Cir a,L l,P &p1,P &p2);
int main();
| 3d3ebe72154b5a68fa89c73f84448d43ee106b5ce040f6c565b68c8350ce4100 | 360 |
|
klim-iv | phantomjs-qt5 | src/webkit/Source/ThirdParty/ANGLE/src/compiler/glslang_lex.cpp | PLUS; | YY_BREAK
case 135:
YY_RULE_SETUP
{ return PLUS; } | ;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
static int input (yyscan_t yyscanner);
void yyrestart (FILE * input_file , yyscan_t yyscanner);
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner);
static void yy_load_buffer_state (yyscan_t yyscanner);
YY_BUFFER_STATE yy_create_buffer (FILE * file, int size , yyscan_t yyscanner);
void yy_delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner);
static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner);
void yy_flush_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner);
void yypush_buffer_state (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner);
void yypop_buffer_state (yyscan_t yyscanner);
static void yyensure_buffer_stack (yyscan_t yyscanner);
YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size , yyscan_t yyscanner);
YY_BUFFER_STATE yy_scan_string (yyconst char * yystr , yyscan_t yyscanner);
YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len , yyscan_t yyscanner);
static void yy_fatal_error (yyconst char* msg , yyscan_t yyscanner);
YY_EXTRA_TYPE yyget_extra (yyscan_t yyscanner);
int yyget_lineno (yyscan_t yyscanner);
int yyget_column (yyscan_t yyscanner);
FILE *yyget_in (yyscan_t yyscanner);
FILE *yyget_out (yyscan_t yyscanner);
yy_size_t yyget_leng (yyscan_t yyscanner);
char *yyget_text (yyscan_t yyscanner);
void yyset_extra (YY_EXTRA_TYPE user_defined , yyscan_t yyscanner);
void yyset_lineno (int line_number , yyscan_t yyscanner);
void yyset_column (int column_no , yyscan_t yyscanner);
void yyset_in (FILE * in_str , yyscan_t yyscanner);
void yyset_out (FILE * out_str , yyscan_t yyscanner);
int yyget_debug (yyscan_t yyscanner);
void yyset_debug (int bdebug , yyscan_t yyscanner);
YYSTYPE * yyget_lval (yyscan_t yyscanner);
void yyset_lval (YYSTYPE * yylval_param , yyscan_t yyscanner);
YYLTYPE *yyget_lloc (yyscan_t yyscanner);
void yyset_lloc (YYLTYPE * yylloc_param , yyscan_t yyscanner);
int yylex_init(yyscan_t* ptr_yy_globals);
int yylex_init_extra(YY_EXTRA_TYPE yy_user_defined,yyscan_t* ptr_yy_globals );
static int yy_init_globals (yyscan_t yyscanner);
int yylex_destroy (yyscan_t yyscanner);
static void yy_flex_strncpy (char* s1, yyconst char * s2, int n , yyscan_t yyscanner);
static int yy_flex_strlen (yyconst char * s , yyscan_t yyscanner);
void *yyalloc (yy_size_t size , yyscan_t yyscanner);
void *yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner);
void yyfree (void * ptr , yyscan_t yyscanner);
yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner);
int check_type(yyscan_t yyscanner);
int reserved_word(yyscan_t yyscanner);
int glslang_initialize(TParseContext* context);
int glslang_finalize(TParseContext* context);
| 34b43b1dce86af81abcb5efd4f2dc6097da0497ba97fd78d9033e931733ac426 | 50 |
|
GeospatialDaryl | VS2013__19_SuiteSparse_Metis_CUDA | SuiteSparse/SPQR/Tcov/qrtest.cpp | check_rc | double check_rc
(
Long rank,
cholmod_sparse *R,
cholmod_sparse *A,
Entry *B,
cholmod_dense *X,
Long nrhs,
double anorm,
Long *Qfill,
cholmod_common *cc
)
{
double resid = EMPTY ;
Long xtype = spqr_type <Entry> ( ) ;
cholmod_dense *W ;
Long n, ok ;
Entry *W1, *X1 ;
if (!R || !X)
{
ok = 0 ;
}
else
{
n = X->nrow ;
X1 = (Entry *) X->x ;
ok = Rsolve (rank, R, X1, nrhs, cc) ;
}
if (ok)
{
W = cholmod_l_zeros (A->ncol, nrhs, xtype, cc) ;
W1 = (Entry *) W->x ;
for (Long col = 0 ; col < nrhs ; col++)
{
for (Long k = 0 ; k < rank ; k++)
{
Long j = Qfill ? Qfill [k] : k ;
if (j < (Long) A->ncol) W1 [j] = X1 [k] ;
}
W1 += A->ncol ;
X1 += n ;
}
resid = dense_resid (A, anorm, W, nrhs, B, cc) ;
cholmod_l_free_dense (&W, cc) ;
}
return (CHECK_NAN (resid)) ;
} |
void set_tries (Long tries);
void set_punt (Long punt);
void *my_malloc (size_t size);
void *my_calloc (size_t n, size_t size);
void *my_realloc (void *p, size_t size);
void my_free (void *p);
void my_handler (int status, const char *file, int line, const char *msg);
void normal_memory_handler (cholmod_common *cc);
void test_memory_handler (cholmod_common *cc);
Long my_rand (void);
void my_srand (unsigned seed);
unsigned long my_seed (void);
Long nrand (Long n);
double xrand ( );
double erand (double range);
Complex erand (Complex range);
inline double getreal (double x);
inline double getreal (Complex x);
inline double getimag (double x);
inline double getimag (Complex x);
cholmod_sparse *sparse_real (cholmod_sparse *A, cholmod_common *cc);
cholmod_sparse *sparse_imag (cholmod_sparse *A, cholmod_common *cc);
int do_matrix (int kind, FILE *file, cholmod_common *cc);
int do_matrix2 (int kind, cholmod_sparse *A, cholmod_common *cc);
int main (int argc, char **argv);
| ce142f48492b3632ecc58063e4034084869ad35173a045fc0d178a7ab4e06d21 | 1,079 |
|
166MMX | openjdk.java.net-openjfx-8u40-rt | Source/JavaScriptCore/runtime/Error.cpp | throwError |
JSObject* throwError(ExecState* exec, JSObject* error)
{
Interpreter::addStackTraceIfNecessary(exec, error);
exec->vm().exception = error;
return error;
} |
JSObject* createError(JSGlobalObject* globalObject, const String& message);
JSObject* createEvalError(JSGlobalObject* globalObject, const String& message);
JSObject* createRangeError(JSGlobalObject* globalObject, const String& message);
JSObject* createReferenceError(JSGlobalObject* globalObject, const String& message);
JSObject* createSyntaxError(JSGlobalObject* globalObject, const String& message);
JSObject* createTypeError(JSGlobalObject* globalObject, const String& message);
JSObject* createNotEnoughArgumentsError(JSGlobalObject* globalObject);
JSObject* createURIError(JSGlobalObject* globalObject, const String& message);
JSObject* createError(ExecState* exec, const String& message);
JSObject* createEvalError(ExecState* exec, const String& message);
JSObject* createRangeError(ExecState* exec, const String& message);
JSObject* createReferenceError(ExecState* exec, const String& message);
JSObject* createSyntaxError(ExecState* exec, const String& message);
JSObject* createTypeError(ExecState* exec, const String& message);
JSObject* createNotEnoughArgumentsError(ExecState* exec);
JSObject* createURIError(ExecState* exec, const String& message);
JSObject* addErrorInfo(CallFrame* callFrame, JSObject* error, int line, const SourceCode& source);
bool hasErrorInfo(ExecState* exec, JSObject* error);
JSValue throwError(ExecState* exec, JSValue error);
JSObject* throwTypeError(ExecState* exec);
JSObject* throwSyntaxError(ExecState* exec);
void StrictModeTypeErrorFunction::destroy(JSCell* cell);
| b505a0dc45338cd1eb7841e4b160e3e037db7799bfbdee833da9394430b8f84b | 167 |
|
Demorde | openmw-android | apps/opencs/view/doc/viewmanager.cpp | CSVDoc::ViewManager::documentStateChanged |
void CSVDoc::ViewManager::documentStateChanged (int state, CSMDoc::Document *document)
{
for (std::vector<View *>::const_iterator iter (mViews.begin()); iter!=mViews.end(); ++iter)
if ((*iter)->getDocument()==document)
(*iter)->updateDocumentState();
} |
void CSVDoc::ViewManager::updateIndices();
CSVDoc::ViewManager::ViewManager (CSMDoc::DocumentManager& documentManager);
CSVDoc::ViewManager::~ViewManager();
CSVDoc::View *CSVDoc::ViewManager::addView (CSMDoc::Document *document);
int CSVDoc::ViewManager::countViews (const CSMDoc::Document *document);
bool CSVDoc::ViewManager::closeRequest (View *view);
bool CSVDoc::ViewManager::notifySaveOnClose (CSVDoc::View *view);
bool CSVDoc::ViewManager::showModifiedDocumentMessageBox (CSVDoc::View *view);
bool CSVDoc::ViewManager::showSaveInProgressMessageBox (CSVDoc::View *view);
void CSVDoc::ViewManager::progress (int current, int max, int type, int threads, CSMDoc::Document *document);
void CSVDoc::ViewManager::onExitWarningHandler (int state, CSMDoc::Document *document);
void CSVDoc::ViewManager::exitApplication (CSVDoc::View *view);
| 66af407de66935fb2c1de3dbfba3186f9c44a19e7efc1682e7fdb97fe2bef9a4 | 285 |
|
GRIS-UdeM | spatOSCGRIS | AudioEngine/JuceLibraryCode/modules/juce_gui_basics/properties/juce_TextPropertyComponent.cpp | TextPropertyComponent::removeListener |
void TextPropertyComponent::removeListener (TextPropertyComponentListener* const listener)
{
listenerList.remove (listener);
} | LabelComp (TextPropertyComponent& tpc, const int charLimit, const bool multiline);
bool isInterestedInFileDrag (const StringArray&);
void filesDropped (const StringArray& files, int, int);
TextEditor* createEditorComponent();
void textWasEdited();
void updateColours();
TextPropertyComponent::~TextPropertyComponent();
void TextPropertyComponent::setText (const String& newText);
String TextPropertyComponent::getText();
Value& TextPropertyComponent::getValue();
void TextPropertyComponent::createEditor (const int maxNumChars, const bool isMultiLine);
void TextPropertyComponent::refresh();
void TextPropertyComponent::textWasEdited();
void TextPropertyComponent::addListener (TextPropertyComponentListener* const listener);
void TextPropertyComponent::callListeners();
void TextPropertyComponent::colourChanged();
| c7bf57a6b2f6c87fdb7c5ede41c95a73e006e8381fe6ebf717a79551a148419f | 134 |
|
NSCoderTO | learning-cocos2dx | CCNodeUtil/CCNodeUtil/libs/cocos2dx/actions/CCActionGrid3D.cpp | CCWaves::copyWithZone |
CCObject* CCWaves::copyWithZone(CCZone *pZone)
{
CCZone* pNewZone = NULL;
CCWaves* pCopy = NULL;
if(pZone && pZone->m_pCopyObject)
{
pCopy = (CCWaves*)(pZone->m_pCopyObject);
}
else
{
pCopy = new CCWaves();
pZone = pNewZone = new CCZone(pCopy);
}
CCGrid3DAction::copyWithZone(pZone);
pCopy->initWithDuration(m_fDuration, m_sGridSize, m_nWaves, m_fAmplitude, m_bHorizontal, m_bVertical);
CC_SAFE_DELETE(pNewZone);
return pCopy;
} |
bool CCWaves3D::initWithDuration(float duration, const CCSize& gridSize, unsigned int waves, float amplitude);
CCObject* CCWaves3D::copyWithZone(CCZone *pZone);
void CCWaves3D::update(float time);
CCFlipX3D* CCFlipX3D::create(float duration);
bool CCFlipX3D::initWithDuration(float duration);
bool CCFlipX3D::initWithSize(const CCSize& gridSize, float duration);
CCObject* CCFlipX3D::copyWithZone(CCZone *pZone);
void CCFlipX3D::update(float time);
CCFlipY3D* CCFlipY3D::create(float duration);
CCObject* CCFlipY3D::copyWithZone(CCZone* pZone);
void CCFlipY3D::update(float time);
CCLens3D* CCLens3D::create(float duration, const CCSize& gridSize, const CCPoint& position, float radius);
bool CCLens3D::initWithDuration(float duration, const CCSize& gridSize, const CCPoint& position, float radius);
CCObject* CCLens3D::copyWithZone(CCZone *pZone);
void CCLens3D::setPosition(const CCPoint& pos);
void CCLens3D::update(float time);
CCRipple3D* CCRipple3D::create(float duration, const CCSize& gridSize, const CCPoint& position, float radius, unsigned int waves, float amplitude);
bool CCRipple3D::initWithDuration(float duration, const CCSize& gridSize, const CCPoint& position, float radius, unsigned int waves, float amplitude);
void CCRipple3D::setPosition(const CCPoint& position);
CCObject* CCRipple3D::copyWithZone(CCZone *pZone);
void CCRipple3D::update(float time);
CCShaky3D* CCShaky3D::create(float duration, const CCSize& gridSize, int range, bool shakeZ);
bool CCShaky3D::initWithDuration(float duration, const CCSize& gridSize, int range, bool shakeZ);
CCObject* CCShaky3D::copyWithZone(CCZone *pZone);
void CCShaky3D::update(float time);
CCLiquid* CCLiquid::create(float duration, const CCSize& gridSize, unsigned int waves, float amplitude);
bool CCLiquid::initWithDuration(float duration, const CCSize& gridSize, unsigned int waves, float amplitude);
CCObject* CCLiquid::copyWithZone(CCZone *pZone);
void CCLiquid::update(float time);
CCWaves* CCWaves::create(float duration, const CCSize& gridSize, unsigned int waves, float amplitude, bool horizontal, bool vertical);
bool CCWaves::initWithDuration(float duration, const CCSize& gridSize, unsigned int waves, float amplitude, bool horizontal, bool vertical);
void CCWaves::update(float time);
CCTwirl* CCTwirl::create(float duration, const CCSize& gridSize, CCPoint position, unsigned int twirls, float amplitude);
bool CCTwirl::initWithDuration(float duration, const CCSize& gridSize, CCPoint position, unsigned int twirls, float amplitude);
void CCTwirl::setPosition(const CCPoint& position);
CCObject* CCTwirl::copyWithZone(CCZone *pZone);
void CCTwirl::update(float time);
| 6a531a87ace7dd284f8047c039e9093e5b3da9d1fd0a0d688e1bee3257327211 | 519 |
|
ManaPlus | ManaPlus | src/input/inputmanager.cpp | InputManager::callbackNewKey |
void InputManager::callbackNewKey() restrict2
{
#ifndef DYECMD
mSetupInput->newKeyCallback(mNewKeyIndex);
#endif
} |
InputManager::InputManager();
void InputManager::init();
void InputManager::update();
void InputManager::retrieve();
void InputManager::store();
void InputManager::resetKey(const InputActionT i);
void InputManager::resetKeys();
void InputManager::makeDefault(const InputActionT i);
bool InputManager::isActionActive(const InputActionT index);
bool InputManager::isActionActive0(const InputActionT index);
InputFunction &InputManager::getKey(InputActionT index);
std::string InputManager::getKeyStringLong(const InputActionT index);
std::string InputManager::getKeyValueString(const InputActionT index);
void InputManager::unassignKey();
bool InputManager::handleEvent(const SDL_Event &restrict event);
void InputManager::handleRepeat();
void InputManager::updateConditionMask(const bool pressed A_UNUSED);
bool InputManager::checkKey(const InputActionData *restrict const key);
void InputManager::executeAction(const InputActionT keyNum);
bool InputManager::triggerAction(const KeysVector *restrict const ptrs);
InputActionT InputManager::getActionByKey(const SDL_Event &restrict event);
InputActionT InputManager::getActionByConfigField(const std::string &field);
FOR_EACH (StringVectCIter, it, tokens);
| 4cbe02340d2da4d28efb12e60147eafe0f95a62283a004d502402e470b145cd4 | 122 |
|
hooman | swift | lib/SILGen/SILGenLValue.cpp | emitUsingMaterialization | void emitUsingMaterialization(AccessStrategy readStrategy,
AccessStrategy writeStrategy,
LValueTypeData typeData) {
assert(!ActorIso);
LV.add<MaterializeToTemporaryComponent>(
Storage, IsSuper, Subs, Options, readStrategy, writeStrategy,
BaseFormalType, typeData, IndexExprForDiagnostics, std::move(Indices),
IsOnSelfParameter);
} | void emit(SILGenFunction &SGF, CleanupLocation loc,
ForUnwind_t forUnwind);
void dump(SILGenFunction &);
ExclusiveBorrowFormalAccess &getEvaluation(SILGenFunction &SGF);
static CanType getSubstFormalRValueType(Expr *expr);
static bool shouldUseUnsafeEnforcement(VarDecl *var);
InOutConversionScope::InOutConversionScope(SILGenFunction &SGF);
InOutConversionScope::~InOutConversionScope();
void PathComponent::dump();
std::unique_ptr<LogicalPathComponent>
clone(SILGenFunction &SGF, SILLocation l);
RValue get(SILGenFunction &SGF, SILLocation loc,
ManagedValue base, SGFContext c);
void set(SILGenFunction &SGF, SILLocation loc,
ArgumentSource &&value, ManagedValue base);
ManagedValue project(SILGenFunction &SGF, SILLocation loc,
ManagedValue base);
Optional<AccessedStorage> getAccessedStorage();
EndAccessPseudoComponent(const LValueTypeData &typeData,
ExecutorBreadcrumb &&executorHop);
void dump(raw_ostream &OS, unsigned indent);
void UnenforcedAccess::endAccess(SILGenFunction &SGF);
void UnenforcedAccess::emitEndAccess(SILGenFunction &SGF);
void UnenforcedFormalAccess::emitEndAccess(SILGenFunction &SGF);
void UnenforcedFormalAccess::finishImpl(SILGenFunction &SGF);
void emit(SILGenFunction &SGF, CleanupLocation loc,
ForUnwind_t forUnwind);
void dump(SILGenFunction &);
ManagedValue project(SILGenFunction &SGF, SILLocation loc,
ManagedValue base);
void dump(raw_ostream &OS, unsigned indent);
TupleElementComponent(unsigned elementIndex, LValueTypeData typeData);
ManagedValue project(SILGenFunction &SGF, SILLocation loc,
ManagedValue base);
void dump(raw_ostream &OS, unsigned indent);
ManagedValue project(SILGenFunction &SGF, SILLocation loc,
ManagedValue base);
void dump(raw_ostream &OS, unsigned indent);
ForceOptionalObjectComponent(LValueTypeData typeData, bool isImplicitUnwrap);
ManagedValue project(SILGenFunction &SGF, SILLocation loc,
ManagedValue base);
void dump(raw_ostream &OS, unsigned indent);
OpenOpaqueExistentialComponent(CanArchetypeType openedArchetype,
LValueTypeData typeData);
ManagedValue project(SILGenFunction &SGF, SILLocation loc,
ManagedValue base);
void dump(raw_ostream &OS, unsigned indent);
OpenNonOpaqueExistentialComponent(CanArchetypeType openedArchetype,
LValueTypeData typeData);
Optional<AccessedStorage> getAccessedStorage();
RValue get(SILGenFunction &SGF, SILLocation loc,
ManagedValue base, SGFContext c);
void set(SILGenFunction &SGF, SILLocation loc,
ArgumentSource &&value, ManagedValue base);
std::unique_ptr<LogicalPathComponent>
clone(SILGenFunction &SGF, SILLocation loc);
void dump(raw_ostream &OS, unsigned indent);
ManagedValue project(SILGenFunction &SGF, SILLocation loc,
ManagedValue base);
bool isRValue();
void dump(raw_ostream &OS, unsigned indent);
static bool isReadNoneFunction(const Expr *e);
static bool areCertainlyEqualIndices(const Expr *e1, const Expr *e2);
bool doesAccessorMutateSelf(SILGenFunction &SGF,
SILDeclRef accessor);
void printBase(raw_ostream &OS, unsigned indent, StringRef name);
AccessorDecl *getAccessorDecl();
bool canRewriteSetAsPropertyWrapperInit(SILGenFunction &SGF);
void emitAssignWithSetter(SILGenFunction &SGF, SILLocation loc,
LValue &&dest, ArgumentSource &&value);
static bool isBackingVarVisible(VarDecl *field,
DeclContext *fromDC);
void set(SILGenFunction &SGF, SILLocation loc,
ArgumentSource &&value, ManagedValue base);
ManagedValue project(SILGenFunction &SGF, SILLocation loc,
ManagedValue base);
RValue get(SILGenFunction &SGF, SILLocation loc,
ManagedValue base, SGFContext c);
std::unique_ptr<LogicalPathComponent>
clone(SILGenFunction &SGF, SILLocation loc);
void dump(raw_ostream &OS, unsigned indent);
Optional<AccessedStorage> getAccessedStorage();
std::unique_ptr<LogicalPathComponent>
clone(SILGenFunction &SGF, SILLocation loc);
RValue get(SILGenFunction &SGF, SILLocation loc,
ManagedValue base, SGFContext C);
void set(SILGenFunction &SGF, SILLocation loc,
ArgumentSource &&value, ManagedValue base);
Optional<AccessedStorage> getAccessedStorage();
void dump(raw_ostream &OS, unsigned indent);
ManagedValue project(SILGenFunction &SGF, SILLocation loc,
ManagedValue base);
void dump(raw_ostream &OS, unsigned indent);
void dump(raw_ostream &OS, unsigned indent);
Optional<AccessedStorage> getAccessedStorage();
ManagedValue project(SILGenFunction &SGF, SILLocation loc,
ManagedValue base);
void dump(raw_ostream &OS, unsigned indent);
RValue get(SILGenFunction &SGF, SILLocation loc,
ManagedValue base, SGFContext C);
void set(SILGenFunction &SGF, SILLocation loc,
ArgumentSource &&value, ManagedValue base);
Optional<AccessedStorage> getAccessedStorage();
std::unique_ptr<LogicalPathComponent>
clone(SILGenFunction &SGF, SILLocation l);
void dump(raw_ostream &OS, unsigned indent);
ManagedValue project(SILGenFunction &SGF, SILLocation loc,
ManagedValue base);
void dump(raw_ostream &OS, unsigned indent);
OrigToSubstComponent(const LValueTypeData &typeData,
AbstractionPattern origType);
RValue untranslate(SILGenFunction &SGF, SILLocation loc,
RValue &&rv, SGFContext c);
RValue translate(SILGenFunction &SGF, SILLocation loc,
RValue &&rv, SGFContext c);
std::unique_ptr<LogicalPathComponent>
clone(SILGenFunction &SGF, SILLocation loc);
void dump(raw_ostream &OS, unsigned indent);
SubstToOrigComponent(const LValueTypeData &typeData);
RValue untranslate(SILGenFunction &SGF, SILLocation loc,
RValue &&rv, SGFContext c);
RValue translate(SILGenFunction &SGF, SILLocation loc,
RValue &&rv, SGFContext c);
std::unique_ptr<LogicalPathComponent>
clone(SILGenFunction &SGF, SILLocation loc);
void dump(raw_ostream &OS, unsigned indent);
OwnershipComponent(LValueTypeData typeData);
Optional<AccessedStorage> getAccessedStorage();
RValue get(SILGenFunction &SGF, SILLocation loc,
ManagedValue base, SGFContext c);
void set(SILGenFunction &SGF, SILLocation loc,
ArgumentSource &&valueSource, ManagedValue base);
std::unique_ptr<LogicalPathComponent>
clone(SILGenFunction &SGF, SILLocation loc);
void dump(raw_ostream &OS, unsigned indent);
void LValue::addOrigToSubstComponent(SILType loweredSubstType);
void LValue::dump();
void LValue::dump(raw_ostream &OS, unsigned indent);
AccessEmitter(SILGenFunction &SGF, StorageType *storage,
SGFAccessKind accessKind, CanType formalRValueType);
void emitUsingStrategy(AccessStrategy strategy);
void emitUsingAccessor(AccessorKind accessorKind, bool isDirect);
static AccessKind mapAccessKind(SGFAccessKind accessKind);
static SGFAccessKind getBaseAccessKindForStorage(SGFAccessKind accessKind);
static CanType getBaseFormalType(Expr *baseExpr);
static bool isCallToSelfOfCurrentFunction(SILGenFunction &SGF, LookupExpr *e);
static bool isCurrentFunctionReadAccess(SILGenFunction &SGF);
void emitUsingAddressor(SILDeclRef addressor, bool isDirect,
LValueTypeData typeData);
void emitUsingCoroutineAccessor(SILDeclRef accessor, bool isDirect,
LValueTypeData typeData);
void emitUsingGetterSetter(SILDeclRef accessor, bool isDirect,
LValueTypeData typeData);
| 59bfbb406517bd6f22b04ef6f391c28781dbcd336f77722ee18fcc5afa6ebeef | 429 |
|
stanionascu | Simple-Media-Player | src/smpview.cpp | SMPView::aspectRatio |
qreal SMPView::aspectRatio() const
{
Q_D(const SMPView);
return d->aspectRatio;
} |
SMPViewPrivate::SMPViewPrivate();
SMPViewPrivate::~SMPViewPrivate();
SMPView::SMPView(QWindow *parent);
SMPView::~SMPView();
QSize SMPView::desktopSize();
bool SMPView::forceAspectRatio();
void SMPView::setForceAspectRatio(bool enabled);
void SMPView::setAspectRatio(qreal ratio);
void SMPView::resize(int w, int h);
void SMPView::resizeEvent(QResizeEvent *event);
| 328f943d0bf36a95d6e5f1e0d281fd0d6c25ac9938f501394868ce9b5162191d | 90 |
|
Gwynthell | FFDB | src/map/items/item_usable.cpp | :getInstance | :getInstance()->getVanaTime();
uint32 ReuseTime = dsp_max(m_AssignTime + m_UseDelay, m_LastUseTime + m_ReuseDelay);
return (ReuseTime > CurrentTime ? (ReuseTime - CurrentTime) * 1000 : 0);
} | ItemUsable::CItemUsable(uint16 id);
ItemUsable::~CItemUsable();
oid CItemUsable::setUseDelay(uint8 UseDelay);
int8 CItemUsable::getUseDelay();
oid CItemUsable::setReuseDelay(uint32 ReuseDelay);
int32 CItemUsable::getReuseDelay();
oid CItemUsable::setLastUseTime(uint32 LastUseTime);
int32 CItemUsable::getLastUseTime();
int32 CItemUsable::getNextUseTime();
oid CItemUsable::setCurrentCharges(uint8 CurrCharges);
int8 CItemUsable::getCurrentCharges();
oid CItemUsable::setMaxCharges(uint8 MaxCharges);
int8 CItemUsable::getMaxCharges();
oid CItemUsable::setAnimationID(uint16 Animation);
int16 CItemUsable::getAnimationID();
oid CItemUsable::setAnimationTime(uint16 AnimationTime);
int16 CItemUsable::getAnimationTime();
oid CItemUsable::setActivationTime(uint16 ActivationTime);
int16 CItemUsable::getActivationTime();
oid CItemUsable::setValidTarget(uint8 ValidTarget);
int8 CItemUsable::getValidTarget();
int16 CItemUsable::getAoE();
oid CItemUsable::setAoE(uint16 AoE);
ignTime(uint32 VanaTime);
| 33c889caac54430f0e26de7a2b62c6140b34d4d9c3682196579fe36607576b5d | 201 |
|
cs-au-dk | Artemis | contrib/Z3/lib/dl_sieve_relation.cpp | join_fn | join_fn(sieve_relation_plugin & p, const relation_base & r1, const relation_base & r2, unsigned col_cnt,
const unsigned * cols1, const unsigned * cols2, relation_join_fn * inner_join_fun)
: convenient_relation_join_fn(r1.get_signature(), r2.get_signature(), col_cnt, cols1, cols2),
m_plugin(p),
m_inner_join_fun(inner_join_fun) {
bool r1_sieved = r1.get_plugin().is_sieve_relation();
bool r2_sieved = r2.get_plugin().is_sieve_relation();
const sieve_relation * sr1 = r1_sieved ? static_cast<const sieve_relation *>(&r1) : 0;
const sieve_relation * sr2 = r2_sieved ? static_cast<const sieve_relation *>(&r2) : 0;
if(r1_sieved) {
m_result_inner_cols.append(sr1->m_inner_cols);
}
else {
m_result_inner_cols.resize(r1.get_signature().size(), true);
}
if(r2_sieved) {
m_result_inner_cols.append(sr2->m_inner_cols);
}
else {
m_result_inner_cols.resize(m_result_inner_cols.size() + r2.get_signature().size(), true);
}
} | sieve_relation::sieve_relation(sieve_relation_plugin & p, const relation_signature & s,
const bool * inner_columns, relation_base * inner);
void sieve_relation::add_fact(const relation_fact & f);
bool sieve_relation::contains_fact(const relation_fact & f);
sieve_relation * sieve_relation::clone();
relation_base * sieve_relation::complement(func_decl* p);
void sieve_relation::to_formula(expr_ref& fml);
void sieve_relation::display(std::ostream & out);
sieve_relation_plugin & sieve_relation_plugin::get_plugin(relation_manager & rmgr);
sieve_relation& sieve_relation_plugin::get(relation_base& r);
sieve_relation const & sieve_relation_plugin::get(relation_base const& r);
sieve_relation* sieve_relation_plugin::get(relation_base* r);
sieve_relation const* sieve_relation_plugin::get(relation_base const* r);
sieve_relation_plugin::sieve_relation_plugin(relation_manager & manager);
void sieve_relation_plugin::initialize(family_id fid);
family_id sieve_relation_plugin::get_relation_kind(const relation_signature & sig,
const bool * inner_columns, family_id inner_kind);
family_id sieve_relation_plugin::get_relation_kind(sieve_relation & r, const bool * inner_columns);
void sieve_relation_plugin::extract_inner_columns(const relation_signature & s, relation_plugin & inner,
svector<bool> & inner_columns);
void sieve_relation_plugin::collect_inner_signature(const relation_signature & s,
const svector<bool> & inner_columns, relation_signature & inner_sig);
void sieve_relation_plugin::extract_inner_signature(const relation_signature & s,
relation_signature & inner_sig);
bool sieve_relation_plugin::can_handle_signature(const relation_signature & s);
sieve_relation * sieve_relation_plugin::mk_from_inner(const relation_signature & s, const bool * inner_columns,
relation_base * inner_rel);
sieve_relation * sieve_relation_plugin::mk_empty(const sieve_relation & original);
relation_base * sieve_relation_plugin::mk_empty(const relation_base & original);
relation_base * sieve_relation_plugin::mk_empty(const relation_signature & s, family_id kind);
relation_base * sieve_relation_plugin::mk_empty(const relation_signature & s);
sieve_relation * sieve_relation_plugin::mk_empty(const relation_signature & s, relation_plugin & inner_plugin);
relation_base * sieve_relation_plugin::mk_full(func_decl* p, const relation_signature & s);
sieve_relation * sieve_relation_plugin::mk_full(func_decl* p, const relation_signature & s, relation_plugin & inner_plugin);
virtual relation_base * operator();
relation_join_fn * sieve_relation_plugin::mk_join_fn(const relation_base & r1, const relation_base & r2,
unsigned col_cnt, const unsigned * cols1, const unsigned * cols2);
transformer_fn(relation_transformer_fn * inner_fun, const relation_signature & result_sig,
const bool * result_inner_cols);
virtual relation_base * operator();
relation_transformer_fn * sieve_relation_plugin::mk_project_fn(const relation_base & r0, unsigned col_cnt,
const unsigned * removed_cols);
relation_transformer_fn * sieve_relation_plugin::mk_rename_fn(const relation_base & r0,
unsigned cycle_len, const unsigned * permutation_cycle);
virtual void operator();
relation_union_fn * sieve_relation_plugin::mk_union_fn(const relation_base & tgt, const relation_base & src,
const relation_base * delta);
virtual void operator();
relation_mutator_fn * sieve_relation_plugin::mk_filter_identical_fn(const relation_base & r0,
unsigned col_cnt, const unsigned * identical_cols);
relation_mutator_fn * sieve_relation_plugin::mk_filter_equal_fn(const relation_base & r0,
const relation_element & value, unsigned col);
relation_mutator_fn * sieve_relation_plugin::mk_filter_interpreted_fn(const relation_base & rb,
app * condition);
virtual void operator();
| 04ec66e13861addc2ed29f128254fa0f571a71799787a2e3bb3ffa8ea7213b4d | 1,219 |
|
crystalspace | CS | libs/csgfx/shaderexp.cpp | csShaderExpression::print_ops |
void csShaderExpression::print_ops (const oper_array& ops) const
{
oper_array::ConstIterator iter = ops.GetIterator ();
while (iter.HasNext ())
{
const oper& op = iter.Next ();
csPrintf (" %s", GetOperName (op.opcode));
if (op.arg1.type != TYPE_INVALID)
{
switch (op.arg1.type)
{
case TYPE_NUMBER:
csPrintf (" %f", op.arg1.num);
break;
case TYPE_VECTOR2:
csPrintf (" #(%f %f)", op.arg1.vec4.x, op.arg1.vec4.y);
break;
case TYPE_VECTOR3:
csPrintf (" #(%f %f %f)", op.arg1.vec4.x, op.arg1.vec4.y,
op.arg1.vec4.z);
break;
case TYPE_VECTOR4:
csPrintf (" #(%f %f %f %f)", op.arg1.vec4.x, op.arg1.vec4.y,
op.arg1.vec4.z, op.arg1.vec4.w);
break;
case TYPE_VARIABLE:
csPrintf (" %s", strset->Request(op.arg1.var.id));
break;
case TYPE_ACCUM:
csPrintf (" ACC%d", op.arg1.acc);
break;
default:
csPrintf (" #<unknown type %" PRIu8 ">", op.arg1.type);
}
}
if (op.arg2.type != TYPE_INVALID)
{
switch (op.arg2.type)
{
case TYPE_NUMBER:
csPrintf (",%f", op.arg2.num);
break;
case TYPE_VECTOR2:
csPrintf (",#(%f %f)", op.arg2.vec4.x, op.arg2.vec4.y);
break;
case TYPE_VECTOR3:
csPrintf (",#(%f %f %f)", op.arg2.vec4.x, op.arg2.vec4.y,
op.arg2.vec4.z);
break;
case TYPE_VECTOR4:
csPrintf (",#(%f %f %f %f)", op.arg2.vec4.x, op.arg2.vec4.y,
op.arg2.vec4.z, op.arg2.vec4.w);
break;
case TYPE_VARIABLE:
csPrintf (",%s", strset->Request(op.arg2.var.id));
break;
case TYPE_ACCUM:
csPrintf (",ACC%d", op.arg2.acc);
break;
default:
csPrintf (",#<unknown type %" PRIu8 ">", op.arg2.type);
}
}
csPrintf (" -> ACC%d\n", op.acc);
}
} |
csShaderExpression::csShaderExpression (iObjectRegistry* objr);
csShaderExpression::~csShaderExpression ();
void csShaderExpression::ParseError (const char* message, ...);
void csShaderExpression::EvalError (const char* message, ...);
csShaderVariable* csShaderExpression::ResolveVar (const oper_arg::SvVarValue& var);
bool csShaderExpression::Parse (iDocumentNode* node);
bool csShaderExpression::eval_const (cons*& head);
bool csShaderExpression::eval_variable (csShaderVariable* var, oper_arg& out);
bool csShaderExpression::eval_oper (int oper, oper_arg arg1, oper_arg& output);
bool csShaderExpression::eval_oper (int oper, oper_arg& output);
bool csShaderExpression::eval_sin (const oper_arg& arg1, oper_arg& output);
bool csShaderExpression::eval_cos (const oper_arg& arg1, oper_arg& output);
bool csShaderExpression::eval_tan (const oper_arg& arg1, oper_arg& output);
bool csShaderExpression::eval_time (oper_arg& output);
bool csShaderExpression::eval_frame (oper_arg& output);
bool csShaderExpression::parse_xml (cons* head, iDocumentNode* node);
bool csShaderExpression::parse_sexp (cons* head, iDocumentNode* node);
bool csShaderExpression::parse_sexp_form (const char*& text, cons* head);
bool csShaderExpression::parse_sexp_atom (const char*& text, cons* head);
bool csShaderExpression::parse_num_atom (const char*& text, oper_arg& arg);
bool csShaderExpression::compile_cons (const cons* cell, int& acc_top);
void csShaderExpression::destruct_cons (cons* cell);
void csShaderExpression::print_cons (const cons* head);
void csShaderExpression::print_result (const oper_arg& arg);
const char* csShaderExpression::GetTypeName (unsigned int id);
const char* csShaderExpression::GetOperName (unsigned int id);
csStringID csShaderExpression::GetCommonTokenOp (const char* token);
csStringID csShaderExpression::GetXmlTokenOp (const char* token);
csStringID csShaderExpression::GetSexpTokenOp (const char* token);
csStringID csShaderExpression::GetXmlType (const char* token);
| fca451fef604648abc5d07116ed8c4ea5853e380cc55be23fec0139c21c27063 | 1,964 |
|
antont | tundra | src/Application/JavascriptModule/qscript_float3.cpp | float3_Perpendicular_float3_float3 |
static QScriptValue float3_Perpendicular_float3_float3(QScriptContext *context, QScriptEngine *engine)
{
if (context->argumentCount() != 2) { printf("Error! Invalid number of arguments passed to function float3_Perpendicular_float3_float3 in file %s, line %d!\nExpected 2, but got %d!\n", __FILE__, __LINE__, context->argumentCount()); PrintCallStack(context->backtrace()); return QScriptValue(); }
float3 This = qscriptvalue_cast<float3>(context->thisObject());
float3 hint = qscriptvalue_cast<float3>(context->argument(0));
float3 hint2 = qscriptvalue_cast<float3>(context->argument(1));
float3 ret = This.Perpendicular(hint, hint2);
return qScriptValueFromValue(engine, ret);
} |
void ToExistingScriptValue_float3(QScriptEngine *engine, const float3 &value, QScriptValue obj);
static QScriptValue float3_float3(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_float3_float3(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_float3_float_float_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_float3_float2_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_xy(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_LengthSq(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Length(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Normalize(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Normalized(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_ScaleToLength_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_ScaledToLength_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_IsNormalized_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_IsZero_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_IsFinite(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_IsPerpendicular_float3_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Equals_float3_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Equals_float_float_float_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_SumOfElements(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_ProductOfElements(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_AverageOfElements(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_MinElement(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_MinElementIndex(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_MaxElement(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_MaxElementIndex(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Abs(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Neg(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Recip(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Min_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Min_float3(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Max_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Max_float3(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Clamp_float3_float3(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Clamp01(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Clamp_float_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Distance_float3(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_DistanceSq_float3(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Dot_float3(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Cross_float3(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_OuterProduct_float3(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_AnotherPerpendicular_float3_float3(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Reflect_float3(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Refract_float3_float_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_ProjectTo_float3(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_ProjectToNorm_float3(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_AngleBetween_float3(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_AngleBetweenNorm_float3(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Decompose_float3_float3_float3(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Lerp_float3_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_SetFromScalar_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Set_float_float_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_ToPos4(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_ToDir4(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Add_float3(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Sub_float3(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Mul_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Div_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Mul_float3(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_float3_QVector3D(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_toString(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_ToQVector3D(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_ScalarTripleProduct_float3_float3_float3(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Lerp_float3_float3_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Orthogonalize_float3_float3(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Orthogonalize_float3_float3_float3(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_AreOrthogonal_float3_float3_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_AreOrthogonal_float3_float3_float3_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Orthonormalize_float3_float3(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Orthonormalize_float3_float3_float3(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_AreOrthonormal_float3_float3_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_AreOrthonormal_float3_float3_float3_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_FromScalar_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_RandomDir_LCG_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_RandomSphere_LCG_float3_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_RandomBox_LCG_float_float_float_float_float_float(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_FromQVector3D_QVector3D(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_FromString_QString(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_ctor(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Equals_selector(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Min_selector(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Max_selector(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Clamp_selector(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Lerp_selector(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Mul_selector(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Orthogonalize_selector(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_AreOrthogonal_selector(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_Orthonormalize_selector(QScriptContext *context, QScriptEngine *engine);
static QScriptValue float3_AreOrthonormal_selector(QScriptContext *context, QScriptEngine *engine);
void FromScriptValue_float3(const QScriptValue &obj, float3 &value);
QScriptValue ToScriptValue_float3(QScriptEngine *engine, const float3 &value);
QScriptValue ToScriptValue_const_float3(QScriptEngine *engine, const float3 &value);
QScriptValue register_float3_prototype(QScriptEngine *engine);
| 0781d596ec92efc23cccf6e21d8fb022ae1938623df471cc907033598d5b1518 | 705 |
|
CollapsedTeam | CollapsedEngine | Server/Server/Console.cpp | Console::init |
void Console::init()
{
#if !defined(_WIN32)
struct termios newSettings;
tcgetattr(0, &initialSettings);
newSettings = initialSettings;
newSettings.c_lflag &= ~(ISIG);
newSettings.c_cc[VMIN] = 1;
newSettings.c_cc[VTIME] = 0;
tcsetattr(0, TCSANOW, &newSettings);
peekCharacter = -1;
#endif
disableCloseButton();
} |
void Console::writeLine(const Info& info);
void Console::writeLine(const Debug& debug);
void Console::writeLine(const Warn& warn);
void Console::writeLine(const Error& error);
void Console::newLine();
void Console::inputUpdate();
void Console::requestQuit();
void Console::release();
void Console::disableCloseButton();
bool Console::kbhit();
void Console::processEnter();
void Console::processBackspace();
void Console::processKey(s32 pressedKey);
void Console::parseArguments(std::vector<String>& dest, const String& args);
void Console::pause();
s32 Console::getch();
| c8f320cfda550526708809b285873070c99561ecbfa1387eaf53641dfa91c5c0 | 330 |
|
gwupe | GwupeSupportScreen | viewer-core/PointerPosDecoder.cpp |
PointerPosDecoder::~PointerPosDecoder |
PointerPosDecoder::~PointerPosDecoder()
{
} |
PointerPosDecoder::PointerPosDecoder(LogWriter *logWriter);
| 338794fdc895eba6278837e188c65e65ef2bd113c33ff455da2973d30436bcf9 | 46 |
|
Tomasen | SPlayer | Thirdparty/atlmfc/src/mfc/array_u.cpp | CUIntArray::InsertAt |
void CUIntArray::InsertAt(INT_PTR nStartIndex, CUIntArray* pNewArray)
{
ASSERT_VALID(this);
ASSERT(pNewArray != NULL);
ASSERT_KINDOF(CUIntArray, pNewArray);
ASSERT_VALID(pNewArray);
ASSERT(nStartIndex >= 0);
if(pNewArray == NULL || nStartIndex < 0)
AfxThrowInvalidArgException();
if (pNewArray->GetSize() > 0)
{
InsertAt(nStartIndex, pNewArray->GetAt(0), pNewArray->GetSize());
for (INT_PTR i = 0; i < pNewArray->GetSize(); i++)
SetAt(nStartIndex + i, pNewArray->GetAt(i));
}
} |
CUIntArray::CUIntArray();
CUIntArray::~CUIntArray();
void CUIntArray::SetSize(INT_PTR nNewSize, INT_PTR nGrowBy);
INT_PTR CUIntArray::Append(const CUIntArray& src);
void CUIntArray::Copy(const CUIntArray& src);
void CUIntArray::FreeExtra();
void CUIntArray::SetAtGrow(INT_PTR nIndex, UINT newElement);
void CUIntArray::InsertAt(INT_PTR nIndex, UINT newElement, INT_PTR nCount);
void CUIntArray::RemoveAt(INT_PTR nIndex, INT_PTR nCount);
void CUIntArray::Dump(CDumpContext& dc);
void CUIntArray::AssertValid();
| 0e7e9d4f3e2030029f9e725ce7ed2604881cca55bc800378f81bf00649b75ff0 | 498 |
|
Siv3D | OpenSiv3D | Siv3D/src/Siv3D/Script/Bind/ScriptVec3.cpp | EqualsVec3 | tatic bool EqualsVec3(const ShapeType& other, const ShapeType& value)
{
return (value == other);
}
| tatic void Construct(const Vec3& v, ShapeType* self);
tatic void ConstructDDD(double x, double y, double z, ShapeType* self);
tatic void ConstructVD(const Vec2& xy, double z, ShapeType* self);
tatic void ConstructDV(double x, const Vec2& yz, ShapeType* self);
tatic void ConstructF3(const Float3& v, ShapeType* self);
tatic void ConstructList(const double* list, ShapeType* self);
tatic Vec3 MulDouble(double other, const ShapeType& value);
oid RegisterVec3(asIScriptEngine* engine);
| 53602e01f3ff84b4b7477e7a66dc9e143b91127911e75ddeca0beee20b46461e | 104 |
|
Simran-B | arangodb | 3rdParty/velocypack/tests/testsBuilder.cpp |
TEST |
TEST(BuilderTest, Int64) {
static int64_t value = INT64_MAX;
Builder b;
b.add(Value(value));
uint8_t* result = b.start();
ValueLength len = b.size();
static uint8_t correctResult[9] = {0x27, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0x7f};
ASSERT_EQ(sizeof(correctResult), len);
ASSERT_EQ(0, memcmp(result, correctResult, len));
} |
TEST(BuilderTest, ConstructWithBufferRef);
TEST(BuilderTest, AddObjectInArray);
TEST(BuilderTest, AddObjectIteratorEmpty);
TEST(BuilderTest, AddObjectIteratorKeyAlreadyWritten);
TEST(BuilderTest, AddObjectIteratorNonObject);
TEST(BuilderTest, AddObjectIteratorTop);
TEST(BuilderTest, AddObjectIteratorReference);
TEST(BuilderTest, AddObjectIteratorSub);
TEST(BuilderTest, AddArrayIteratorEmpty);
TEST(BuilderTest, AddArrayIteratorNonArray);
TEST(BuilderTest, AddArrayIteratorTop);
TEST(BuilderTest, AddArrayIteratorReference);
TEST(BuilderTest, AddArrayIteratorSub);
TEST(BuilderTest, CreateWithoutBufferOrOptions);
TEST(BuilderTest, Copy);
TEST(BuilderTest, CopyAssign);
TEST(BuilderTest, MoveConstructOpenObject);
TEST(BuilderTest, MoveConstructOpenArray);
TEST(BuilderTest, MoveAssignOpenObject);
TEST(BuilderTest, MoveAssignOpenArray);
TEST(BuilderTest, Move);
TEST(BuilderTest, MoveNonEmpty);
TEST(BuilderTest, MoveAssign);
TEST(BuilderTest, MoveAssignNonEmpty);
TEST(BuilderTest, ConstructFromSlice);
TEST(BuilderTest, UsingEmptySharedPtr);
TEST(BuilderTest, SizeUsingSharedPtr);
TEST(BuilderTest, SizeUsingBufferReference);
TEST(BuilderTest, UsingExistingBuffer);
TEST(BuilderTest, BufferRef);
TEST(BuilderTest, BufferRefAfterStolen);
TEST(BuilderTest, AfterStolen);
TEST(BuilderTest, StealBuffer);
TEST(BuilderTest, SizeWithOpenObject);
TEST(BuilderTest, BufferSharedPointerNoSharing);
TEST(BuilderTest, BufferSharedPointerStealFromParser);
TEST(BuilderTest, BufferSharedPointerCopy);
TEST(BuilderTest, BufferSharedPointerStealFromParserExitScope);
TEST(BuilderTest, BufferSharedPointerStealAndReturn);
TEST(BuilderTest, BufferSharedPointerStealMultiple);
TEST(BuilderTest, BufferSharedPointerInject);
TEST(BuilderTest, AddNonCompoundTypeAllowUnindexed);
TEST(BuilderTest, BoolWithOtherTypes);
TEST(BuilderTest, StringWithOtherTypes);
TEST(BuilderTest, SmallIntWithOtherTypes);
TEST(BuilderTest, IntWithOtherTypes);
TEST(BuilderTest, UIntWithOtherTypes);
TEST(BuilderTest, DoubleWithOtherTypes);
TEST(BuilderTest, UTCDateWithOtherTypes);
TEST(BuilderTest, BinaryWithOtherTypes);
TEST(BuilderTest, ExternalWithOtherTypes);
TEST(BuilderTest, AddAndOpenArray);
TEST(BuilderTest, AddAndOpenObject);
TEST(BuilderTest, MinKey);
TEST(BuilderTest, MaxKey);
TEST(BuilderTest, Custom);
TEST(BuilderTest, None);
TEST(BuilderTest, Null);
TEST(BuilderTest, False);
TEST(BuilderTest, True);
TEST(BuilderTest, UInt64);
TEST(BuilderTest, Double);
TEST(BuilderTest, String);
TEST(BuilderTest, ArrayEmpty);
TEST(BuilderTest, ArraySingleEntry);
TEST(BuilderTest, ArraySingleEntryLong);
TEST(BuilderTest, ArraySameSizeEntries);
TEST(BuilderTest, ArraySomeValues);
TEST(BuilderTest, ArrayCompact);
TEST(BuilderTest, ObjectEmpty);
TEST(BuilderTest, ObjectEmptyCompact);
TEST(BuilderTest, ObjectSorted);
TEST(BuilderTest, ObjectCompact);
TEST(BuilderTest, ArrayCompactBytesizeBelowThreshold);
TEST(BuilderTest, ArrayCompactBytesizeAboveThreshold);
TEST(BuilderTest, ArrayCompactLengthBelowThreshold);
TEST(BuilderTest, ArrayCompactLengthAboveThreshold);
TEST(BuilderTest, ExternalDisallowed);
TEST(BuilderTest, External);
TEST(BuilderTest, ExternalUTCDate);
TEST(BuilderTest, ExternalDouble);
TEST(BuilderTest, ExternalBinary);
TEST(BuilderTest, ExternalString);
TEST(BuilderTest, ExternalExternal);
TEST(BuilderTest, ExternalAsObjectKey);
TEST(BuilderTest, UInt);
TEST(BuilderTest, IntPos);
TEST(BuilderTest, IntNeg);
TEST(BuilderTest, Int1Limits);
TEST(BuilderTest, StringChar);
TEST(BuilderTest, StringString);
EST(BuilderTest, StringView);
ST(BuilderTest, BinaryViaValuePair);
ST(BuilderTest, ShortStringViaValuePair);
ST(BuilderTest, LongStringViaValuePair);
ST(BuilderTest, CustomViaValuePair);
ST(BuilderTest, CustomValueDisallowed);
ST(BuilderTest, CustomPairDisallowed);
ST(BuilderTest, InvalidTypeViaValuePair);
ST(BuilderTest, CustomValueType);
ST(BuilderTest, IllegalValueType);
ST(BuilderTest, UTCDate);
ST(BuilderTest, UTCDateZero);
ST(BuilderTest, UTCDateMin);
ST(BuilderTest, UTCDateMax);
ST(BuilderTest, CustomTypeID);
ST(BuilderTest, AddBCD);
ST(BuilderTest, AddOnNonArray);
ST(BuilderTest, AddOnNonObject);
ST(BuilderTest, StartCalledOnOpenObject);
ST(BuilderTest, StartCalledOnOpenObjectWithSubs);
ST(BuilderTest, HasKeyNonObject);
ST(BuilderTest, HasKeyArray);
ST(BuilderTest, HasKeyEmptyObject);
ST(BuilderTest, HasKeySubObject);
ST(BuilderTest, HasKeyCompact);
ST(BuilderTest, GetKeyNonObject);
ST(BuilderTest, GetKeyArray);
ST(BuilderTest, GetKeyEmptyObject);
ST(BuilderTest, GetKeySubObject);
ST(BuilderTest, GetKeyCompact);
ST(BuilderTest, IsClosedMixed);
ST(BuilderTest, IsClosedObject);
ST(BuilderTest, CloseClosed);
ST(BuilderTest, Clone);
ST(BuilderTest, CloneDestroyOriginal);
ST(BuilderTest, AttributeTranslations);
Test, AttributeTranslationsSorted);
ibuteTranslationsRollbackSet);
ring);
ctBuilder);
ctBuilderNested);
ctBuilderNestedArrayInner);
ctBuilderClosed);
yBuilder);
yBuilderNested);
yBuilderClosed);
eysSeparately1);
eysSeparately2);
eysSeparatelyFail);
InBuffer);
InBufferNoOptions);
InBufferCustomOptions);
InSharedBufferNoOptions);
InSharedBufferCustomOptions);
eEmpty);
eyToNonObject);
ritten);
ithTranslator);
teNames);
teNamesNotThere);
nes);
nesCompact);
ones);
onesCompact);
rOneByteArray);
rTwoByteArray);
rEquallySizedArray);
rOneByteObject);
rTwoByteObject);
ilder b;
b.openObject();
ed);
allowed);
esWithPaddingButContainingNones);
ceEmpty);
ce);
ceOpen);
lice);
]);
| 92ed281aa26575804163978c863bb446ea5ae8ef55e52a2b31df375bff8fe049 | 386 |
|
newerthcom | savagerebirth | TheGame/pyapi_shared.cpp |
API_DEF |
API_DEF(team_getupgrades) {
PyObject *l = PyList_New(0);
int i;
if(!PyArg_ParseTuple(args, "i", &i)) {
return l;
}
if(i < 0 || i >= sv_numTeams.integer)
return l;
if(isServerActive()) {
teamInfo_t *team = &sl.teams[i];
for(int j=0; j<team->numAppliedUpgrades;j++) {
if( team->appliedUpgrades[j] > 0 ) {
PyObject *pytype, *arg, *ret;
pytype = PyDict_GetItemString(PyModule_GetDict(game_module), "ObjectType");
arg = Py_BuildValue("(i)", team->appliedUpgrades[j]+MAX_OBJECT_TYPES);
ret = PyObject_CallObject(pytype, arg);
Py_DECREF(arg);
PyList_Append(l, ret);
}
}
} else {
#ifndef DEDICATED_SERVER
cl_teamInfo_t *team = &cl.teams[i];
for(int j=0; j<team->numAppliedUpgrades;j++) {
if( team->appliedUpgrades[j] > 0 ) {
PyObject *pytype, *arg, *ret;
pytype = PyDict_GetItemString(PyModule_GetDict(game_module), "ObjectType");
arg = Py_BuildValue("(i)", team->appliedUpgrades[j]+MAX_OBJECT_TYPES);
ret = PyObject_CallObject(pytype, arg);
Py_DECREF(arg);
PyList_Append(l, ret);
}
}
#endif
}
return l;
} |
float _boundingSq(const vec3_t bmin, const vec3_t bmax);
float _bounding(const vec3_t bmin, const vec3_t bmax);
bool isServerActive();
PyObject *allocPyObject(int i);
PyObject *SV_AllocPyObject(const char *type, int i);
PyObject *SV_AllocPyObject(int i);
PyObject *SV_AllocAIPyObject(int i);
API_DEF(getObjectType);
API_DEF(getGameObject);
API_DEF(getTeamObject);
API_DEF(getPlayerByName);
API_DEF(getActiveObjects);
API_DEF(getRadiusObjects);
API_DEF(getSelectedObjects);
API_DEF(getTypeObjects);
API_DEF(getPlayers);
API_DEF(getLocalId);
API_DEF(getObjectUnder);
API_DEF(getObjectsWithin);
API_DEF(getGameStatus);
API_DEF(getGameTime);
void _getgamestats_callback(const char *key, const char *value, void *d);
API_DEF(getGameStats);
API_DEF(getServerVersion);
API_DEF(getRaceTypes);
API_DEF(getXPForLevel);
API_DEF(getResourceId);
API_DEF(setGameStatus);
API_DEF(registerCommandHandler);
API_DEF(getSound);
API_DEF(fallToCollide);
API_DEF(go_isactive);
API_DEF(go_isselected);
API_DEF(go_gettype);
API_DEF(go_gethealth);
API_DEF(go_getmaxhealth);
API_DEF(go_getteam);
API_DEF(go_getname);
void ProjectVertexScripting(vec3_t v, vec2_t result);
API_DEF(go_getposition);
API_DEF(go_getscreenposition);
API_DEF(go_getscreentopposition);
API_DEF(go_getforward);
API_DEF(go_getowner);
API_DEF(go_settype);
API_DEF(go_sethealth);
API_DEF(go_isspawn);
API_DEF(go_spawn);
API_DEF(go_givestate);
API_DEF(go_setstate);
API_DEF(go_getstates);
API_DEF(go_getstate);
API_DEF(go_getanimstate);
API_DEF(go_setanimstate);
API_DEF(go_setteam);
API_DEF(go_addstatetime);
API_DEF(go_setforward);
API_DEF(go_settrajectory);
API_DEF(go_setgravity);
API_DEF(go_isbeingbuilt);
API_DEF(go_getbuildprogress);
API_DEF(go_construct);
API_DEF(go_attach);
API_DEF(go_die);
API_DEF(go_damage);
API_DEF(go_getresource);
API_DEF(go_getmaxresource);
API_DEF(go_getcapacity);
API_DEF(go_getazimuthto);
API_DEF(go_addevent);
API_DEF(player_iscommander);
API_DEF(player_makecommander);
API_DEF(player_isofficer);
API_DEF(player_makeofficer);
API_DEF(player_demoteofficer);
API_DEF(player_isreferee);
API_DEF(player_getuid);
API_DEF(player_getclanid);
API_DEF(player_getkills);
API_DEF(player_getdeaths);
API_DEF(player_getassists);
API_DEF(player_getexperience);
API_DEF(player_getlevel);
API_DEF(player_invswitch);
API_DEF(player_invinc);
API_DEF(player_getstatus);
API_DEF(player_getammo);
API_DEF(player_getmana);
API_DEF(player_giveammo);
API_DEF(player_giveitem);
API_DEF(player_getlink);
API_DEF(player_getgold);
API_DEF(player_getinventoryslot);
API_DEF(player_getinventoryslotcount);
API_DEF(player_getcurrentinventoryslotindex);
API_DEF(player_getstamina);
API_DEF(player_getmaxstamina);
API_DEF(player_getping);
API_DEF(player_getwaypoint);
API_DEF(player_getwaypointdistance);
API_DEF(player_revive);
API_DEF(player_setlink);
API_DEF(player_getfiredshots);
API_DEF(player_gethitshots);
API_DEF(player_getsiegehitshots);
API_DEF(player_getkillsperweapon);
API_DEF(player_getdeathsperweapon);
API_DEF(player_getidletime);
API_DEF(player_getdueling);
API_DEF(player_setdueling);
API_DEF(player_getduelphase);
API_DEF(player_setduelphase);
API_DEF(player_clearinventory);
API_DEF(player_getrespawntime);
API_DEF(player_setautoapprove);
API_DEF(player_getautoapprove);
API_DEF(player_getfocus);
API_DEF(player_getskin);
API_DEF(team_getrace);
API_DEF(team_setrace);
API_DEF(team_getarmy);
API_DEF(team_getresearch);
API_DEF(team_getitems);
API_DEF(team_getweapons);
API_DEF(team_getunits);
API_DEF(team_getbuildings);
API_DEF(team_getresources);
API_DEF(team_getresearchable);
API_DEF(team_getcommandcenter);
API_DEF(team_getwinstatus);
API_DEF(team_getworkerinfo);
API_DEF(team_getidleworkers);
API_DEF(team_getcommander);
API_DEF(team_getdeployedcount);
API_DEF(team_getkills);
API_DEF(team_getdeaths);
API_DEF(team_getassists);
API_DEF(team_impeachcommander);
API_DEF(state_getpropertyvalue);
API_DEF(ot_getpropertyvalue);
API_DEF(ot_getattackvalue);
API_DEF(ot_getcost);
API_DEF(ot_isresearched);
API_DEF(ai_gotoobject);
API_DEF(ai_gotoposition);
API_DEF(ai_stop);
API_DEF(ai_isarrived);
API_DEF(ai_ismoving);
API_DEF(ai_isidle);
API_DEF(ai_mineresources);
API_DEF(ai_dropoffresources);
API_DEF(ai_fireweapon);
API_DEF(ai_setidle);
API_DEF(zone_getname);
void PyAPI_Init();
void _loadgs(const char *fname, void *);
void _loadActions(const char *fname, void *);
void SV_LoadGamescripts(const char *mod_objpath, const char *mod_objlist);
bool gameScriptExecute(PyObject *self, const char *func, const char *argfmt, va_list &vals);
void dispatchEngineEvent(const std::string eventType, const char *argfmt, ...);
bool SV_ScriptExecute(PyObject *self, const char *func, const char *argfmt, ...);
bool SV_ScriptExecute(const char *func, const char *argfmt, ...);
bool SV_GameScriptExecute(serverObject_t *self, const char *func, const char *argfmt, ...);
bool SV_GameScriptExecuteItem(byte selftype, serverObject_t *target, const char *func, const char *argfmt, ...);
| 76433cba452c1cbde11061803ca396f98df00b7a79525b451808e64d7295b399 | 1,137 |
|
pcolby | libqtaws | src/ssmincidents/deletereplicationsetrequest.cpp |
DeleteReplicationSetRequestPrivate::DeleteReplicationSetRequestPrivate |
DeleteReplicationSetRequestPrivate::DeleteReplicationSetRequestPrivate(
const DeleteReplicationSetRequestPrivate &other, DeleteReplicationSetRequest * const q)
: SSMIncidentsRequestPrivate(other, q)
{
} |
DeleteReplicationSetRequest::DeleteReplicationSetRequest(const DeleteReplicationSetRequest &other);
DeleteReplicationSetRequest::DeleteReplicationSetRequest();
bool DeleteReplicationSetRequest::isValid();
QtAws::Core::AwsAbstractResponse * DeleteReplicationSetRequest::response(QNetworkReply * const reply);
| de3e8e29a34109bfd7461416d4dedfd879ae65c8fa3d8c6462e8564ba06e10f7 | 212 |
|
tangziwen | Cube-Engine | CubeEngine/External/NodeEditor/Source/imgui_node_editor.cpp |
ImVec2*
ed::Style::GetVarVec2Addr |
ImVec2*
ed::Style::GetVarVec2Addr(StyleVar idx)
{
switch (idx) {
case StyleVar_SourceDirection:
return &SourceDirection;
case StyleVar_TargetDirection:
return &TargetDirection;
case StyleVar_PivotAlignment:
return &PivotAlignment;
case StyleVar_PivotSize:
return &PivotSize;
case StyleVar_PivotScale:
return &PivotScale;
default:
return nullptr;
}
} |
ed::EditorContext::EditorContext(const ax::NodeEditor::Config* config);
ed::EditorContext::~EditorContext();
ed::Animation::Animation(EditorContext* editor);
ed::Animation::~Animation();
ed::FlowAnimation::FlowAnimation(FlowAnimationController* controller);
ed::FlowAnimationController::FlowAnimationController(EditorContext* editor);
ed::FlowAnimationController::~FlowAnimationController();
ed::SizeAction::SizeAction(EditorContext* editor);
ed::DragAction::DragAction(EditorContext* editor);
ed::SelectAction::SelectAction(EditorContext* editor);
ed::ContextMenuAction::ContextMenuAction(EditorContext* editor);
ed::ShortcutAction::ShortcutAction(EditorContext* editor);
ed::CreateItemAction::CreateItemAction(EditorContext* editor);
ed::DeleteItemsAction::DeleteItemsAction(EditorContext* editor);
ed::NodeBuilder::NodeBuilder(EditorContext* editor);
ed::NodeBuilder::~NodeBuilder();
ed::HintBuilder::HintBuilder(EditorContext* editor);
ed::Config::Config(const ax::NodeEditor::Config* config);
| c5945ea0139511e3573d62cb3a4f51e364799d157dea5f435069c4dbc5fdf1f9 | 414 |
|
mzhirnov | cobalt | unittests/tasks.cpp | step | virtual task* step() noexcept override {
if (!--_steps)
finish();
return nullptr;
} | explicit test_task(size_t steps);
virtual task* step();
| e1ad553dccbd71c7947e7fb2e7bd8913fe8c5f0a8a8e2887bb104c5cd2cf6b17 | 92 |
|
leesab | irods | iRODS/server/re/src/parser.cpp | dupLine |
int dupLine( Pointer *p, Label * start, int n, char *buf ) {
Label pos;
getFPos( &pos, p, NULL );
seekInFile( p, 0 );
int len = 0;
int i = 0;
int ch = lookAhead( p, 0 );
while ( ch != -1 ) {
if ( ch == '\n' ) {
if ( i < start->exprloc ) {
len = 0;
}
else {
break;
}
}
else {
buf[len] = ch;
len++;
if ( len == n - 1 ) {
break;
}
}
i++;
ch = nextChar( p );
}
buf[len] = '\0';
seekInFile( p, pos.exprloc );
return len;
} |
ParserContext *newParserContext( rError_t *errmsg, Region *r );
void deleteParserContext( ParserContext *t );
int isLocalVariableNode( Node *node );
int isSessionVariableNode( Node *node );
int isVariableNode( Node *node );
int isKeyword( char *text );
void skipWhitespace( Pointer *expr );
void skipComments( Pointer *e );
char *findLineCont( char *expr );
int skip( Pointer *e, char *text, Token **token, ParserContext *pc, int rulegen );
Token* nextTokenRuleGen( Pointer* e, ParserContext *context, int rulegen, int pathLiteral );
void pushback( Pointer *e, Token *token, ParserContext *context );
void syncTokenQueue( Pointer *e, ParserContext *context );
int eol( char ch );
int nextStringBase2( Pointer *e, char *value, char* delim );
int nextStringBase( Pointer *e, char *value, char* delim, int consumeDelim, char escape, int cntOffset, int vars[] );
int nextStringParsed( Pointer *e, char *value, char* deliml, char *delimr, char *delim, int consumeDelim, int vars[] );
int nextString( Pointer *e, char *value, int vars[] );
int nextString2( Pointer *e, char *value, int vars[] );
int getBinaryPrecedence( Token * token );
int getUnaryPrecedence( Token * token );
int isUnaryOp( Token *token );
int isBinaryOp( Token *token );
int isOp( char *token );
char* trim( char* str );
void trimquotes( char *string );
void printTree( Node *n, int indent );
void patternToString( char **p, int *s, int indent, int prec, Node *n );
void termToString( char **p, int *s, int indent, int prec, Node *n, int quote );
void indentToString( char **p, int *s, int indent );
void actionsToString( char **p, int *s, int indent, Node *na, Node *nr );
void metadataToString( char **p, int *s, int indent, Node *nm );
void ruleNameToString( char **p, int *s, int indent, Node *rn );
void typeToStringParser( char **p, int *s, int indent, int lifted, ExprType *type );
void ruleToString( char *buf, int size, RuleDesc *rd );
void functionApplicationToString( char *buf, int size, char *fn, Node **args, int n );
int eqExprNodeSyntactic( Node *a, Node *b );
int eqExprNodeSyntacticVarMapping( Node *a, Node *b, Hashtable *varMapping /* from a to b */ );
StringList *getVarNamesInExprNode( Node *expr, Region *r );
StringList *getVarNamesInExprNodeAux( Node *expr, StringList *vars, Region *r );
void nextChars( Pointer *p, int len );
int nextChar( Pointer *p );
Pointer *newPointer( FILE *fp, char *ruleBaseName );
Pointer *newPointer2( char* buf );
void deletePointer( Pointer* buf );
void initPointer( Pointer *p, FILE* fp, char* ruleBaseName /* = NULL */ );
void initPointer2( Pointer *p, char *buf );
void readToBuffer( Pointer *p );
void seekInFile( Pointer *p, unsigned long x );
void clearBuffer( Pointer *p );
int dupString( Pointer *p, Label * start, int n, char *buf );
void getCoor( Pointer *p, Label * errloc, int coor[2] );
int getLineRange( Pointer *p, int line, rodsLong_t range[2] );
Label *getFPos( Label *l, Pointer *p, ParserContext *context );
int lookAhead( Pointer *p, unsigned int n );
char *functionParameters( char *e, char *value );
char *nextStringString( char *e, char *value );
char *nextString2String( char *e, char *value );
char * nextRuleSection( char* buf, char* value );
void nextActionArgumentStringBackwardCompatible( Pointer *e, Token *token );
int parseRuleSet( Pointer *e, RuleSet *ruleSet, Env *funcDescIndex, int *errloc, rError_t *errmsg, Region *r );
Node* parseFuncTypeFromString( char *string, Region *r );
Node* parseTypingConstraintsFromString( char *string, Region *r );
Node *parseRuleRuleGen( Pointer *expr, int backwardCompatible, ParserContext *pc );
Node *parseTermRuleGen( Pointer *expr, int rulegen, ParserContext *pc );
Node *parseActionsRuleGen( Pointer *expr, int rulegen, int backwardCompatible, ParserContext *pc );
char* typeName_Res( Res *s );
char* typeName_ExprType( ExprType *s );
char* typeName_Parser( NodeType s );
char* typeName_NodeType( NodeType s );
void generateErrMsgFromFile( char *msg, long errloc, char *ruleBaseName, char* ruleBasePath, char errbuf[ERR_MSG_LEN] );
void generateErrMsgFromSource( char *msg, long errloc, char *src, char errbuf[ERR_MSG_LEN] );
void generateErrMsgFromPointer( char *msg, Label *l, Pointer *e, char errbuf[ERR_MSG_LEN] );
void generateAndAddErrMsg( char *msg, Node *node, int errcode, rError_t *errmsg );
char *generateErrMsg( char *msg, long errloc, char *ruleBaseName, char errmsg[ERR_MSG_LEN] );
| 3127d79dd158ce9cd274b9f57d568ac37c221020f08bdab6450db7320d110eea | 654 |
|
AeonGames | AeonEngine | engine/core/Node.cpp | Node::GetComponentByIndex | Component* Node::GetComponentByIndex ( size_t aIndex ) const
{
return mComponents[aIndex].get();
} | Node::Node ( uint32_t aFlags );
size_t Node::GetChildrenCount();
const Node& Node::operator[] ( const std::size_t index );
Node& Node::operator[] ( const std::size_t index );
Node* Node::GetChild ( size_t aIndex );
NodeParent Node::GetParent();
size_t Node::GetIndex();
Scene* Node::GetScene();
void Node::SetFlags ( uint32_t aFlagBits, bool aEnabled );
void Node::SetFlag ( enum Flags aFlag, bool aEnabled );
bool Node::IsFlagEnabled ( enum Flags aFlag );
const Transform& Node::GetLocalTransform();
const Transform& Node::GetGlobalTransform();
const AABB& Node::GetAABB();
void Node::SetLocalTransform ( const Transform& aTransform );
void Node::SetGlobalTransform ( const Transform& aTransform );
void Node::SetAABB ( const AABB& aAABB );
void Node::SetName ( const std::string& aName );
const std::string& Node::GetName();
uint32_t Node::GetId();
void Node::Serialize ( NodeMsg& aNodeMsg );
void Node::Deserialize ( const NodeMsg& aNodeMsg );
Node* Node::Insert ( size_t aIndex, std::unique_ptr<Node> aNode );
Node* Node::Add ( std::unique_ptr<Node> aNode );
std::unique_ptr<Node> Node::Remove ( Node* aNode );
std::unique_ptr<Node> Node::RemoveByIndex ( size_t aIndex );
void Node::LoopTraverseDFSPreOrder (
const std::function<void ( Node& );
Node* Node::Find ( const std::function<bool ( const Node& );
void Node::RecursiveTraverseDFSPostOrder ( const std::function<void ( Node& );
void Node::RecursiveTraverseDFSPreOrder ( const std::function<void ( Node& );
void Node::LoopTraverseAncestors ( const std::function<void ( Node& );
void Node::LoopTraverseAncestors ( const std::function<void ( const Node& );
void Node::RecursiveTraverseAncestors ( const std::function<void ( Node& );
void Node::Update ( const double aDelta );
void Node::ProcessMessage ( uint32_t aMessageType, const void* aMessageData );
void Node::Render ( Renderer& aRenderer, void* aWindowId );
size_t Node::GetComponentCount();
Component* Node::AddComponent ( std::unique_ptr<Component> aComponent );
Component* Node::GetComponent ( uint32_t aId );
std::unique_ptr<Component> Node::RemoveComponent ( uint32_t aId );
| 6bc1149a82c8631caceff890be6221b6fd459cbf2ed8b7282920b4a74ccca3b8 | 115 |
|
grishavanika | mix | src/mixui/source/ui_word.cpp | SignText |
const char* SignText(mix::Sign sign)
{
switch (sign)
{
case mix::Sign::Negative: return "-";
case mix::Sign::Positive: return "+";
}
return "";
} |
void UIWord::set(const mix::Word& w);
mix::Word UIWord::get();
static bool UISignInput(const char* label, mix::Sign* sign = nullptr);
static constexpr int MaxValueInMixBytes(int bytes_count);
| 338799a89a3494b97dbf6591adeaa16aff54f0cb730da9aa3ac3ac847926b6e0 | 178 |
|
ensemblr | llvm-project-boilerplate | include/llvm/tools/clang/lib/Sema/SemaTemplate.cpp | Sema::CheckTemplateArgument |
ExprResult Sema::CheckTemplateArgument(NonTypeTemplateParmDecl *Param,
QualType ParamType, Expr *Arg,
TemplateArgument &Converted,
CheckTemplateArgumentKind CTAK) {
SourceLocation StartLoc = Arg->getLocStart();
if (getLangOpts().CPlusPlus1z && ParamType->isUndeducedType()) {
Optional<unsigned> Depth;
if (CTAK != CTAK_Specified)
Depth = Param->getDepth() + 1;
if (DeduceAutoType(
Context.getTrivialTypeSourceInfo(ParamType, Param->getLocation()),
Arg, ParamType, Depth) == DAR_Failed) {
Diag(Arg->getExprLoc(),
diag::err_non_type_template_parm_type_deduction_failure)
<< Param->getDeclName() << Param->getType() << Arg->getType()
<< Arg->getSourceRange();
Diag(Param->getLocation(), diag::note_template_param_here);
return ExprError();
}
ParamType = CheckNonTypeTemplateParameterType(ParamType, Arg->getExprLoc());
if (ParamType.isNull()) {
Diag(Param->getLocation(), diag::note_template_param_here);
return ExprError();
}
}
assert(!ParamType.hasQualifiers() &&
"non-type template parameter type cannot be qualified");
if (CTAK == CTAK_Deduced &&
!Context.hasSameType(ParamType.getNonLValueExprType(Context),
Arg->getType())) {
if ((ParamType->isDependentType() || Arg->isTypeDependent()) &&
!Arg->getType()->getContainedAutoType()) {
Converted = TemplateArgument(Arg);
return Arg;
}
Diag(StartLoc, diag::err_deduced_non_type_template_arg_type_mismatch)
<< Arg->getType()
<< ParamType.getUnqualifiedType();
Diag(Param->getLocation(), diag::note_template_param_here);
return ExprError();
}
if (ParamType->isDependentType() || Arg->isTypeDependent()) {
Converted = TemplateArgument(Arg);
return Arg;
}
EnterExpressionEvaluationContext ConstantEvaluated(*this,
Sema::ConstantEvaluated);
if (getLangOpts().CPlusPlus1z) {
APValue Value;
ExprResult ArgResult = CheckConvertedConstantExpression(
Arg, ParamType, Value, CCEK_TemplateArg);
if (ArgResult.isInvalid())
return ExprError();
if (ArgResult.get()->isValueDependent()) {
Converted = TemplateArgument(ArgResult.get());
return ArgResult;
}
QualType CanonParamType = Context.getCanonicalType(ParamType);
switch (Value.getKind()) {
case APValue::Uninitialized:
assert(ParamType->isNullPtrType());
Converted = TemplateArgument(CanonParamType,
true);
break;
case APValue::Int:
assert(ParamType->isIntegralOrEnumerationType());
Converted = TemplateArgument(Context, Value.getInt(), CanonParamType);
break;
case APValue::MemberPointer: {
assert(ParamType->isMemberPointerType());
if (!Value.getMemberPointerPath().empty()) {
Diag(Arg->getLocStart(),
diag::err_template_arg_member_ptr_base_derived_not_supported)
<< Value.getMemberPointerDecl() << ParamType
<< Arg->getSourceRange();
return ExprError();
}
auto *VD = const_cast<ValueDecl*>(Value.getMemberPointerDecl());
Converted = VD ? TemplateArgument(VD, CanonParamType)
: TemplateArgument(CanonParamType,
true);
break;
}
case APValue::LValue: {
assert(ParamType->isPointerType() || ParamType->isReferenceType() ||
ParamType->isNullPtrType());
if (auto *E = Value.getLValueBase().dyn_cast<const Expr*>()) {
if (isa<CXXUuidofExpr>(E)) {
Converted = TemplateArgument(const_cast<Expr*>(E));
break;
}
Diag(Arg->getLocStart(), diag::err_template_arg_not_decl_ref)
<< Arg->getSourceRange();
return ExprError();
}
auto *VD = const_cast<ValueDecl *>(
Value.getLValueBase().dyn_cast<const ValueDecl *>());
if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 &&
VD && VD->getType()->isArrayType() &&
Value.getLValuePath()[0].ArrayIndex == 0 &&
!Value.isLValueOnePastTheEnd() && ParamType->isPointerType()) {
} else if (!Value.hasLValuePath() || Value.getLValuePath().size() ||
Value.isLValueOnePastTheEnd()) {
Diag(StartLoc, diag::err_non_type_template_arg_subobject)
<< Value.getAsString(Context, ParamType);
return ExprError();
}
assert((VD || !ParamType->isReferenceType()) &&
"null reference should not be a constant expression");
assert((!VD || !ParamType->isNullPtrType()) &&
"non-null value of type nullptr_t?");
Converted = VD ? TemplateArgument(VD, CanonParamType)
: TemplateArgument(CanonParamType,
true);
break;
}
case APValue::AddrLabelDiff:
return Diag(StartLoc, diag::err_non_type_template_arg_addr_label_diff);
case APValue::Float:
case APValue::ComplexInt:
case APValue::ComplexFloat:
case APValue::Vector:
case APValue::Array:
case APValue::Struct:
case APValue::Union:
llvm_unreachable("invalid kind for template argument");
}
return ArgResult.get();
}
if (ParamType->isIntegralOrEnumerationType()) {
if (getLangOpts().CPlusPlus11) {
llvm::APSInt Value;
ExprResult ArgResult =
CheckConvertedConstantExpression(Arg, ParamType, Value,
CCEK_TemplateArg);
if (ArgResult.isInvalid())
return ExprError();
if (ArgResult.get()->isValueDependent()) {
Converted = TemplateArgument(ArgResult.get());
return ArgResult;
}
QualType IntegerType = ParamType;
if (const EnumType *Enum = IntegerType->getAs<EnumType>())
IntegerType = Enum->getDecl()->getIntegerType();
Value = Value.extOrTrunc(Context.getTypeSize(IntegerType));
Converted = TemplateArgument(Context, Value,
Context.getCanonicalType(ParamType));
return ArgResult;
}
ExprResult ArgResult = DefaultLvalueConversion(Arg);
if (ArgResult.isInvalid())
return ExprError();
Arg = ArgResult.get();
QualType ArgType = Arg->getType();
SourceLocation NonConstantLoc;
llvm::APSInt Value;
if (!ArgType->isIntegralOrEnumerationType()) {
Diag(Arg->getLocStart(),
diag::err_template_arg_not_integral_or_enumeral)
<< ArgType << Arg->getSourceRange();
Diag(Param->getLocation(), diag::note_template_param_here);
return ExprError();
} else if (!Arg->isValueDependent()) {
class TmplArgICEDiagnoser : public VerifyICEDiagnoser {
QualType T;
public:
TmplArgICEDiagnoser(QualType T) : T(T) { }
void diagnoseNotICE(Sema &S, SourceLocation Loc,
SourceRange SR) override {
S.Diag(Loc, diag::err_template_arg_not_ice) << T << SR;
}
} Diagnoser(ArgType);
Arg = VerifyIntegerConstantExpression(Arg, &Value, Diagnoser,
false).get();
if (!Arg)
return ExprError();
}
ArgType = ArgType.getUnqualifiedType();
if (Context.hasSameType(ParamType, ArgType)) {
} else if (ParamType->isBooleanType()) {
Arg = ImpCastExprToType(Arg, ParamType, CK_IntegralToBoolean).get();
} else if (IsIntegralPromotion(Arg, ArgType, ParamType) ||
!ParamType->isEnumeralType()) {
Arg = ImpCastExprToType(Arg, ParamType, CK_IntegralCast).get();
} else {
Diag(Arg->getLocStart(),
diag::err_template_arg_not_convertible)
<< Arg->getType() << ParamType << Arg->getSourceRange();
Diag(Param->getLocation(), diag::note_template_param_here);
return ExprError();
}
if (Arg->isValueDependent()) {
Converted = TemplateArgument(Arg);
return Arg;
}
QualType IntegerType = Context.getCanonicalType(ParamType);
if (const EnumType *Enum = IntegerType->getAs<EnumType>())
IntegerType = Context.getCanonicalType(Enum->getDecl()->getIntegerType());
if (ParamType->isBooleanType()) {
Value = Value != 0;
unsigned AllowedBits = Context.getTypeSize(IntegerType);
if (Value.getBitWidth() != AllowedBits)
Value = Value.extOrTrunc(AllowedBits);
Value.setIsSigned(IntegerType->isSignedIntegerOrEnumerationType());
} else {
llvm::APSInt OldValue = Value;
unsigned AllowedBits = Context.getTypeSize(IntegerType);
if (Value.getBitWidth() != AllowedBits)
Value = Value.extOrTrunc(AllowedBits);
Value.setIsSigned(IntegerType->isSignedIntegerOrEnumerationType());
if (IntegerType->isUnsignedIntegerOrEnumerationType()
&& (OldValue.isSigned() && OldValue.isNegative())) {
Diag(Arg->getLocStart(), diag::warn_template_arg_negative)
<< OldValue.toString(10) << Value.toString(10) << Param->getType()
<< Arg->getSourceRange();
Diag(Param->getLocation(), diag::note_template_param_here);
}
unsigned RequiredBits;
if (IntegerType->isUnsignedIntegerOrEnumerationType())
RequiredBits = OldValue.getActiveBits();
else if (OldValue.isUnsigned())
RequiredBits = OldValue.getActiveBits() + 1;
else
RequiredBits = OldValue.getMinSignedBits();
if (RequiredBits > AllowedBits) {
Diag(Arg->getLocStart(),
diag::warn_template_arg_too_large)
<< OldValue.toString(10) << Value.toString(10) << Param->getType()
<< Arg->getSourceRange();
Diag(Param->getLocation(), diag::note_template_param_here);
}
}
Converted = TemplateArgument(Context, Value,
ParamType->isEnumeralType()
? Context.getCanonicalType(ParamType)
: IntegerType);
return Arg;
}
QualType ArgType = Arg->getType();
DeclAccessPair FoundResult;
if (
(ParamType->isPointerType() &&
ParamType->getAs<PointerType>()->getPointeeType()->isFunctionType()) ||
(ParamType->isReferenceType() &&
ParamType->getAs<ReferenceType>()->getPointeeType()->isFunctionType()) ||
(ParamType->isMemberPointerType() &&
ParamType->getAs<MemberPointerType>()->getPointeeType()
->isFunctionType())) {
if (Arg->getType() == Context.OverloadTy) {
if (FunctionDecl *Fn = ResolveAddressOfOverloadedFunction(Arg, ParamType,
true,
FoundResult)) {
if (DiagnoseUseOfDecl(Fn, Arg->getLocStart()))
return ExprError();
Arg = FixOverloadedFunctionReference(Arg, FoundResult, Fn);
ArgType = Arg->getType();
} else
return ExprError();
}
if (!ParamType->isMemberPointerType()) {
if (CheckTemplateArgumentAddressOfObjectOrFunction(*this, Param,
ParamType,
Arg, Converted))
return ExprError();
return Arg;
}
if (CheckTemplateArgumentPointerToMember(*this, Param, ParamType, Arg,
Converted))
return ExprError();
return Arg;
}
if (ParamType->isPointerType()) {
assert(ParamType->getPointeeType()->isIncompleteOrObjectType() &&
"Only object pointers allowed here");
if (CheckTemplateArgumentAddressOfObjectOrFunction(*this, Param,
ParamType,
Arg, Converted))
return ExprError();
return Arg;
}
if (const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>()) {
assert(ParamRefType->getPointeeType()->isIncompleteOrObjectType() &&
"Only object references allowed here");
if (Arg->getType() == Context.OverloadTy) {
if (FunctionDecl *Fn = ResolveAddressOfOverloadedFunction(Arg,
ParamRefType->getPointeeType(),
true,
FoundResult)) {
if (DiagnoseUseOfDecl(Fn, Arg->getLocStart()))
return ExprError();
Arg = FixOverloadedFunctionReference(Arg, FoundResult, Fn);
ArgType = Arg->getType();
} else
return ExprError();
}
if (CheckTemplateArgumentAddressOfObjectOrFunction(*this, Param,
ParamType,
Arg, Converted))
return ExprError();
return Arg;
}
if (ParamType->isNullPtrType()) {
if (Arg->isTypeDependent() || Arg->isValueDependent()) {
Converted = TemplateArgument(Arg);
return Arg;
}
switch (isNullPointerValueTemplateArgument(*this, Param, ParamType, Arg)) {
case NPV_NotNullPointer:
Diag(Arg->getExprLoc(), diag::err_template_arg_not_convertible)
<< Arg->getType() << ParamType;
Diag(Param->getLocation(), diag::note_template_param_here);
return ExprError();
case NPV_Error:
return ExprError();
case NPV_NullPointer:
Diag(Arg->getExprLoc(), diag::warn_cxx98_compat_template_arg_null);
Converted = TemplateArgument(Context.getCanonicalType(ParamType),
true);
return Arg;
}
}
assert(ParamType->isMemberPointerType() && "Only pointers to members remain");
if (CheckTemplateArgumentPointerToMember(*this, Param, ParamType, Arg,
Converted))
return ExprError();
return Arg;
} |
void Sema::DiagnoseTemplateParameterShadow(SourceLocation Loc, Decl *PrevDecl);
TemplateDecl *Sema::AdjustDeclIfTemplate(Decl *&D);
static void SetNestedNameSpecifier(TagDecl *T, const CXXScopeSpec &SS);
DependencyChecker(unsigned Depth, bool IgnoreNonTypeDependent,
bool FindLessThanDepth = false);
bool Matches(unsigned ParmDepth, SourceLocation Loc = SourceLocation();
bool TraverseStmt(Stmt *S, DataRecursionQueue *Q = nullptr);
bool TraverseTypeLoc(TypeLoc TL);
bool VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL);
bool VisitTemplateTypeParmType(const TemplateTypeParmType *T);
bool TraverseTemplateName(TemplateName N);
bool VisitDeclRefExpr(DeclRefExpr *E);
bool VisitSubstTemplateTypeParmType(const SubstTemplateTypeParmType *T);
bool
VisitSubstTemplateTypeParmPackType(const SubstTemplateTypeParmPackType *T);
bool TraverseInjectedClassNameType(const InjectedClassNameType *T);
void Sema::NoteAllFoundTemplates(TemplateName Name);
static void checkMoreSpecializedThanPrimary(Sema &S, PartialSpecDecl *Partial);
static Optional<unsigned> getExpandedPackSize(NamedDecl *Param);
bool Visit(QualType T);
bool UnnamedLocalNoLinkageFinder::VisitBuiltinType(const BuiltinType*);
bool UnnamedLocalNoLinkageFinder::VisitComplexType(const ComplexType* T);
bool UnnamedLocalNoLinkageFinder::VisitPointerType(const PointerType* T);
bool UnnamedLocalNoLinkageFinder::VisitVectorType(const VectorType* T);
bool UnnamedLocalNoLinkageFinder::VisitExtVectorType(const ExtVectorType* T);
bool UnnamedLocalNoLinkageFinder::VisitTypeOfExprType(const TypeOfExprType*);
bool UnnamedLocalNoLinkageFinder::VisitTypeOfType(const TypeOfType* T);
bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*);
bool UnnamedLocalNoLinkageFinder::VisitAutoType(const AutoType *T);
bool UnnamedLocalNoLinkageFinder::VisitRecordType(const RecordType* T);
bool UnnamedLocalNoLinkageFinder::VisitEnumType(const EnumType* T);
bool UnnamedLocalNoLinkageFinder::VisitObjCObjectType(const ObjCObjectType *);
bool UnnamedLocalNoLinkageFinder::VisitAtomicType(const AtomicType* T);
bool UnnamedLocalNoLinkageFinder::VisitPipeType(const PipeType* T);
bool UnnamedLocalNoLinkageFinder::VisitTagDecl(const TagDecl *Tag);
static bool isDependentOnOuter(NonTypeTemplateParmDecl *NTTP);
static TemplateSpecializationKind getTemplateSpecializationKind(Decl *D);
static SourceRange findTemplateParameterInType(unsigned Depth, Expr *E);
static SourceRange findTemplateParameter(unsigned Depth, TypeLoc TL);
static void StripImplicitInstantiation(NamedDecl *D);
static bool ScopeSpecifierHasTemplateId(const CXXScopeSpec &SS);
bool AlreadyTransformed(QualType T);
void setBase(SourceLocation Loc, DeclarationName Entity);
ExprResult TransformLambdaExpr(LambdaExpr *E);
ExprResult Sema::RebuildExprInCurrentInstantiation(Expr *E);
bool Sema::RebuildNestedNameSpecifierInCurrentInstantiation(CXXScopeSpec &SS);
void Sema::UnmarkAsLateParsedTemplate(FunctionDecl *FD);
bool Sema::IsInsideALocalClassWithinATemplateFunction();
void check(NamedDecl *ND);
void diagnose(NamedDecl *D, bool IsPartialSpec);
void checkImpl(SpecDecl *Spec);
void checkInstantiated(FunctionDecl *FD);
void checkInstantiated(CXXRecordDecl *RD);
void checkInstantiated(VarDecl *RD);
void checkTemplate(TemplDecl *TD);
void Sema::checkSpecializationVisibility(SourceLocation Loc, NamedDecl *Spec);
| 42e72193b70437dd2b308bc6d93b8e0b4f10b7bcf6e7af7c473e4dffaf656276 | 14,798 |
|
mpmendenhall | rotationshield | MathUtils/Integrator.cpp | rectangle_clip |
vector<angular_interval> rectangle_clip(vec2 c, vec2 ll, vec2 ur, double r) {
Angular_Interval_Set AIS;
AIS.add_interval(0,2*M_PI);
for(unsigned int d=0; d<2; d++) {
angular_interval a1 = clip_interval(c[d]-ll[d],r);
a1.add((1+0.5*d)*M_PI);
angular_interval a2 = clip_interval(ur[d]-c[d],r);
a2.add(0.5*d*M_PI);
AIS.subtract_interval(a1);
AIS.subtract_interval(a2);
}
return AIS.get_intervals();
} |
Integrator::Integrator();
Integrator::~Integrator();
void Integrator::setup_singularities(double a, double b);
double Integrator::integrate(double (*f);
double Integrator::_integrate(gsl_function* F, double a, double b);
double generalIntegratingFunction(double x, void* params);
mvec Integrator::integrate(mvec (*f);
mvec Integrator::_integrate_v(integratingParams& p, double (*integf);
void Integrator::printErrorCodes();
void Integrator2D::setup_singularities(double a, double b);
double xslice(double y, void* params);
double xslice_integral(double x, void* params);
double Integrator2D::integrate2D(double (*f);
mvec xslice_v(double y, void* params);
double xslice_v_integral(double x, void* params);
mvec Integrator2D::integrate2D(mvec (*f);
mvec polar_slice_v(double y, void* params);
angular_interval clip_interval(double l, double r);
double polar_slice_v_integral(double x, void* params);
double r_max(vec2 ll, vec2 ur, vec2 c);
mvec Integrator2D::polarIntegrate2D(mvec (*f);
int cubature_fN(unsigned ndim, const double *x, void *fdata, unsigned fdim, double *fval);
int cubature_f1(unsigned ndim, const double *x, void *fdata, unsigned, double *fval);
double IntegratorND::integrate(double (*f);
mvec IntegratorND::integrate(mvec (*f);
int cubature_polar_f(unsigned ndim, const double *x, void *fdata, unsigned fdim, double *fval);
mvec IntegratorND::integratePolar(mvec (*f);
| 23b8b42c792c3417d6979a85c2e7dbeceea871b0efa45eca6990f7b9371f2d82 | 492 |
|
FrictionalGames | HPL1Engine | sources/graphics/Material_Fallback02_BaseLight.cpp | cGLStateTwoUnits_Spot::UnBind | void cGLStateTwoUnits_Spot::UnBind()
{
} | cGLStateTwoUnits_Diffuse::cGLStateTwoUnits_Diffuse();
void cGLStateTwoUnits_Diffuse::Bind();
void cGLStateTwoUnits_Diffuse::UnBind();
cGLStateTwoUnits_ATIDiffuse::cGLStateTwoUnits_ATIDiffuse();
void cGLStateTwoUnits_ATIDiffuse::InitData();
cGLStateTwoUnits_ATIDiffuse::~cGLStateTwoUnits_ATIDiffuse();
void cGLStateTwoUnits_ATIDiffuse::Bind();
void cGLStateTwoUnits_ATIDiffuse::UnBind();
cGLStateTwoUnits_Spot::cGLStateTwoUnits_Spot();
void cGLStateTwoUnits_Spot::Bind();
iMaterial_Fallback02_BaseLight::~iMaterial_Fallback02_BaseLight();
iGpuProgram* iMaterial_Fallback02_BaseLight::GetVertexProgram(eMaterialRenderType aType, int alPass, iLight3D *apLight);
bool iMaterial_Fallback02_BaseLight::VertexProgramUsesLight(eMaterialRenderType aType, int alPass, iLight3D *apLight);
bool iMaterial_Fallback02_BaseLight::VertexProgramUsesEye(eMaterialRenderType aType, int alPass, iLight3D *apLight);
iGpuProgram* iMaterial_Fallback02_BaseLight::GetFragmentProgram(eMaterialRenderType aType, int alPass, iLight3D *apLight);
eMaterialAlphaMode iMaterial_Fallback02_BaseLight::GetAlphaMode(eMaterialRenderType aType, int alPass, iLight3D *apLight);
eMaterialBlendMode iMaterial_Fallback02_BaseLight::GetBlendMode(eMaterialRenderType aType, int alPass, iLight3D *apLight);
eMaterialChannelMode iMaterial_Fallback02_BaseLight::GetChannelMode(eMaterialRenderType aType, int alPass, iLight3D *apLight);
iTexture* iMaterial_Fallback02_BaseLight::GetTexture(int alUnit,eMaterialRenderType aType, int alPass, iLight3D *apLight);
eMaterialBlendMode iMaterial_Fallback02_BaseLight::GetTextureBlend(int alUnit,eMaterialRenderType aType, int alPass, iLight3D *apLight);
int iMaterial_Fallback02_BaseLight::GetNumOfPasses(eMaterialRenderType aType, iLight3D *apLight);
bool iMaterial_Fallback02_BaseLight::UsesType(eMaterialRenderType aType);
tTextureTypeList iMaterial_Fallback02_BaseLight::GetTextureTypes();
| 3be9ef7fd5a11719d49dc0430e561757d1da5e115b9caacfe6d596d29bf474aa | 43 |
|
zzjkf2009 | Midterm_Astar | opencv/modules/calib3d/src/circlesgrid.cpp | CirclesGridClusterFinder::findCorners |
void CirclesGridClusterFinder::findCorners(const std::vector<cv::Point2f> &hull2f, std::vector<cv::Point2f> &corners)
{
std::vector<float> angles;
for(size_t i=0; i<hull2f.size(); i++)
{
Point2f vec1 = hull2f[(i+1) % hull2f.size()] - hull2f[i % hull2f.size()];
Point2f vec2 = hull2f[(i-1 + static_cast<int>(hull2f.size())) % hull2f.size()] - hull2f[i % hull2f.size()];
float angle = (float)(vec1.ddot(vec2) / (norm(vec1) * norm(vec2)));
angles.push_back(angle);
}
Mat anglesMat = Mat(angles);
Mat sortedIndices;
sortIdx(anglesMat, sortedIndices, SORT_EVERY_COLUMN + SORT_DESCENDING);
CV_Assert(sortedIndices.type() == CV_32SC1);
CV_Assert(sortedIndices.cols == 1);
const int cornersCount = isAsymmetricGrid ? 6 : 4;
Mat cornersIndices;
cv::sort(sortedIndices.rowRange(0, cornersCount), cornersIndices, SORT_EVERY_COLUMN + SORT_ASCENDING);
corners.clear();
for(int i=0; i<cornersCount; i++)
{
corners.push_back(hull2f[cornersIndices.at<int>(i, 0)]);
}
} |
void drawPoints(const std::vector<Point2f> &points, Mat &outImage, int radius = 2, Scalar color = Scalar::all(255);
void CirclesGridClusterFinder::hierarchicalClustering(const std::vector<Point2f> &points, const Size &patternSz, std::vector<Point2f> &patternPoints);
void CirclesGridClusterFinder::findGrid(const std::vector<cv::Point2f> &points, cv::Size _patternSize, std::vector<Point2f>& centers);
void CirclesGridClusterFinder::findOutsideCorners(const std::vector<cv::Point2f> &corners, std::vector<cv::Point2f> &outsideCorners);
void CirclesGridClusterFinder::getSortedCorners(const std::vector<cv::Point2f> &hull2f, const std::vector<cv::Point2f> &corners, const std::vector<cv::Point2f> &outsideCorners, std::vector<cv::Point2f> &sortedCorners);
void CirclesGridClusterFinder::rectifyPatternPoints(const std::vector<cv::Point2f> &patternPoints, const std::vector<cv::Point2f> &sortedCorners, std::vector<cv::Point2f> &rectifiedPatternPoints);
void CirclesGridClusterFinder::parsePatternPoints(const std::vector<cv::Point2f> &patternPoints, const std::vector<cv::Point2f> &rectifiedPatternPoints, std::vector<cv::Point2f> ¢ers);
Graph::Graph(size_t n);
bool Graph::doesVertexExist(size_t id);
void Graph::addVertex(size_t id);
void Graph::addEdge(size_t id1, size_t id2);
void Graph::removeEdge(size_t id1, size_t id2);
bool Graph::areVerticesAdjacent(size_t id1, size_t id2);
size_t Graph::getVerticesCount();
size_t Graph::getDegree(size_t id);
void Graph::floydWarshall(cv::Mat &distanceMatrix, int infinity);
const Graph::Neighbors& Graph::getNeighbors(size_t id);
CirclesGridFinder::Segment::Segment(cv::Point2f _s, cv::Point2f _e);
CirclesGridFinderParameters::CirclesGridFinderParameters();
CirclesGridFinderParameters2::CirclesGridFinderParameters2();
bool CirclesGridFinder::findHoles();
void CirclesGridFinder::rng2gridGraph(Graph &rng, std::vector<cv::Point2f> &vectors);
void CirclesGridFinder::eraseUsedGraph(std::vector<Graph> &basisGraphs);
bool CirclesGridFinder::isDetectionCorrect();
void CirclesGridFinder::findMCS(const std::vector<Point2f> &basis, std::vector<Graph> &basisGraphs);
size_t CirclesGridFinder::findNearestKeypoint(Point2f pt);
void CirclesGridFinder::addPoint(Point2f pt, std::vector<size_t> &points);
bool CirclesGridFinder::areCentersNew(const std::vector<size_t> &newCenters, const std::vector<std::vector<size_t> > &holes);
void CirclesGridFinder::addHolesByGraph(const std::vector<Graph> &basisGraphs, bool addRow, Point2f basisVec);
void CirclesGridFinder::filterOutliersByDensity(const std::vector<Point2f> &samples, std::vector<Point2f> &filteredSamples);
void CirclesGridFinder::findBasis(const std::vector<Point2f> &samples, std::vector<Point2f> &basis, std::vector<Graph> &basisGraphs);
void CirclesGridFinder::computeRNG(Graph &rng, std::vector<cv::Point2f> &vectors, Mat *drawImage);
void computePredecessorMatrix(const Mat &dm, int verticesCount, Mat &predecessorMatrix);
static void computeShortestPath(Mat &predecessorMatrix, size_t v1, size_t v2, std::vector<size_t> &path);
size_t CirclesGridFinder::findLongestPath(std::vector<Graph> &basisGraphs, Path &bestPath);
void CirclesGridFinder::drawBasis(const std::vector<Point2f> &basis, Point2f origin, Mat &drawImg);
void CirclesGridFinder::drawHoles(const Mat &srcImage, Mat &drawImage);
Size CirclesGridFinder::getDetectedGridSize();
void CirclesGridFinder::getHoles(std::vector<Point2f> &outHoles);
static bool areIndicesCorrect(Point pos, std::vector<std::vector<size_t> > *points);
void CirclesGridFinder::getAsymmetricHoles(std::vector<cv::Point2f> &outHoles);
double CirclesGridFinder::getDirection(Point2f p1, Point2f p2, Point2f p3);
bool CirclesGridFinder::areSegmentsIntersecting(Segment seg1, Segment seg2);
bool CirclesGridFinder::doesIntersectionExist(const std::vector<Segment> &corner, const std::vector<std::vector<Segment> > &segments);
| 61993cfec70eb9f608d8b920c4ad350867a3deca59bfe60ac8045e03f0382614 | 1,018 |
|
benersuay | nao_rail | nao_openni/src/teleop_nao_ni.cpp | getTorsoRotation |
float getTorsoRotation(XnUserID const& user, XnSkeletonJoint const& eJoint1, XnSkeletonJoint const& eJoint2){
if (!g_UserGenerator.GetSkeletonCap().IsTracking(user))
{
printf("not tracked!\n");
return -998.0;
}
XnSkeletonJointPosition joint1, joint2;
g_UserGenerator.GetSkeletonCap().GetSkeletonJointPosition(user, eJoint1, joint1);
g_UserGenerator.GetSkeletonCap().GetSkeletonJointPosition(user, eJoint2, joint2);
if (joint1.fConfidence < 0.6 && joint2.fConfidence < 0.6)
{
return -999.0;
}
XnPoint3D pt[4];
pt[0] = init_usr_LS;
pt[1] = init_usr_RS;
pt[2] = joint1.position;
pt[3] = joint2.position;
XnVector3D v[2];
v[0].X=pt[2].X-pt[3].X;
v[0].Y=pt[2].Y-pt[3].Y;
v[0].Z=pt[2].Z-pt[3].Z;
v[1].X=pt[0].X-pt[1].X;
v[1].Y=pt[0].Y-pt[1].Y;
v[1].Z=pt[0].Z-pt[1].Z;
float v0_magnitude = sqrt(v[0].X*v[0].X + v[0].Y*v[0].Y + v[0].Z*v[0].Z);
float v1_magnitude = sqrt(v[1].X*v[1].X + v[1].Y*v[1].Y + v[1].Z*v[1].Z);
if(v0_magnitude != 0.0 && v1_magnitude != 0.0){
v[0].X = v[0].X * (1.0/v0_magnitude);
v[0].Y = v[0].Y * (1.0/v0_magnitude);
v[0].Z = v[0].Z * (1.0/v0_magnitude);
v[1].X = v[1].X * (1.0/v1_magnitude);
v[1].Y = v[1].Y * (1.0/v1_magnitude);
v[1].Z = v[1].Z * (1.0/v1_magnitude);
float theta = acos(v[0].X*v[1].X + v[0].Y*v[1].Y + v[0].Z*v[1].Z);
float angle_in_degrees = theta * 180 / my_pi;
return angle_in_degrees;
}
else return -997.0;
} |
TeleopNaoNi::TeleopNaoNi();
void TeleopNaoNi::pubMsg();
void stopWalking(TeleopNaoNi &robot);
void XN_CALLBACK_TYPE User_NewUser(xn::UserGenerator& generator, XnUserID nId, void* pCookie);
void XN_CALLBACK_TYPE User_LostUser(xn::UserGenerator& generator, XnUserID nId, void* pCookie);
void XN_CALLBACK_TYPE UserCalibration_CalibrationStart(xn::SkeletonCapability& capability, XnUserID nId, void* pCookie);
void XN_CALLBACK_TYPE UserCalibration_CalibrationEnd(xn::SkeletonCapability& capability, XnUserID nId, XnBool bSuccess, void* pCookie);
void XN_CALLBACK_TYPE UserPose_PoseDetected(xn::PoseDetectionCapability& capability, XnChar const* strPose, XnUserID nId, void* pCookie);
XnPoint3D getBodyLoc(XnUserID const& user, XnSkeletonJoint const& eJoint1);
float getAngleBetweenLimbs(XnUserID const& user, XnSkeletonJoint const& eJoint1, XnSkeletonJoint const& eJoint2, XnSkeletonJoint const& eJoint3, XnSkeletonJoint const& eJoint4);
float getLimbAngle(XnUserID const& user, XnSkeletonJoint const& eJoint1, XnSkeletonJoint const& eJoint2, XnSkeletonJoint const& eJoint3);
void checkPose(TeleopNaoNi &obj);
int main(int argc, char** argv);
| 5b1bc3a420a7160b27cce37112100a67a9e023db9f2b708ce5bd5af459ac85bd | 1,540 |
|
TangoCash | neutrino-mp-cst-next | src/gui/widget/hintbox.cpp |
CHintBox::CHintBox |
CHintBox::CHintBox( const neutrino_locale_t Caption,
const neutrino_locale_t Text,
const int Width,
const char * const Icon,
const char * const Picon,
const int& header_buttons,
const int& text_mode,
const int& indent):CComponentsWindow( 0, 0, Width,
HINTBOX_MIN_HEIGHT,
Caption,
string(Icon == NULL ? "" : Icon),
NULL,
CC_SHADOW_ON)
{
init(g_Locale->getText(Text), Width, string(Picon == NULL ? "" : Picon), header_buttons, text_mode, indent);
} |
void CHintBox::init(const std::string& Text, const int& Width, const std::string& Picon, const int& header_buttons, const int& text_mode, const int& indent);
CHintBox::~CHintBox();
void CHintBox::enableTimeOutBar(bool enable);
int CHintBox::exec();
void CHintBox::addHintItem(const std::string& Text, const int& text_mode, const std::string& Picon, const fb_pixel_t& color_text, Font* font_text);
void CHintBox::setMsgText(const std::string& Text, const uint& hint_id, const int& mode, Font* font_text, const fb_pixel_t& color_text, const int& style);
void CHintBox::setMsgText(const neutrino_locale_t& locale, const uint& hint_id, const int& mode, Font* font_text, const fb_pixel_t& color_text, const int& style);
void CHintBox::ReSize();
void CHintBox::Scroll(bool down, const uint& hint_id);
void CHintBox::scroll_up(const uint& hint_id);
void CHintBox::scroll_down(const uint& hint_id);
int CHintBox::getMaxWidth(const string& Text, const string& Title, Font *font, const int& minWidth);
int ShowHint(const char * const Caption, const char * const Text, const int Width, int timeout, const char * const Icon, const char * const Picon, const int& header_buttons);
int ShowHint(const neutrino_locale_t Caption, const char * const Text, const int Width, int timeout, const char * const Icon, const char * const Picon, const int& header_buttons);
int ShowHint(const neutrino_locale_t Caption, const neutrino_locale_t Text, const int Width, int timeout, const char * const Icon, const char * const Picon, const int& header_buttons);
int ShowHint(const char * const Caption, const neutrino_locale_t Text, const int Width, int timeout, const char * const Icon, const char * const Picon, const int& header_buttons);
CHint::CHint(const char * const Text, bool show_background);
CHint::CHint(const neutrino_locale_t Text, bool show_background);
int ShowHintS(const char * const Text, int timeout, bool show_background);
int ShowHintS(const neutrino_locale_t Text, int timeout, bool show_background);
| 971212cb9f92431f59742d29c5dd0a07bd886f533c4564a896050f67ad2df946 | 516 |
|
geminy | aidear | oss/qt/qt-everywhere-opensource-src-5.9.0/qtwebengine/src/3rdparty/chromium/third_party/swiftshader/src/Reactor/SubzeroReactor.cpp | *T | Type *T(Ice::Type t)
{
return reinterpret_cast<Type*>(t);
} | Ice::Type T(Type *t);
Value *V(Ice::Variable *v);
Constant *C(Ice::Constant *c);
BasicBlock *B(Ice::CfgNode *b);
void *loadImage(uint8_t *const elfImage);
T *allocate(size_type n);
void deallocate(T *p, size_type n);
ELFMemoryStreamer();
virtual ~ELFMemoryStreamer();
void write8(uint8_t Value);
void writeBytes(llvm::StringRef Bytes);
const void *getEntry();
Nucleus::Nucleus();
Nucleus::~Nucleus();
Routine *Nucleus::acquireRoutine(const wchar_t *name, bool runOptimizations);
void Nucleus::optimize();
Value *Nucleus::allocateStackVariable(Type *t, int arraySize);
BasicBlock *Nucleus::createBasicBlock();
BasicBlock *Nucleus::getInsertBlock();
void Nucleus::setInsertBlock(BasicBlock *basicBlock);
BasicBlock *Nucleus::getPredecessor(BasicBlock *basicBlock);
void Nucleus::createFunction(Type *ReturnType, std::vector<Type*> &Params);
Value *Nucleus::getArgument(unsigned int index);
void Nucleus::createRetVoid();
void Nucleus::createRet(Value *v);
void Nucleus::createBr(BasicBlock *dest);
void Nucleus::createCondBr(Value *cond, BasicBlock *ifTrue, BasicBlock *ifFalse);
static Value *createArithmetic(Ice::InstArithmetic::OpKind op, Value *lhs, Value *rhs);
Value *Nucleus::createAdd(Value *lhs, Value *rhs);
Value *Nucleus::createSub(Value *lhs, Value *rhs);
Value *Nucleus::createMul(Value *lhs, Value *rhs);
Value *Nucleus::createUDiv(Value *lhs, Value *rhs);
Value *Nucleus::createSDiv(Value *lhs, Value *rhs);
Value *Nucleus::createFAdd(Value *lhs, Value *rhs);
Value *Nucleus::createFSub(Value *lhs, Value *rhs);
Value *Nucleus::createFMul(Value *lhs, Value *rhs);
Value *Nucleus::createFDiv(Value *lhs, Value *rhs);
Value *Nucleus::createURem(Value *lhs, Value *rhs);
Value *Nucleus::createSRem(Value *lhs, Value *rhs);
Value *Nucleus::createFRem(Value *lhs, Value *rhs);
Value *Nucleus::createShl(Value *lhs, Value *rhs);
Value *Nucleus::createLShr(Value *lhs, Value *rhs);
Value *Nucleus::createAShr(Value *lhs, Value *rhs);
Value *Nucleus::createAnd(Value *lhs, Value *rhs);
Value *Nucleus::createOr(Value *lhs, Value *rhs);
Value *Nucleus::createXor(Value *lhs, Value *rhs);
Value *Nucleus::createAssign(Constant *constant);
Value *Nucleus::createNeg(Value *v);
Value *Nucleus::createFNeg(Value *v);
Value *Nucleus::createNot(Value *v);
Value *Nucleus::createLoad(Value *ptr, Type *type, bool isVolatile, unsigned int align);
Value *Nucleus::createStore(Value *value, Value *ptr, Type *type, bool isVolatile, unsigned int align);
Constant *Nucleus::createStore(Constant *constant, Value *ptr, Type *type, bool isVolatile, unsigned int align);
Value *Nucleus::createGEP(Value *ptr, Type *type, Value *index);
Value *Nucleus::createAtomicAdd(Value *ptr, Value *value);
static Value *createCast(Ice::InstCast::OpKind op, Value *v, Type *destType);
Value *Nucleus::createTrunc(Value *v, Type *destType);
Value *Nucleus::createZExt(Value *v, Type *destType);
Value *Nucleus::createSExt(Value *v, Type *destType);
Value *Nucleus::createFPToSI(Value *v, Type *destType);
Value *Nucleus::createUIToFP(Value *v, Type *destType);
Value *Nucleus::createSIToFP(Value *v, Type *destType);
Value *Nucleus::createFPTrunc(Value *v, Type *destType);
Value *Nucleus::createFPExt(Value *v, Type *destType);
Value *Nucleus::createBitCast(Value *v, Type *destType);
Value *Nucleus::createIntCast(Value *v, Type *destType, bool isSigned);
Value *Nucleus::createICmpEQ(Value *lhs, Value *rhs);
Value *Nucleus::createICmpNE(Value *lhs, Value *rhs);
Value *Nucleus::createICmpUGT(Value *lhs, Value *rhs);
Value *Nucleus::createICmpUGE(Value *lhs, Value *rhs);
Value *Nucleus::createICmpULT(Value *lhs, Value *rhs);
Value *Nucleus::createICmpULE(Value *lhs, Value *rhs);
Value *Nucleus::createICmpSGT(Value *lhs, Value *rhs);
Value *Nucleus::createICmpSGE(Value *lhs, Value *rhs);
Value *Nucleus::createICmpSLT(Value *lhs, Value *rhs);
Value *Nucleus::createICmpSLE(Value *lhs, Value *rhs);
Value *Nucleus::createFCmpOEQ(Value *lhs, Value *rhs);
Value *Nucleus::createFCmpOGT(Value *lhs, Value *rhs);
Value *Nucleus::createFCmpOGE(Value *lhs, Value *rhs);
Value *Nucleus::createFCmpOLT(Value *lhs, Value *rhs);
Value *Nucleus::createFCmpOLE(Value *lhs, Value *rhs);
Value *Nucleus::createFCmpONE(Value *lhs, Value *rhs);
Value *Nucleus::createFCmpORD(Value *lhs, Value *rhs);
Value *Nucleus::createFCmpUNO(Value *lhs, Value *rhs);
Value *Nucleus::createFCmpUEQ(Value *lhs, Value *rhs);
Value *Nucleus::createFCmpUGT(Value *lhs, Value *rhs);
Value *Nucleus::createFCmpUGE(Value *lhs, Value *rhs);
Value *Nucleus::createFCmpULT(Value *lhs, Value *rhs);
Value *Nucleus::createFCmpULE(Value *lhs, Value *rhs);
Value *Nucleus::createFCmpUNE(Value *lhs, Value *rhs);
Value *Nucleus::createExtractElement(Value *vector, Type *type, int index);
Value *Nucleus::createInsertElement(Value *vector, Value *element, int index);
Value *Nucleus::createShuffleVector(Value *V1, Value *V2, const int *select);
Value *Nucleus::createSelect(Value *C, Value *ifTrue, Value *ifFalse);
Value *Nucleus::createSwitch(Value *v, BasicBlock *Dest, unsigned NumCases);
void Nucleus::addSwitchCase(Value *Switch, int Case, BasicBlock *Branch);
void Nucleus::createUnreachable();
static Value *createSwizzle4(Value *val, unsigned char select);
static Value *createMask4(Value *lhs, Value *rhs, unsigned char select);
Constant *Nucleus::createConstantPointer(const void *address, Type *Ty, bool isConstant, unsigned int Align);
Type *Nucleus::getPointerType(Type *ElementType);
Constant *Nucleus::createNullValue(Type *Ty);
Constant *Nucleus::createConstantInt(int64_t i);
Constant *Nucleus::createConstantInt(int i);
Constant *Nucleus::createConstantInt(unsigned int i);
Constant *Nucleus::createConstantBool(bool b);
Constant *Nucleus::createConstantByte(signed char i);
Constant *Nucleus::createConstantByte(unsigned char i);
Constant *Nucleus::createConstantShort(short i);
Constant *Nucleus::createConstantShort(unsigned short i);
Constant *Nucleus::createConstantFloat(float x);
Constant *Nucleus::createNullPointer(Type *Ty);
Constant *Nucleus::createConstantVector(Constant *const *Vals, unsigned NumVals);
Type *Void::getType();
Bool::Bool(Argument<Bool> argument);
Bool::Bool();
Bool::Bool(bool x);
Bool::Bool(RValue<Bool> rhs);
Bool::Bool(const Bool &rhs);
Bool::Bool(const Reference<Bool> &rhs);
RValue<Bool> Bool::operator=(RValue<Bool> rhs);
RValue<Bool> Bool::operator=(const Bool &rhs);
RValue<Bool> Bool::operator=(const Reference<Bool> &rhs);
RValue<Bool> operator!(RValue<Bool> val);
RValue<Bool> operator&&(RValue<Bool> lhs, RValue<Bool> rhs);
RValue<Bool> operator||(RValue<Bool> lhs, RValue<Bool> rhs);
Type *Bool::getType();
Byte::Byte(Argument<Byte> argument);
Byte::Byte(RValue<Int> cast);
Byte::Byte(RValue<UInt> cast);
Byte::Byte(RValue<UShort> cast);
Byte::Byte();
Byte::Byte(int x);
Byte::Byte(unsigned char x);
Byte::Byte(RValue<Byte> rhs);
Byte::Byte(const Byte &rhs);
Byte::Byte(const Reference<Byte> &rhs);
RValue<Byte> Byte::operator=(RValue<Byte> rhs);
RValue<Byte> Byte::operator=(const Byte &rhs);
RValue<Byte> Byte::operator=(const Reference<Byte> &rhs);
RValue<Byte> operator+(RValue<Byte> lhs, RValue<Byte> rhs);
RValue<Byte> operator-(RValue<Byte> lhs, RValue<Byte> rhs);
RValue<Byte> operator*(RValue<Byte> lhs, RValue<Byte> rhs);
RValue<Byte> operator/(RValue<Byte> lhs, RValue<Byte> rhs);
RValue<Byte> operator%(RValue<Byte> lhs, RValue<Byte> rhs);
RValue<Byte> operator&(RValue<Byte> lhs, RValue<Byte> rhs);
RValue<Byte> operator|(RValue<Byte> lhs, RValue<Byte> rhs);
RValue<Byte> operator^(RValue<Byte> lhs, RValue<Byte> rhs);
RValue<Byte> operator<<(RValue<Byte> lhs, RValue<Byte> rhs);
RValue<Byte> operator>>(RValue<Byte> lhs, RValue<Byte> rhs);
RValue<Byte> operator+=(const Byte &lhs, RValue<Byte> rhs);
RValue<Byte> operator-=(const Byte &lhs, RValue<Byte> rhs);
RValue<Byte> operator*=(const Byte &lhs, RValue<Byte> rhs);
RValue<Byte> operator/=(const Byte &lhs, RValue<Byte> rhs);
RValue<Byte> operator%=(const Byte &lhs, RValue<Byte> rhs);
RValue<Byte> operator&=(const Byte &lhs, RValue<Byte> rhs);
RValue<Byte> operator|=(const Byte &lhs, RValue<Byte> rhs);
RValue<Byte> operator^=(const Byte &lhs, RValue<Byte> rhs);
RValue<Byte> operator<<=(const Byte &lhs, RValue<Byte> rhs);
RValue<Byte> operator>>=(const Byte &lhs, RValue<Byte> rhs);
RValue<Byte> operator+(RValue<Byte> val);
RValue<Byte> operator-(RValue<Byte> val);
RValue<Byte> operator~(RValue<Byte> val);
RValue<Byte> operator++(const Byte &val, int);
const Byte &operator++(const Byte &val);
RValue<Byte> operator--(const Byte &val, int);
const Byte &operator--(const Byte &val);
RValue<Bool> operator<(RValue<Byte> lhs, RValue<Byte> rhs);
RValue<Bool> operator<=(RValue<Byte> lhs, RValue<Byte> rhs);
RValue<Bool> operator>(RValue<Byte> lhs, RValue<Byte> rhs);
RValue<Bool> operator>=(RValue<Byte> lhs, RValue<Byte> rhs);
RValue<Bool> operator!=(RValue<Byte> lhs, RValue<Byte> rhs);
RValue<Bool> operator==(RValue<Byte> lhs, RValue<Byte> rhs);
Type *Byte::getType();
SByte::SByte(Argument<SByte> argument);
SByte::SByte(RValue<Int> cast);
SByte::SByte(RValue<Short> cast);
SByte::SByte();
SByte::SByte(signed char x);
SByte::SByte(RValue<SByte> rhs);
SByte::SByte(const SByte &rhs);
SByte::SByte(const Reference<SByte> &rhs);
RValue<SByte> SByte::operator=(RValue<SByte> rhs);
RValue<SByte> SByte::operator=(const SByte &rhs);
RValue<SByte> SByte::operator=(const Reference<SByte> &rhs);
RValue<SByte> operator+(RValue<SByte> lhs, RValue<SByte> rhs);
RValue<SByte> operator-(RValue<SByte> lhs, RValue<SByte> rhs);
RValue<SByte> operator*(RValue<SByte> lhs, RValue<SByte> rhs);
RValue<SByte> operator/(RValue<SByte> lhs, RValue<SByte> rhs);
RValue<SByte> operator%(RValue<SByte> lhs, RValue<SByte> rhs);
RValue<SByte> operator&(RValue<SByte> lhs, RValue<SByte> rhs);
RValue<SByte> operator|(RValue<SByte> lhs, RValue<SByte> rhs);
RValue<SByte> operator^(RValue<SByte> lhs, RValue<SByte> rhs);
RValue<SByte> operator<<(RValue<SByte> lhs, RValue<SByte> rhs);
RValue<SByte> operator>>(RValue<SByte> lhs, RValue<SByte> rhs);
RValue<SByte> operator+=(const SByte &lhs, RValue<SByte> rhs);
RValue<SByte> operator-=(const SByte &lhs, RValue<SByte> rhs);
RValue<SByte> operator*=(const SByte &lhs, RValue<SByte> rhs);
RValue<SByte> operator/=(const SByte &lhs, RValue<SByte> rhs);
RValue<SByte> operator%=(const SByte &lhs, RValue<SByte> rhs);
RValue<SByte> operator&=(const SByte &lhs, RValue<SByte> rhs);
RValue<SByte> operator|=(const SByte &lhs, RValue<SByte> rhs);
RValue<SByte> operator^=(const SByte &lhs, RValue<SByte> rhs);
RValue<SByte> operator<<=(const SByte &lhs, RValue<SByte> rhs);
RValue<SByte> operator>>=(const SByte &lhs, RValue<SByte> rhs);
RValue<SByte> operator+(RValue<SByte> val);
RValue<SByte> operator-(RValue<SByte> val);
RValue<SByte> operator~(RValue<SByte> val);
RValue<SByte> operator++(const SByte &val, int);
const SByte &operator++(const SByte &val);
RValue<SByte> operator--(const SByte &val, int);
const SByte &operator--(const SByte &val);
RValue<Bool> operator<(RValue<SByte> lhs, RValue<SByte> rhs);
RValue<Bool> operator<=(RValue<SByte> lhs, RValue<SByte> rhs);
RValue<Bool> operator>(RValue<SByte> lhs, RValue<SByte> rhs);
RValue<Bool> operator>=(RValue<SByte> lhs, RValue<SByte> rhs);
RValue<Bool> operator!=(RValue<SByte> lhs, RValue<SByte> rhs);
RValue<Bool> operator==(RValue<SByte> lhs, RValue<SByte> rhs);
Type *SByte::getType();
Short::Short(Argument<Short> argument);
Short::Short(RValue<Int> cast);
Short::Short();
Short::Short(short x);
Short::Short(RValue<Short> rhs);
Short::Short(const Short &rhs);
Short::Short(const Reference<Short> &rhs);
RValue<Short> Short::operator=(RValue<Short> rhs);
RValue<Short> Short::operator=(const Short &rhs);
RValue<Short> Short::operator=(const Reference<Short> &rhs);
RValue<Short> operator+(RValue<Short> lhs, RValue<Short> rhs);
RValue<Short> operator-(RValue<Short> lhs, RValue<Short> rhs);
RValue<Short> operator*(RValue<Short> lhs, RValue<Short> rhs);
RValue<Short> operator/(RValue<Short> lhs, RValue<Short> rhs);
RValue<Short> operator%(RValue<Short> lhs, RValue<Short> rhs);
RValue<Short> operator&(RValue<Short> lhs, RValue<Short> rhs);
RValue<Short> operator|(RValue<Short> lhs, RValue<Short> rhs);
RValue<Short> operator^(RValue<Short> lhs, RValue<Short> rhs);
RValue<Short> operator<<(RValue<Short> lhs, RValue<Short> rhs);
RValue<Short> operator>>(RValue<Short> lhs, RValue<Short> rhs);
RValue<Short> operator+=(const Short &lhs, RValue<Short> rhs);
RValue<Short> operator-=(const Short &lhs, RValue<Short> rhs);
RValue<Short> operator*=(const Short &lhs, RValue<Short> rhs);
RValue<Short> operator/=(const Short &lhs, RValue<Short> rhs);
RValue<Short> operator%=(const Short &lhs, RValue<Short> rhs);
RValue<Short> operator&=(const Short &lhs, RValue<Short> rhs);
RValue<Short> operator|=(const Short &lhs, RValue<Short> rhs);
RValue<Short> operator^=(const Short &lhs, RValue<Short> rhs);
RValue<Short> operator<<=(const Short &lhs, RValue<Short> rhs);
RValue<Short> operator>>=(const Short &lhs, RValue<Short> rhs);
RValue<Short> operator+(RValue<Short> val);
RValue<Short> operator-(RValue<Short> val);
RValue<Short> operator~(RValue<Short> val);
RValue<Short> operator++(const Short &val, int);
const Short &operator++(const Short &val);
RValue<Short> operator--(const Short &val, int);
const Short &operator--(const Short &val);
RValue<Bool> operator<(RValue<Short> lhs, RValue<Short> rhs);
RValue<Bool> operator<=(RValue<Short> lhs, RValue<Short> rhs);
RValue<Bool> operator>(RValue<Short> lhs, RValue<Short> rhs);
RValue<Bool> operator>=(RValue<Short> lhs, RValue<Short> rhs);
RValue<Bool> operator!=(RValue<Short> lhs, RValue<Short> rhs);
RValue<Bool> operator==(RValue<Short> lhs, RValue<Short> rhs);
Type *Short::getType();
UShort::UShort(Argument<UShort> argument);
UShort::UShort(RValue<UInt> cast);
UShort::UShort(RValue<Int> cast);
UShort::UShort();
UShort::UShort(unsigned short x);
UShort::UShort(RValue<UShort> rhs);
UShort::UShort(const UShort &rhs);
UShort::UShort(const Reference<UShort> &rhs);
RValue<UShort> UShort::operator=(RValue<UShort> rhs);
RValue<UShort> UShort::operator=(const UShort &rhs);
RValue<UShort> UShort::operator=(const Reference<UShort> &rhs);
RValue<UShort> operator+(RValue<UShort> lhs, RValue<UShort> rhs);
RValue<UShort> operator-(RValue<UShort> lhs, RValue<UShort> rhs);
RValue<UShort> operator*(RValue<UShort> lhs, RValue<UShort> rhs);
RValue<UShort> operator/(RValue<UShort> lhs, RValue<UShort> rhs);
RValue<UShort> operator%(RValue<UShort> lhs, RValue<UShort> rhs);
RValue<UShort> operator&(RValue<UShort> lhs, RValue<UShort> rhs);
RValue<UShort> operator|(RValue<UShort> lhs, RValue<UShort> rhs);
RValue<UShort> operator^(RValue<UShort> lhs, RValue<UShort> rhs);
RValue<UShort> operator<<(RValue<UShort> lhs, RValue<UShort> rhs);
RValue<UShort> operator>>(RValue<UShort> lhs, RValue<UShort> rhs);
RValue<UShort> operator+=(const UShort &lhs, RValue<UShort> rhs);
RValue<UShort> operator-=(const UShort &lhs, RValue<UShort> rhs);
RValue<UShort> operator*=(const UShort &lhs, RValue<UShort> rhs);
RValue<UShort> operator/=(const UShort &lhs, RValue<UShort> rhs);
RValue<UShort> operator%=(const UShort &lhs, RValue<UShort> rhs);
RValue<UShort> operator&=(const UShort &lhs, RValue<UShort> rhs);
RValue<UShort> operator|=(const UShort &lhs, RValue<UShort> rhs);
RValue<UShort> operator^=(const UShort &lhs, RValue<UShort> rhs);
RValue<UShort> operator<<=(const UShort &lhs, RValue<UShort> rhs);
RValue<UShort> operator>>=(const UShort &lhs, RValue<UShort> rhs);
RValue<UShort> operator+(RValue<UShort> val);
RValue<UShort> operator-(RValue<UShort> val);
RValue<UShort> operator~(RValue<UShort> val);
RValue<UShort> operator++(const UShort &val, int);
const UShort &operator++(const UShort &val);
RValue<UShort> operator--(const UShort &val, int);
const UShort &operator--(const UShort &val);
RValue<Bool> operator<(RValue<UShort> lhs, RValue<UShort> rhs);
RValue<Bool> operator<=(RValue<UShort> lhs, RValue<UShort> rhs);
RValue<Bool> operator>(RValue<UShort> lhs, RValue<UShort> rhs);
RValue<Bool> operator>=(RValue<UShort> lhs, RValue<UShort> rhs);
RValue<Bool> operator!=(RValue<UShort> lhs, RValue<UShort> rhs);
RValue<Bool> operator==(RValue<UShort> lhs, RValue<UShort> rhs);
Type *UShort::getType();
Type *Byte4::getType();
Type *SByte4::getType();
Byte8::Byte8();
Byte8::Byte8(uint8_t x0, uint8_t x1, uint8_t x2, uint8_t x3, uint8_t x4, uint8_t x5, uint8_t x6, uint8_t x7);
Byte8::Byte8(int64_t x);
Byte8::Byte8(RValue<Byte8> rhs);
Byte8::Byte8(const Byte8 &rhs);
Byte8::Byte8(const Reference<Byte8> &rhs);
RValue<Byte8> Byte8::operator=(RValue<Byte8> rhs);
RValue<Byte8> Byte8::operator=(const Byte8 &rhs);
RValue<Byte8> Byte8::operator=(const Reference<Byte8> &rhs);
RValue<Byte8> operator+(RValue<Byte8> lhs, RValue<Byte8> rhs);
RValue<Byte8> operator-(RValue<Byte8> lhs, RValue<Byte8> rhs);
RValue<Byte8> operator&(RValue<Byte8> lhs, RValue<Byte8> rhs);
RValue<Byte8> operator|(RValue<Byte8> lhs, RValue<Byte8> rhs);
RValue<Byte8> operator^(RValue<Byte8> lhs, RValue<Byte8> rhs);
RValue<Byte8> operator+=(const Byte8 &lhs, RValue<Byte8> rhs);
RValue<Byte8> operator-=(const Byte8 &lhs, RValue<Byte8> rhs);
RValue<Byte8> operator&=(const Byte8 &lhs, RValue<Byte8> rhs);
RValue<Byte8> operator|=(const Byte8 &lhs, RValue<Byte8> rhs);
RValue<Byte8> operator^=(const Byte8 &lhs, RValue<Byte8> rhs);
RValue<Byte8> operator~(RValue<Byte8> val);
RValue<Byte8> AddSat(RValue<Byte8> x, RValue<Byte8> y);
RValue<Byte8> SubSat(RValue<Byte8> x, RValue<Byte8> y);
RValue<Short4> Unpack(RValue<Byte4> x);
RValue<Short4> UnpackLow(RValue<Byte8> x, RValue<Byte8> y);
RValue<Short4> UnpackHigh(RValue<Byte8> x, RValue<Byte8> y);
RValue<Int> SignMask(RValue<Byte8> x);
RValue<Byte8> CmpEQ(RValue<Byte8> x, RValue<Byte8> y);
Type *Byte8::getType();
SByte8::SByte8();
SByte8::SByte8(uint8_t x0, uint8_t x1, uint8_t x2, uint8_t x3, uint8_t x4, uint8_t x5, uint8_t x6, uint8_t x7);
SByte8::SByte8(int64_t x);
SByte8::SByte8(RValue<SByte8> rhs);
SByte8::SByte8(const SByte8 &rhs);
SByte8::SByte8(const Reference<SByte8> &rhs);
RValue<SByte8> SByte8::operator=(RValue<SByte8> rhs);
RValue<SByte8> SByte8::operator=(const SByte8 &rhs);
RValue<SByte8> SByte8::operator=(const Reference<SByte8> &rhs);
RValue<SByte8> operator+(RValue<SByte8> lhs, RValue<SByte8> rhs);
RValue<SByte8> operator-(RValue<SByte8> lhs, RValue<SByte8> rhs);
RValue<SByte8> operator&(RValue<SByte8> lhs, RValue<SByte8> rhs);
RValue<SByte8> operator|(RValue<SByte8> lhs, RValue<SByte8> rhs);
RValue<SByte8> operator^(RValue<SByte8> lhs, RValue<SByte8> rhs);
RValue<SByte8> operator+=(const SByte8 &lhs, RValue<SByte8> rhs);
RValue<SByte8> operator-=(const SByte8 &lhs, RValue<SByte8> rhs);
RValue<SByte8> operator&=(const SByte8 &lhs, RValue<SByte8> rhs);
RValue<SByte8> operator|=(const SByte8 &lhs, RValue<SByte8> rhs);
RValue<SByte8> operator^=(const SByte8 &lhs, RValue<SByte8> rhs);
RValue<SByte8> operator~(RValue<SByte8> val);
RValue<SByte8> AddSat(RValue<SByte8> x, RValue<SByte8> y);
RValue<SByte8> SubSat(RValue<SByte8> x, RValue<SByte8> y);
RValue<Short4> UnpackLow(RValue<SByte8> x, RValue<SByte8> y);
RValue<Short4> UnpackHigh(RValue<SByte8> x, RValue<SByte8> y);
RValue<Int> SignMask(RValue<SByte8> x);
RValue<Byte8> CmpGT(RValue<SByte8> x, RValue<SByte8> y);
RValue<Byte8> CmpEQ(RValue<SByte8> x, RValue<SByte8> y);
Type *SByte8::getType();
Byte16::Byte16(RValue<Byte16> rhs);
Byte16::Byte16(const Byte16 &rhs);
Byte16::Byte16(const Reference<Byte16> &rhs);
RValue<Byte16> Byte16::operator=(RValue<Byte16> rhs);
RValue<Byte16> Byte16::operator=(const Byte16 &rhs);
RValue<Byte16> Byte16::operator=(const Reference<Byte16> &rhs);
Type *Byte16::getType();
Type *SByte16::getType();
Short4::Short4(RValue<Int> cast);
Short4::Short4(RValue<Int4> cast);
Short4::Short4(RValue<Float4> cast);
Short4::Short4();
Short4::Short4(short xyzw);
Short4::Short4(short x, short y, short z, short w);
Short4::Short4(RValue<Short4> rhs);
Short4::Short4(const Short4 &rhs);
Short4::Short4(const Reference<Short4> &rhs);
Short4::Short4(RValue<UShort4> rhs);
Short4::Short4(const UShort4 &rhs);
Short4::Short4(const Reference<UShort4> &rhs);
RValue<Short4> Short4::operator=(RValue<Short4> rhs);
RValue<Short4> Short4::operator=(const Short4 &rhs);
RValue<Short4> Short4::operator=(const Reference<Short4> &rhs);
RValue<Short4> Short4::operator=(RValue<UShort4> rhs);
RValue<Short4> Short4::operator=(const UShort4 &rhs);
RValue<Short4> Short4::operator=(const Reference<UShort4> &rhs);
RValue<Short4> operator+(RValue<Short4> lhs, RValue<Short4> rhs);
RValue<Short4> operator-(RValue<Short4> lhs, RValue<Short4> rhs);
RValue<Short4> operator*(RValue<Short4> lhs, RValue<Short4> rhs);
RValue<Short4> operator&(RValue<Short4> lhs, RValue<Short4> rhs);
RValue<Short4> operator|(RValue<Short4> lhs, RValue<Short4> rhs);
RValue<Short4> operator^(RValue<Short4> lhs, RValue<Short4> rhs);
RValue<Short4> operator<<(RValue<Short4> lhs, unsigned char rhs);
RValue<Short4> operator>>(RValue<Short4> lhs, unsigned char rhs);
RValue<Short4> operator<<(RValue<Short4> lhs, RValue<Long1> rhs);
RValue<Short4> operator>>(RValue<Short4> lhs, RValue<Long1> rhs);
RValue<Short4> operator+=(const Short4 &lhs, RValue<Short4> rhs);
RValue<Short4> operator-=(const Short4 &lhs, RValue<Short4> rhs);
RValue<Short4> operator*=(const Short4 &lhs, RValue<Short4> rhs);
RValue<Short4> operator&=(const Short4 &lhs, RValue<Short4> rhs);
RValue<Short4> operator|=(const Short4 &lhs, RValue<Short4> rhs);
RValue<Short4> operator^=(const Short4 &lhs, RValue<Short4> rhs);
RValue<Short4> operator<<=(const Short4 &lhs, unsigned char rhs);
RValue<Short4> operator>>=(const Short4 &lhs, unsigned char rhs);
RValue<Short4> operator<<=(const Short4 &lhs, RValue<Long1> rhs);
RValue<Short4> operator>>=(const Short4 &lhs, RValue<Long1> rhs);
RValue<Short4> operator-(RValue<Short4> val);
RValue<Short4> operator~(RValue<Short4> val);
RValue<Short4> RoundShort4(RValue<Float4> cast);
RValue<Short4> Max(RValue<Short4> x, RValue<Short4> y);
RValue<Short4> Min(RValue<Short4> x, RValue<Short4> y);
RValue<Short4> AddSat(RValue<Short4> x, RValue<Short4> y);
RValue<Short4> SubSat(RValue<Short4> x, RValue<Short4> y);
RValue<Short4> MulHigh(RValue<Short4> x, RValue<Short4> y);
RValue<Int2> MulAdd(RValue<Short4> x, RValue<Short4> y);
RValue<SByte8> Pack(RValue<Short4> x, RValue<Short4> y);
RValue<Int2> UnpackLow(RValue<Short4> x, RValue<Short4> y);
RValue<Int2> UnpackHigh(RValue<Short4> x, RValue<Short4> y);
RValue<Short4> Swizzle(RValue<Short4> x, unsigned char select);
RValue<Short4> Insert(RValue<Short4> val, RValue<Short> element, int i);
RValue<Short> Extract(RValue<Short4> val, int i);
RValue<Short4> CmpGT(RValue<Short4> x, RValue<Short4> y);
RValue<Short4> CmpEQ(RValue<Short4> x, RValue<Short4> y);
Type *Short4::getType();
UShort4::UShort4(RValue<Int4> cast);
UShort4::UShort4(RValue<Float4> cast, bool saturate);
UShort4::UShort4();
UShort4::UShort4(unsigned short xyzw);
UShort4::UShort4(unsigned short x, unsigned short y, unsigned short z, unsigned short w);
UShort4::UShort4(RValue<UShort4> rhs);
UShort4::UShort4(const UShort4 &rhs);
UShort4::UShort4(const Reference<UShort4> &rhs);
UShort4::UShort4(RValue<Short4> rhs);
UShort4::UShort4(const Short4 &rhs);
UShort4::UShort4(const Reference<Short4> &rhs);
RValue<UShort4> UShort4::operator=(RValue<UShort4> rhs);
RValue<UShort4> UShort4::operator=(const UShort4 &rhs);
RValue<UShort4> UShort4::operator=(const Reference<UShort4> &rhs);
RValue<UShort4> UShort4::operator=(RValue<Short4> rhs);
RValue<UShort4> UShort4::operator=(const Short4 &rhs);
RValue<UShort4> UShort4::operator=(const Reference<Short4> &rhs);
RValue<UShort4> operator+(RValue<UShort4> lhs, RValue<UShort4> rhs);
RValue<UShort4> operator-(RValue<UShort4> lhs, RValue<UShort4> rhs);
RValue<UShort4> operator*(RValue<UShort4> lhs, RValue<UShort4> rhs);
RValue<UShort4> operator<<(RValue<UShort4> lhs, unsigned char rhs);
RValue<UShort4> operator>>(RValue<UShort4> lhs, unsigned char rhs);
RValue<UShort4> operator<<(RValue<UShort4> lhs, RValue<Long1> rhs);
RValue<UShort4> operator>>(RValue<UShort4> lhs, RValue<Long1> rhs);
RValue<UShort4> operator<<=(const UShort4 &lhs, unsigned char rhs);
RValue<UShort4> operator>>=(const UShort4 &lhs, unsigned char rhs);
RValue<UShort4> operator<<=(const UShort4 &lhs, RValue<Long1> rhs);
RValue<UShort4> operator>>=(const UShort4 &lhs, RValue<Long1> rhs);
RValue<UShort4> operator~(RValue<UShort4> val);
RValue<UShort4> Max(RValue<UShort4> x, RValue<UShort4> y);
RValue<UShort4> Min(RValue<UShort4> x, RValue<UShort4> y);
RValue<UShort4> AddSat(RValue<UShort4> x, RValue<UShort4> y);
RValue<UShort4> SubSat(RValue<UShort4> x, RValue<UShort4> y);
RValue<UShort4> MulHigh(RValue<UShort4> x, RValue<UShort4> y);
RValue<UShort4> Average(RValue<UShort4> x, RValue<UShort4> y);
RValue<Byte8> Pack(RValue<UShort4> x, RValue<UShort4> y);
Type *UShort4::getType();
Short8::Short8(short c0, short c1, short c2, short c3, short c4, short c5, short c6, short c7);
Short8::Short8(RValue<Short8> rhs);
Short8::Short8(const Reference<Short8> &rhs);
Short8::Short8(RValue<Short4> lo, RValue<Short4> hi);
RValue<Short8> operator+(RValue<Short8> lhs, RValue<Short8> rhs);
RValue<Short8> operator&(RValue<Short8> lhs, RValue<Short8> rhs);
RValue<Short8> operator<<(RValue<Short8> lhs, unsigned char rhs);
RValue<Short8> operator>>(RValue<Short8> lhs, unsigned char rhs);
RValue<Int4> MulAdd(RValue<Short8> x, RValue<Short8> y);
RValue<Int4> Abs(RValue<Int4> x);
RValue<Short8> MulHigh(RValue<Short8> x, RValue<Short8> y);
Type *Short8::getType();
UShort8::UShort8(unsigned short c0, unsigned short c1, unsigned short c2, unsigned short c3, unsigned short c4, unsigned short c5, unsigned short c6, unsigned short c7);
UShort8::UShort8(RValue<UShort8> rhs);
UShort8::UShort8(const Reference<UShort8> &rhs);
UShort8::UShort8(RValue<UShort4> lo, RValue<UShort4> hi);
RValue<UShort8> UShort8::operator=(RValue<UShort8> rhs);
RValue<UShort8> UShort8::operator=(const UShort8 &rhs);
RValue<UShort8> UShort8::operator=(const Reference<UShort8> &rhs);
RValue<UShort8> operator&(RValue<UShort8> lhs, RValue<UShort8> rhs);
RValue<UShort8> operator<<(RValue<UShort8> lhs, unsigned char rhs);
RValue<UShort8> operator>>(RValue<UShort8> lhs, unsigned char rhs);
RValue<UShort8> operator+(RValue<UShort8> lhs, RValue<UShort8> rhs);
RValue<UShort8> operator*(RValue<UShort8> lhs, RValue<UShort8> rhs);
RValue<UShort8> operator+=(const UShort8 &lhs, RValue<UShort8> rhs);
RValue<UShort8> operator~(RValue<UShort8> val);
RValue<UShort8> Swizzle(RValue<UShort8> x, char select0, char select1, char select2, char select3, char select4, char select5, char select6, char select7);
RValue<UShort8> MulHigh(RValue<UShort8> x, RValue<UShort8> y);
Type *UShort8::getType();
Int::Int(Argument<Int> argument);
Int::Int(RValue<Byte> cast);
Int::Int(RValue<SByte> cast);
Int::Int(RValue<Short> cast);
Int::Int(RValue<UShort> cast);
Int::Int(RValue<Int2> cast);
Int::Int(RValue<Long> cast);
Int::Int(RValue<Float> cast);
Int::Int();
Int::Int(int x);
Int::Int(RValue<Int> rhs);
Int::Int(RValue<UInt> rhs);
Int::Int(const Int &rhs);
Int::Int(const Reference<Int> &rhs);
Int::Int(const UInt &rhs);
Int::Int(const Reference<UInt> &rhs);
RValue<Int> Int::operator=(int rhs);
RValue<Int> Int::operator=(RValue<Int> rhs);
RValue<Int> Int::operator=(RValue<UInt> rhs);
RValue<Int> Int::operator=(const Int &rhs);
RValue<Int> Int::operator=(const Reference<Int> &rhs);
RValue<Int> Int::operator=(const UInt &rhs);
RValue<Int> Int::operator=(const Reference<UInt> &rhs);
RValue<Int> operator+(RValue<Int> lhs, RValue<Int> rhs);
RValue<Int> operator-(RValue<Int> lhs, RValue<Int> rhs);
RValue<Int> operator*(RValue<Int> lhs, RValue<Int> rhs);
RValue<Int> operator/(RValue<Int> lhs, RValue<Int> rhs);
RValue<Int> operator%(RValue<Int> lhs, RValue<Int> rhs);
RValue<Int> operator&(RValue<Int> lhs, RValue<Int> rhs);
RValue<Int> operator|(RValue<Int> lhs, RValue<Int> rhs);
RValue<Int> operator^(RValue<Int> lhs, RValue<Int> rhs);
RValue<Int> operator<<(RValue<Int> lhs, RValue<Int> rhs);
RValue<Int> operator>>(RValue<Int> lhs, RValue<Int> rhs);
RValue<Int> operator+=(const Int &lhs, RValue<Int> rhs);
RValue<Int> operator-=(const Int &lhs, RValue<Int> rhs);
RValue<Int> operator*=(const Int &lhs, RValue<Int> rhs);
RValue<Int> operator/=(const Int &lhs, RValue<Int> rhs);
RValue<Int> operator%=(const Int &lhs, RValue<Int> rhs);
RValue<Int> operator&=(const Int &lhs, RValue<Int> rhs);
RValue<Int> operator|=(const Int &lhs, RValue<Int> rhs);
RValue<Int> operator^=(const Int &lhs, RValue<Int> rhs);
RValue<Int> operator<<=(const Int &lhs, RValue<Int> rhs);
RValue<Int> operator>>=(const Int &lhs, RValue<Int> rhs);
RValue<Int> operator+(RValue<Int> val);
RValue<Int> operator-(RValue<Int> val);
RValue<Int> operator~(RValue<Int> val);
RValue<Int> operator++(const Int &val, int);
const Int &operator++(const Int &val);
RValue<Int> operator--(const Int &val, int);
const Int &operator--(const Int &val);
RValue<Bool> operator<(RValue<Int> lhs, RValue<Int> rhs);
RValue<Bool> operator<=(RValue<Int> lhs, RValue<Int> rhs);
RValue<Bool> operator>(RValue<Int> lhs, RValue<Int> rhs);
RValue<Bool> operator>=(RValue<Int> lhs, RValue<Int> rhs);
RValue<Bool> operator!=(RValue<Int> lhs, RValue<Int> rhs);
RValue<Bool> operator==(RValue<Int> lhs, RValue<Int> rhs);
RValue<Int> Max(RValue<Int> x, RValue<Int> y);
RValue<Int> Min(RValue<Int> x, RValue<Int> y);
RValue<Int> Clamp(RValue<Int> x, RValue<Int> min, RValue<Int> max);
RValue<Int> RoundInt(RValue<Float> cast);
Type *Int::getType();
Long::Long(RValue<Int> cast);
Long::Long(RValue<UInt> cast);
Long::Long();
Long::Long(RValue<Long> rhs);
RValue<Long> Long::operator=(int64_t rhs);
RValue<Long> Long::operator=(RValue<Long> rhs);
RValue<Long> Long::operator=(const Long &rhs);
RValue<Long> Long::operator=(const Reference<Long> &rhs);
RValue<Long> operator+(RValue<Long> lhs, RValue<Long> rhs);
RValue<Long> operator-(RValue<Long> lhs, RValue<Long> rhs);
RValue<Long> operator+=(const Long &lhs, RValue<Long> rhs);
RValue<Long> operator-=(const Long &lhs, RValue<Long> rhs);
RValue<Long> AddAtomic(RValue<Pointer<Long> > x, RValue<Long> y);
Type *Long::getType();
Long1::Long1(const RValue<UInt> cast);
Long1::Long1(RValue<Long1> rhs);
Type *Long1::getType();
RValue<Long2> UnpackHigh(RValue<Long2> x, RValue<Long2> y);
Type *Long2::getType();
UInt::UInt(Argument<UInt> argument);
UInt::UInt(RValue<UShort> cast);
UInt::UInt(RValue<Long> cast);
UInt::UInt(RValue<Float> cast);
UInt::UInt();
UInt::UInt(int x);
UInt::UInt(unsigned int x);
UInt::UInt(RValue<UInt> rhs);
UInt::UInt(RValue<Int> rhs);
UInt::UInt(const UInt &rhs);
UInt::UInt(const Reference<UInt> &rhs);
UInt::UInt(const Int &rhs);
UInt::UInt(const Reference<Int> &rhs);
RValue<UInt> UInt::operator=(unsigned int rhs);
RValue<UInt> UInt::operator=(RValue<UInt> rhs);
RValue<UInt> UInt::operator=(RValue<Int> rhs);
RValue<UInt> UInt::operator=(const UInt &rhs);
RValue<UInt> UInt::operator=(const Reference<UInt> &rhs);
RValue<UInt> UInt::operator=(const Int &rhs);
RValue<UInt> UInt::operator=(const Reference<Int> &rhs);
RValue<UInt> operator+(RValue<UInt> lhs, RValue<UInt> rhs);
RValue<UInt> operator-(RValue<UInt> lhs, RValue<UInt> rhs);
RValue<UInt> operator*(RValue<UInt> lhs, RValue<UInt> rhs);
RValue<UInt> operator/(RValue<UInt> lhs, RValue<UInt> rhs);
RValue<UInt> operator%(RValue<UInt> lhs, RValue<UInt> rhs);
RValue<UInt> operator&(RValue<UInt> lhs, RValue<UInt> rhs);
RValue<UInt> operator|(RValue<UInt> lhs, RValue<UInt> rhs);
RValue<UInt> operator^(RValue<UInt> lhs, RValue<UInt> rhs);
RValue<UInt> operator<<(RValue<UInt> lhs, RValue<UInt> rhs);
RValue<UInt> operator>>(RValue<UInt> lhs, RValue<UInt> rhs);
RValue<UInt> operator+=(const UInt &lhs, RValue<UInt> rhs);
RValue<UInt> operator-=(const UInt &lhs, RValue<UInt> rhs);
RValue<UInt> operator*=(const UInt &lhs, RValue<UInt> rhs);
RValue<UInt> operator/=(const UInt &lhs, RValue<UInt> rhs);
RValue<UInt> operator%=(const UInt &lhs, RValue<UInt> rhs);
RValue<UInt> operator&=(const UInt &lhs, RValue<UInt> rhs);
RValue<UInt> operator|=(const UInt &lhs, RValue<UInt> rhs);
RValue<UInt> operator^=(const UInt &lhs, RValue<UInt> rhs);
RValue<UInt> operator<<=(const UInt &lhs, RValue<UInt> rhs);
RValue<UInt> operator>>=(const UInt &lhs, RValue<UInt> rhs);
RValue<UInt> operator+(RValue<UInt> val);
RValue<UInt> operator-(RValue<UInt> val);
RValue<UInt> operator~(RValue<UInt> val);
RValue<UInt> operator++(const UInt &val, int);
const UInt &operator++(const UInt &val);
RValue<UInt> operator--(const UInt &val, int);
const UInt &operator--(const UInt &val);
RValue<UInt> Max(RValue<UInt> x, RValue<UInt> y);
RValue<UInt> Min(RValue<UInt> x, RValue<UInt> y);
RValue<UInt> Clamp(RValue<UInt> x, RValue<UInt> min, RValue<UInt> max);
RValue<Bool> operator<(RValue<UInt> lhs, RValue<UInt> rhs);
RValue<Bool> operator<=(RValue<UInt> lhs, RValue<UInt> rhs);
RValue<Bool> operator>(RValue<UInt> lhs, RValue<UInt> rhs);
RValue<Bool> operator>=(RValue<UInt> lhs, RValue<UInt> rhs);
RValue<Bool> operator!=(RValue<UInt> lhs, RValue<UInt> rhs);
RValue<Bool> operator==(RValue<UInt> lhs, RValue<UInt> rhs);
Type *UInt::getType();
Int2::Int2(RValue<Int4> cast);
Int2::Int2();
Int2::Int2(int x, int y);
Int2::Int2(RValue<Int2> rhs);
Int2::Int2(const Int2 &rhs);
Int2::Int2(const Reference<Int2> &rhs);
Int2::Int2(RValue<Int> lo, RValue<Int> hi);
RValue<Int2> Int2::operator=(RValue<Int2> rhs);
RValue<Int2> Int2::operator=(const Int2 &rhs);
RValue<Int2> Int2::operator=(const Reference<Int2> &rhs);
RValue<Int2> operator+(RValue<Int2> lhs, RValue<Int2> rhs);
RValue<Int2> operator-(RValue<Int2> lhs, RValue<Int2> rhs);
RValue<Int2> operator&(RValue<Int2> lhs, RValue<Int2> rhs);
RValue<Int2> operator|(RValue<Int2> lhs, RValue<Int2> rhs);
RValue<Int2> operator^(RValue<Int2> lhs, RValue<Int2> rhs);
RValue<Int2> operator<<(RValue<Int2> lhs, unsigned char rhs);
RValue<Int2> operator>>(RValue<Int2> lhs, unsigned char rhs);
RValue<Int2> operator<<(RValue<Int2> lhs, RValue<Long1> rhs);
RValue<Int2> operator>>(RValue<Int2> lhs, RValue<Long1> rhs);
RValue<Int2> operator+=(const Int2 &lhs, RValue<Int2> rhs);
RValue<Int2> operator-=(const Int2 &lhs, RValue<Int2> rhs);
RValue<Int2> operator&=(const Int2 &lhs, RValue<Int2> rhs);
RValue<Int2> operator|=(const Int2 &lhs, RValue<Int2> rhs);
RValue<Int2> operator^=(const Int2 &lhs, RValue<Int2> rhs);
RValue<Int2> operator<<=(const Int2 &lhs, unsigned char rhs);
RValue<Int2> operator>>=(const Int2 &lhs, unsigned char rhs);
RValue<Int2> operator<<=(const Int2 &lhs, RValue<Long1> rhs);
RValue<Int2> operator>>=(const Int2 &lhs, RValue<Long1> rhs);
RValue<Int2> operator~(RValue<Int2> val);
RValue<Long1> UnpackLow(RValue<Int2> x, RValue<Int2> y);
RValue<Long1> UnpackHigh(RValue<Int2> x, RValue<Int2> y);
RValue<Int> Extract(RValue<Int2> val, int i);
RValue<Int2> Insert(RValue<Int2> val, RValue<Int> element, int i);
Type *Int2::getType();
UInt2::UInt2();
UInt2::UInt2(unsigned int x, unsigned int y);
UInt2::UInt2(RValue<UInt2> rhs);
UInt2::UInt2(const UInt2 &rhs);
UInt2::UInt2(const Reference<UInt2> &rhs);
RValue<UInt2> UInt2::operator=(RValue<UInt2> rhs);
RValue<UInt2> UInt2::operator=(const UInt2 &rhs);
RValue<UInt2> UInt2::operator=(const Reference<UInt2> &rhs);
RValue<UInt2> operator+(RValue<UInt2> lhs, RValue<UInt2> rhs);
RValue<UInt2> operator-(RValue<UInt2> lhs, RValue<UInt2> rhs);
RValue<UInt2> operator&(RValue<UInt2> lhs, RValue<UInt2> rhs);
RValue<UInt2> operator|(RValue<UInt2> lhs, RValue<UInt2> rhs);
RValue<UInt2> operator^(RValue<UInt2> lhs, RValue<UInt2> rhs);
RValue<UInt2> operator<<(RValue<UInt2> lhs, unsigned char rhs);
RValue<UInt2> operator>>(RValue<UInt2> lhs, unsigned char rhs);
RValue<UInt2> operator<<(RValue<UInt2> lhs, RValue<Long1> rhs);
RValue<UInt2> operator>>(RValue<UInt2> lhs, RValue<Long1> rhs);
RValue<UInt2> operator+=(const UInt2 &lhs, RValue<UInt2> rhs);
RValue<UInt2> operator-=(const UInt2 &lhs, RValue<UInt2> rhs);
RValue<UInt2> operator&=(const UInt2 &lhs, RValue<UInt2> rhs);
RValue<UInt2> operator|=(const UInt2 &lhs, RValue<UInt2> rhs);
RValue<UInt2> operator^=(const UInt2 &lhs, RValue<UInt2> rhs);
RValue<UInt2> operator<<=(const UInt2 &lhs, unsigned char rhs);
RValue<UInt2> operator>>=(const UInt2 &lhs, unsigned char rhs);
RValue<UInt2> operator<<=(const UInt2 &lhs, RValue<Long1> rhs);
RValue<UInt2> operator>>=(const UInt2 &lhs, RValue<Long1> rhs);
RValue<UInt2> operator~(RValue<UInt2> val);
Type *UInt2::getType();
Int4::Int4(RValue<Byte4> cast);
Int4::Int4(RValue<SByte4> cast);
Int4::Int4(RValue<Float4> cast);
Int4::Int4(RValue<Short4> cast);
Int4::Int4(RValue<UShort4> cast);
Int4::Int4();
Int4::Int4(int xyzw);
Int4::Int4(int x, int yzw);
Int4::Int4(int x, int y, int zw);
Int4::Int4(int x, int y, int z, int w);
void Int4::constant(int x, int y, int z, int w);
Int4::Int4(RValue<Int4> rhs);
Int4::Int4(const Int4 &rhs);
Int4::Int4(const Reference<Int4> &rhs);
Int4::Int4(RValue<UInt4> rhs);
Int4::Int4(const UInt4 &rhs);
Int4::Int4(const Reference<UInt4> &rhs);
Int4::Int4(RValue<Int2> lo, RValue<Int2> hi);
Int4::Int4(RValue<Int> rhs);
Int4::Int4(const Int &rhs);
Int4::Int4(const Reference<Int> &rhs);
RValue<Int4> Int4::operator=(RValue<Int4> rhs);
RValue<Int4> Int4::operator=(const Int4 &rhs);
RValue<Int4> Int4::operator=(const Reference<Int4> &rhs);
RValue<Int4> operator+(RValue<Int4> lhs, RValue<Int4> rhs);
RValue<Int4> operator-(RValue<Int4> lhs, RValue<Int4> rhs);
RValue<Int4> operator*(RValue<Int4> lhs, RValue<Int4> rhs);
RValue<Int4> operator/(RValue<Int4> lhs, RValue<Int4> rhs);
RValue<Int4> operator%(RValue<Int4> lhs, RValue<Int4> rhs);
RValue<Int4> operator&(RValue<Int4> lhs, RValue<Int4> rhs);
RValue<Int4> operator|(RValue<Int4> lhs, RValue<Int4> rhs);
RValue<Int4> operator^(RValue<Int4> lhs, RValue<Int4> rhs);
RValue<Int4> operator<<(RValue<Int4> lhs, unsigned char rhs);
RValue<Int4> operator>>(RValue<Int4> lhs, unsigned char rhs);
RValue<Int4> operator<<(RValue<Int4> lhs, RValue<Int4> rhs);
RValue<Int4> operator>>(RValue<Int4> lhs, RValue<Int4> rhs);
RValue<Int4> operator+=(const Int4 &lhs, RValue<Int4> rhs);
RValue<Int4> operator-=(const Int4 &lhs, RValue<Int4> rhs);
RValue<Int4> operator*=(const Int4 &lhs, RValue<Int4> rhs);
RValue<Int4> operator&=(const Int4 &lhs, RValue<Int4> rhs);
RValue<Int4> operator|=(const Int4 &lhs, RValue<Int4> rhs);
RValue<Int4> operator^=(const Int4 &lhs, RValue<Int4> rhs);
RValue<Int4> operator<<=(const Int4 &lhs, unsigned char rhs);
RValue<Int4> operator>>=(const Int4 &lhs, unsigned char rhs);
RValue<Int4> operator+(RValue<Int4> val);
RValue<Int4> operator-(RValue<Int4> val);
RValue<Int4> operator~(RValue<Int4> val);
RValue<Int4> CmpEQ(RValue<Int4> x, RValue<Int4> y);
RValue<Int4> CmpLT(RValue<Int4> x, RValue<Int4> y);
RValue<Int4> CmpLE(RValue<Int4> x, RValue<Int4> y);
RValue<Int4> CmpNEQ(RValue<Int4> x, RValue<Int4> y);
RValue<Int4> CmpNLT(RValue<Int4> x, RValue<Int4> y);
RValue<Int4> CmpNLE(RValue<Int4> x, RValue<Int4> y);
RValue<Int4> Max(RValue<Int4> x, RValue<Int4> y);
RValue<Int4> Min(RValue<Int4> x, RValue<Int4> y);
RValue<Int4> RoundInt(RValue<Float4> cast);
RValue<Short8> Pack(RValue<Int4> x, RValue<Int4> y);
RValue<Int> Extract(RValue<Int4> x, int i);
RValue<Int4> Insert(RValue<Int4> x, RValue<Int> element, int i);
RValue<Int> SignMask(RValue<Int4> x);
RValue<Int4> Swizzle(RValue<Int4> x, unsigned char select);
Type *Int4::getType();
UInt4::UInt4(RValue<Float4> cast);
UInt4::UInt4();
UInt4::UInt4(int xyzw);
UInt4::UInt4(int x, int yzw);
UInt4::UInt4(int x, int y, int zw);
UInt4::UInt4(int x, int y, int z, int w);
void UInt4::constant(int x, int y, int z, int w);
UInt4::UInt4(RValue<UInt4> rhs);
UInt4::UInt4(const UInt4 &rhs);
UInt4::UInt4(const Reference<UInt4> &rhs);
UInt4::UInt4(RValue<Int4> rhs);
UInt4::UInt4(const Int4 &rhs);
UInt4::UInt4(const Reference<Int4> &rhs);
UInt4::UInt4(RValue<UInt2> lo, RValue<UInt2> hi);
RValue<UInt4> UInt4::operator=(RValue<UInt4> rhs);
RValue<UInt4> UInt4::operator=(const UInt4 &rhs);
RValue<UInt4> UInt4::operator=(const Reference<UInt4> &rhs);
RValue<UInt4> operator+(RValue<UInt4> lhs, RValue<UInt4> rhs);
RValue<UInt4> operator-(RValue<UInt4> lhs, RValue<UInt4> rhs);
RValue<UInt4> operator*(RValue<UInt4> lhs, RValue<UInt4> rhs);
RValue<UInt4> operator/(RValue<UInt4> lhs, RValue<UInt4> rhs);
RValue<UInt4> operator%(RValue<UInt4> lhs, RValue<UInt4> rhs);
RValue<UInt4> operator&(RValue<UInt4> lhs, RValue<UInt4> rhs);
RValue<UInt4> operator|(RValue<UInt4> lhs, RValue<UInt4> rhs);
RValue<UInt4> operator^(RValue<UInt4> lhs, RValue<UInt4> rhs);
RValue<UInt4> operator<<(RValue<UInt4> lhs, unsigned char rhs);
RValue<UInt4> operator>>(RValue<UInt4> lhs, unsigned char rhs);
RValue<UInt4> operator<<(RValue<UInt4> lhs, RValue<UInt4> rhs);
RValue<UInt4> operator>>(RValue<UInt4> lhs, RValue<UInt4> rhs);
RValue<UInt4> operator+=(const UInt4 &lhs, RValue<UInt4> rhs);
RValue<UInt4> operator-=(const UInt4 &lhs, RValue<UInt4> rhs);
RValue<UInt4> operator*=(const UInt4 &lhs, RValue<UInt4> rhs);
RValue<UInt4> operator&=(const UInt4 &lhs, RValue<UInt4> rhs);
RValue<UInt4> operator|=(const UInt4 &lhs, RValue<UInt4> rhs);
RValue<UInt4> operator^=(const UInt4 &lhs, RValue<UInt4> rhs);
RValue<UInt4> operator<<=(const UInt4 &lhs, unsigned char rhs);
RValue<UInt4> operator>>=(const UInt4 &lhs, unsigned char rhs);
RValue<UInt4> operator+(RValue<UInt4> val);
RValue<UInt4> operator-(RValue<UInt4> val);
RValue<UInt4> operator~(RValue<UInt4> val);
RValue<UInt4> CmpEQ(RValue<UInt4> x, RValue<UInt4> y);
RValue<UInt4> CmpLT(RValue<UInt4> x, RValue<UInt4> y);
RValue<UInt4> CmpLE(RValue<UInt4> x, RValue<UInt4> y);
RValue<UInt4> CmpNEQ(RValue<UInt4> x, RValue<UInt4> y);
RValue<UInt4> CmpNLT(RValue<UInt4> x, RValue<UInt4> y);
RValue<UInt4> CmpNLE(RValue<UInt4> x, RValue<UInt4> y);
RValue<UInt4> Max(RValue<UInt4> x, RValue<UInt4> y);
RValue<UInt4> Min(RValue<UInt4> x, RValue<UInt4> y);
RValue<UShort8> Pack(RValue<UInt4> x, RValue<UInt4> y);
Type *UInt4::getType();
Float::Float(RValue<Int> cast);
Float::Float();
Float::Float(float x);
Float::Float(RValue<Float> rhs);
Float::Float(const Float &rhs);
Float::Float(const Reference<Float> &rhs);
RValue<Float> Float::operator=(RValue<Float> rhs);
RValue<Float> Float::operator=(const Float &rhs);
RValue<Float> Float::operator=(const Reference<Float> &rhs);
RValue<Float> operator+(RValue<Float> lhs, RValue<Float> rhs);
RValue<Float> operator-(RValue<Float> lhs, RValue<Float> rhs);
RValue<Float> operator*(RValue<Float> lhs, RValue<Float> rhs);
RValue<Float> operator/(RValue<Float> lhs, RValue<Float> rhs);
RValue<Float> operator+=(const Float &lhs, RValue<Float> rhs);
RValue<Float> operator-=(const Float &lhs, RValue<Float> rhs);
RValue<Float> operator*=(const Float &lhs, RValue<Float> rhs);
RValue<Float> operator/=(const Float &lhs, RValue<Float> rhs);
RValue<Float> operator+(RValue<Float> val);
RValue<Float> operator-(RValue<Float> val);
RValue<Bool> operator<(RValue<Float> lhs, RValue<Float> rhs);
RValue<Bool> operator<=(RValue<Float> lhs, RValue<Float> rhs);
RValue<Bool> operator>(RValue<Float> lhs, RValue<Float> rhs);
RValue<Bool> operator>=(RValue<Float> lhs, RValue<Float> rhs);
RValue<Bool> operator!=(RValue<Float> lhs, RValue<Float> rhs);
RValue<Bool> operator==(RValue<Float> lhs, RValue<Float> rhs);
RValue<Float> Abs(RValue<Float> x);
RValue<Float> Max(RValue<Float> x, RValue<Float> y);
RValue<Float> Min(RValue<Float> x, RValue<Float> y);
RValue<Float> Rcp_pp(RValue<Float> x, bool exactAtPow2);
RValue<Float> RcpSqrt_pp(RValue<Float> x);
RValue<Float> Sqrt(RValue<Float> x);
RValue<Float> Round(RValue<Float> x);
RValue<Float> Trunc(RValue<Float> x);
RValue<Float> Frac(RValue<Float> x);
RValue<Float> Floor(RValue<Float> x);
RValue<Float> Ceil(RValue<Float> x);
Type *Float::getType();
Float2::Float2(RValue<Float4> cast);
Type *Float2::getType();
Float4::Float4(RValue<Byte4> cast);
Float4::Float4(RValue<SByte4> cast);
Float4::Float4(RValue<Short4> cast);
Float4::Float4(RValue<UShort4> cast);
Float4::Float4(RValue<Int4> cast);
Float4::Float4(RValue<UInt4> cast);
Float4::Float4();
Float4::Float4(float xyzw);
Float4::Float4(float x, float yzw);
Float4::Float4(float x, float y, float zw);
Float4::Float4(float x, float y, float z, float w);
void Float4::constant(float x, float y, float z, float w);
Float4::Float4(RValue<Float4> rhs);
Float4::Float4(const Float4 &rhs);
Float4::Float4(const Reference<Float4> &rhs);
Float4::Float4(RValue<Float> rhs);
Float4::Float4(const Float &rhs);
Float4::Float4(const Reference<Float> &rhs);
RValue<Float4> Float4::operator=(float x);
RValue<Float4> Float4::operator=(RValue<Float4> rhs);
RValue<Float4> Float4::operator=(const Float4 &rhs);
RValue<Float4> Float4::operator=(const Reference<Float4> &rhs);
RValue<Float4> Float4::operator=(RValue<Float> rhs);
RValue<Float4> Float4::operator=(const Float &rhs);
RValue<Float4> Float4::operator=(const Reference<Float> &rhs);
RValue<Float4> operator+(RValue<Float4> lhs, RValue<Float4> rhs);
RValue<Float4> operator-(RValue<Float4> lhs, RValue<Float4> rhs);
RValue<Float4> operator*(RValue<Float4> lhs, RValue<Float4> rhs);
RValue<Float4> operator/(RValue<Float4> lhs, RValue<Float4> rhs);
RValue<Float4> operator%(RValue<Float4> lhs, RValue<Float4> rhs);
RValue<Float4> operator+=(const Float4 &lhs, RValue<Float4> rhs);
RValue<Float4> operator-=(const Float4 &lhs, RValue<Float4> rhs);
RValue<Float4> operator*=(const Float4 &lhs, RValue<Float4> rhs);
RValue<Float4> operator/=(const Float4 &lhs, RValue<Float4> rhs);
RValue<Float4> operator%=(const Float4 &lhs, RValue<Float4> rhs);
RValue<Float4> operator+(RValue<Float4> val);
RValue<Float4> operator-(RValue<Float4> val);
RValue<Float4> Abs(RValue<Float4> x);
RValue<Float4> Max(RValue<Float4> x, RValue<Float4> y);
RValue<Float4> Min(RValue<Float4> x, RValue<Float4> y);
RValue<Float4> Rcp_pp(RValue<Float4> x, bool exactAtPow2);
RValue<Float4> RcpSqrt_pp(RValue<Float4> x);
RValue<Float4> Sqrt(RValue<Float4> x);
RValue<Float4> Insert(const Float4 &val, RValue<Float> element, int i);
RValue<Float> Extract(RValue<Float4> x, int i);
RValue<Float4> Swizzle(RValue<Float4> x, unsigned char select);
RValue<Float4> ShuffleLowHigh(RValue<Float4> x, RValue<Float4> y, unsigned char imm);
RValue<Float4> UnpackLow(RValue<Float4> x, RValue<Float4> y);
RValue<Float4> UnpackHigh(RValue<Float4> x, RValue<Float4> y);
RValue<Float4> Mask(Float4 &lhs, RValue<Float4> rhs, unsigned char select);
RValue<Int> SignMask(RValue<Float4> x);
RValue<Int4> CmpEQ(RValue<Float4> x, RValue<Float4> y);
RValue<Int4> CmpLT(RValue<Float4> x, RValue<Float4> y);
RValue<Int4> CmpLE(RValue<Float4> x, RValue<Float4> y);
RValue<Int4> CmpNEQ(RValue<Float4> x, RValue<Float4> y);
RValue<Int4> CmpNLT(RValue<Float4> x, RValue<Float4> y);
RValue<Int4> CmpNLE(RValue<Float4> x, RValue<Float4> y);
RValue<Float4> Round(RValue<Float4> x);
RValue<Float4> Trunc(RValue<Float4> x);
RValue<Float4> Frac(RValue<Float4> x);
RValue<Float4> Floor(RValue<Float4> x);
RValue<Float4> Ceil(RValue<Float4> x);
Type *Float4::getType();
RValue<Pointer<Byte>> operator+(RValue<Pointer<Byte>> lhs, int offset);
RValue<Pointer<Byte>> operator+(RValue<Pointer<Byte>> lhs, RValue<Int> offset);
RValue<Pointer<Byte>> operator+(RValue<Pointer<Byte>> lhs, RValue<UInt> offset);
RValue<Pointer<Byte>> operator+=(const Pointer<Byte> &lhs, int offset);
RValue<Pointer<Byte>> operator+=(const Pointer<Byte> &lhs, RValue<Int> offset);
RValue<Pointer<Byte>> operator+=(const Pointer<Byte> &lhs, RValue<UInt> offset);
RValue<Pointer<Byte>> operator-(RValue<Pointer<Byte>> lhs, int offset);
RValue<Pointer<Byte>> operator-(RValue<Pointer<Byte>> lhs, RValue<Int> offset);
RValue<Pointer<Byte>> operator-(RValue<Pointer<Byte>> lhs, RValue<UInt> offset);
RValue<Pointer<Byte>> operator-=(const Pointer<Byte> &lhs, int offset);
RValue<Pointer<Byte>> operator-=(const Pointer<Byte> &lhs, RValue<Int> offset);
RValue<Pointer<Byte>> operator-=(const Pointer<Byte> &lhs, RValue<UInt> offset);
void Return();
void Return(bool ret);
void Return(const Int &ret);
BasicBlock *beginLoop();
bool branch(RValue<Bool> cmp, BasicBlock *bodyBB, BasicBlock *endBB);
bool elseBlock(BasicBlock *falseBB);
RValue<Long> Ticks();
| d2c8f1d10af5dd4edc3826cb214ca347a1210bba9472405f9bfa1109765b4310 | 64 |
|
ducis | pile-of-cpp | Closet/VisualWardrobe/CProgram.cpp | CProgram::PickWithCursor |
int CProgram::PickWithCursor(){
return PickCP(m_cursorHS.x,m_cursorHS.y);
} |
CProgram::CProgram();
int CProgram::AcceptCommand(const wstring &cmd, const wstring &arg, wostream &out);
void CProgram::InsertCommand(const std::wstring &cmd,ICommand *pCommand);
void CProgram::Redraw();
void CProgram::Clear();
void CProgram::Present();
int CProgram::BindDC(HDC hDC);
void CProgram::UseCurrentDC();
IScene *CProgram::GetScene();
void CProgram::PushNewBorn(class ISceneNode* p );
class ISceneNode *CProgram::PopNewBorn();
class ISceneNode *CProgram::PeekNewBorn();
void CProgram::SetCursorHS(float x,float y);
void CProgram::HideCursor();
void CProgram::RenderCursor();
int CProgram::PickCP(float x, float y);
void CProgram::ClearPicks();
void CProgram::RequestTransformBaking(class ITransformBaked *p);
void CProgram::BakeBatch(int x_mm,int y_mm,int z_mm,int rotZ_90deg);
void CProgram::DiscardTransformBakingBatch();
class CControlPlaneSystem *CProgram::GetAxisAlignedCPSystem(int iAxis);
void CProgram::RenderCPSelection();
void CProgram::NextCP();
void CProgram::PrevCP();
void CProgram::MoveCP(int delta);
void CProgram::RememberCurCP();
void CProgram::ClearTheOtherCP();
void CProgram::AnnotateCP();
void CProgram::RenderAnnotations();
void CProgram::RenderFloatingSymbols();
void CProgram::RegisterFloatingSymbol(class IFloatingSymbol *p);
CTexture *CProgram::GetTexture(const std::wstring &name);
T CProgram::GetConfigVar(const std::wstring &path);
void CProgram::SetConfigVar(const std::wstring &path,const T &val);
int CProgram::SetConfigVar(std::wistream &in, std::wostream &out);
int CProgram::ToggleBoolConfigVar(std::wistream &in, std::wostream &out);
void CProgram::RegisterPickable(int group, IPickable *p);
void CProgram::UnregisterPickable(int group, IPickable *p);
void CProgram::Pick(int group);
void CProgram::Unpick();
void CProgram::BeginDrag();
void CProgram::EndDrag();
void CProgram::RotatePicked();
void CProgram::RegisterWardrobeCell(class IWardrobeCell *pCell);
void CProgram::UnregisterWardrobeCell(class IWardrobeCell *pCell);
void CProgram::PickWardrobeCell();
void CProgram::UnpickWardrobeCell();
void CProgram::SplitWardrobeCell(int iAxis);
void CProgram::DeployNewBornIntoPickedCell();
const matrix44 CProgram::GetViewProjTransform();
void CProgram::RegisterAnnotated(class IAnnotated *p);
void CProgram::UnregisterAnnotated(class IAnnotated *p);
void CProgram::RemovePicked();
void CProgram::AlignPickedWithPointedAt(int group,unsigned dirMask);
void CProgram::ConnectPickedToPointedAt(int group);
void CProgram::DisconnectPickedFromPointedAt(int group);
CAxialAABBAnnotation *CProgram::GetWallAnnotation(const vector3 &facing, int iAxis);
void CProgram::RegisterWallAnnotation(class CAxialAABBAnnotation *p, const vector3 &facing, int iAxis);
void CProgram::UnregisterWallAnnotation(class CAxialAABBAnnotation *p, int iAxis);
const matrix44 CProgram::GetViewTransform();
void CProgram::LoadMaterials();
class IMaterial *CProgram::GetCurrentMaterial();
void CProgram::SetCurrentMaterial(const class CIdentifier &id);
void LoadDxfHeader(const std::wstring &directory, std::map< class CIdentifier , class CDxfHeader * > &container);
void CProgram::LoadDxfHeaders();
CDxfHeader *CProgram::GetCurrentDxfHeaderTablesSec();
void CProgram::SetCurrentDxfHeaderTablesSec(const CIdentifier &id);
void CProgram::FormatPickedToDXF(const std::wstring &path);
IDrillingRule *CProgram::GetCurrentDrillingRule(unsigned direction);
void CProgram::LoadHoleStyles();
class IHoleStyle *CProgram::GetHoleStyle(const std::wstring &name);
void CProgram::LoadManufactureProperties();
void CProgram::LoadManufacturePropertiesFromFile(const std::wstring &path);
void CProgram::LoadGeneratorsFromFile(const std::wstring &path);
void CProgram::LoadGenerators();
void WriteBoardList(std::wostream &os, _InputItr first, _InputItr last, size_t startingId);
void CProgram::OutputBoardList(std::wostream &os);
ra();
mera();
View();
using namespace MyUtilities;
AABB aabbVS( GetViewTransform();
std::wstring &path , boost::property_tree::wptree &addTo);
rectory(const std::wstring &path , boost::property_tree::wptree &addTo);
d::wstring &path , const std::wstring &type , _Func func);
omponentSchemeFromFile(const std::wstring &path);
omponentSchemes();
omponentVariantTableFromFile(std::wstring path);
omponentVariantTables();
GetMaterial(const class CIdentifier &id);
reateGenericComponentVariant(const std::wstring &scheme, const std::wstring &variant, unsigned flags);
igned int w, unsigned int h);
s(std::wostream &out);
(const std::wstring &scheme, std::wostream &out);
| 40fbea9613b79fdf76383f4b5a9c537114066d3446e1a6abb2de439f7b9145c4 | 79 |
|
aclapes | segmenthreetion | FusionPrediction.cpp | ClassifierFusionPrediction<cv::EM40,CvRTrees>::modelSelection | void ClassifierFusionPrediction<cv::EM40,CvRTrees>::modelSelection(cv::Mat data, cv::Mat responses, cv::Mat expandedParams, cv::Mat& goodnesses)
{
goodnesses.release();
cv::Mat partitions;
cvpartition(responses, m_modelSelecK, m_seed, partitions);
cv::Mat accuracies (expandedParams.rows, m_modelSelecK, cv::DataType<float>::type);
boost::thread_group tg;
cout << "(";
for (int k = 0; k < m_modelSelecK; k++)
{
cout << k;
cv::Mat trData = cvx::indexMat(data, partitions != k);
cv::Mat valData = cvx::indexMat(data, partitions == k);
cv::Mat trResponses = cvx::indexMat(responses, partitions != k);
cv::Mat valResponses = cvx::indexMat(responses, partitions == k);
cv::Mat trSbjObjData = cvx::indexMat(trData, trResponses >= 0);
cv::Mat trSbjObjResponses = cvx::indexMat(trResponses, trResponses >= 0);
tg.add_thread(new boost::thread( boost::bind(&ClassifierFusionPrediction::_modelSelection, this, trSbjObjData, trSbjObjResponses, valData, valResponses, k, expandedParams, accuracies) ));
}
tg.join_all();
cout << ") " << endl;
cvx::hmean(accuracies, goodnesses);
} | SimpleFusionPrediction::SimpleFusionPrediction();
void SimpleFusionPrediction::setModalitiesData(vector<ModalityGridData> mgds);
void SimpleFusionPrediction::predict(vector<cv::Mat> allPredictions, vector<cv::Mat> allDistsToMargin,
cv::Mat& fusionPredictions, cv::Mat& fusionDistsToMargin);
void SimpleFusionPrediction::predict(vector<GridMat> allPredictions, vector<GridMat> allDistsToMargin, cv::Mat& fusionPredictions, cv::Mat& fusionDistsToMargin);
void SimpleFusionPrediction::predict(vector<GridMat> allDistsToMargin, cv::Mat& fusionPredictions, cv::Mat& fusionDistsToMargin);
void SimpleFusionPrediction::predict(GridMat distsToMarginGrid, GridMat& fusionPredictionsGrid, GridMat& fusionDistsToMarginGrid);
cv::Mat SimpleFusionPrediction::getAccuracies();
ClassifierFusionPredictionBase<cv::EM40, ClassifierT>::ClassifierFusionPredictionBase();
void ClassifierFusionPredictionBase<cv::EM40, ClassifierT>::setData(vector<ModalityGridData> mgds, vector<GridMat> distsToMargin, vector<cv::Mat> predictions);
void ClassifierFusionPredictionBase<cv::EM40, ClassifierT>::setModelSelection(bool flag);
void ClassifierFusionPredictionBase<cv::EM40, ClassifierT>::setModelSelectionParameters(int k, int seed, bool bGlobalBest);
void ClassifierFusionPredictionBase<cv::EM40, ClassifierT>::setValidationParameters(int k);
void ClassifierFusionPredictionBase<cv::EM40, ClassifierT>::formatData();
void ClassifierFusionPredictionBase<cv::EM40,ClassifierT>::setTrainMirrored(bool flag);
void ClassifierFusionPredictionBase<cv::EM40,ClassifierT>::setStackedPrediction(bool flag);
cv::Mat ClassifierFusionPredictionBase<cv::EM40,ClassifierT>::getAccuracies();
ClassifierFusionPrediction<cv::EM40,CvSVM>::ClassifierFusionPrediction();
void ClassifierFusionPrediction<cv::EM40,CvSVM>::setKernelType(int type);
void ClassifierFusionPrediction<cv::EM40,CvSVM>::setCs(vector<float> cs);
void ClassifierFusionPrediction<cv::EM40,CvSVM>::setGammas(vector<float> gammas);
void ClassifierFusionPrediction<cv::EM40,CvSVM>::predict(cv::Mat& fusionPredictions);
void ClassifierFusionPrediction<cv::EM40,CvSVM>::_modelSelection(cv::Mat& descriptorsTr, cv::Mat& responsesTr, cv::Mat& descriptorsVal, cv::Mat& responsesVal, int k, cv::Mat& expandedParams, cv::Mat& accuracies);
void ClassifierFusionPrediction<cv::EM40,CvSVM>::modelSelection(cv::Mat data, cv::Mat responses, cv::Mat expandedParams, cv::Mat& goodnesses);
ClassifierFusionPrediction<cv::EM40,CvBoost>::ClassifierFusionPrediction();
void ClassifierFusionPrediction<cv::EM40,CvBoost>::setBoostType(int type);
void ClassifierFusionPrediction<cv::EM40,CvBoost>::setNumOfWeaks(vector<float> numOfWeaks);
void ClassifierFusionPrediction<cv::EM40,CvBoost>::setWeightTrimRate(vector<float> weightTrimRates);
void ClassifierFusionPrediction<cv::EM40,CvBoost>::predict(cv::Mat& fusionPredictions);
void ClassifierFusionPrediction<cv::EM40,CvBoost>::_modelSelection(cv::Mat& descriptorsTr, cv::Mat& responsesTr, cv::Mat& descriptorsVal, cv::Mat& responsesVal, int k, cv::Mat& expandedParams, cv::Mat& accuracies);
void ClassifierFusionPrediction<cv::EM40,CvBoost>::modelSelection(cv::Mat data, cv::Mat responses, cv::Mat expandedParams, cv::Mat& goodnesses);
ClassifierFusionPrediction<cv::EM40,CvANN_MLP>::ClassifierFusionPrediction();
cv::Mat ClassifierFusionPrediction<cv::EM40,CvANN_MLP>::encode(cv::Mat classes);
cv::Mat ClassifierFusionPrediction<cv::EM40,CvANN_MLP>::decode(cv::Mat predictions);
void ClassifierFusionPrediction<cv::EM40,CvANN_MLP>::setActivationFunctionType(int type);
void ClassifierFusionPrediction<cv::EM40,CvANN_MLP>::setHiddenLayerSizes(vector<float> hiddenSizes);
void ClassifierFusionPrediction<cv::EM40,CvANN_MLP>::predict(cv::Mat& fusionPredictions);
void ClassifierFusionPrediction<cv::EM40,CvANN_MLP>::_modelSelection(cv::Mat& descriptorsTr, cv::Mat& responsesTr, cv::Mat& descriptorsVal, cv::Mat& responsesVal, int k, cv::Mat& expandedParams, cv::Mat& accuracies);
void ClassifierFusionPrediction<cv::EM40,CvANN_MLP>::modelSelection(cv::Mat data, cv::Mat responses, cv::Mat expandedParams, cv::Mat& goodnesses);
ClassifierFusionPrediction<cv::EM40,CvRTrees>::ClassifierFusionPrediction();
void ClassifierFusionPrediction<cv::EM40,CvRTrees>::setMaxDepths(vector<float> depths);
void ClassifierFusionPrediction<cv::EM40,CvRTrees>::setMaxNoTrees(vector<float> n);
void ClassifierFusionPrediction<cv::EM40,CvRTrees>::setNoVars(vector<float> n);
void ClassifierFusionPrediction<cv::EM40,CvRTrees>::predict(cv::Mat& fusionPredictions);
void ClassifierFusionPrediction<cv::EM40,CvRTrees>::_modelSelection(cv::Mat& descriptorsTr, cv::Mat& responsesTr, cv::Mat& descriptorsVal, cv::Mat& responsesVal, int k, cv::Mat& expandedParams, cv::Mat& accuracies);
| 9c1b9fb50a5582acf8f143773de5f6d04c4fcd61f34a63179c1bdbbd71e523a3 | 1,260 |