hexsha stringlengths 40 40 | repo stringlengths 7 75 | path stringlengths 5 139 | identifier stringlengths 1 135 | parameters listlengths 0 35 | language stringclasses 1
value | numeric_id stringlengths 1 5 | semantic_id stringlengths 4 6 | structure_id stringlengths 48 938 | url_based_id stringlengths 28 511 | text stringlengths 20 19.9k | row_type stringclasses 2
values |
|---|---|---|---|---|---|---|---|---|---|---|---|
8ae350aa4cc46d790af7a64814e871985f42f7f2 | exasol/r-exasol | tests/cpp/connection_tests.cpp | testConnectionControllerEcho | [
{
"param": "protocolType",
"type": "exa::ProtocolType"
}
] | C++ | 0 | 3770 | testConnectionControllerEcho|protocolType:exa::ProtocolType|loc:63,cf:2,nest:2,calls:49|connection_tests.cpp/cpp/tests|2a35c05f | exasol/r-exasol/tests/cpp/connection_tests.cpp/testConnectionControllerEcho(protocolType) | purpose of this test is to verify if we can successful read data after writing to server, with other words we test if no garbage remains in memory after one cycle, and that we can instatiate a clean reader object after we used a writer object. | query |
93c00b00fc39b6e62f1d897a2648c5f8c5f0f5e4 | dtjong/chapel | compiler/resolution/functionResolution.cpp | forv_Vec | [] | C++ | 1 | 9080 | forv_Vec||loc:11,cf:3,nest:3,calls:4|functionResolution.cpp/resolution/compiler|ce0ec32d | dtjong/chapel/compiler/resolution/functionResolution.cpp/forv_Vec() | remove type fields and parameter fields | query |
3b9963302c25c8a6b3ba6e5e022046a4ceac255e | Sungdong9Kim/ocftest | resource/csdk/connectivity/test/cacertprofiletest.cpp | constructEku | [
{
"param": "numOids",
"type": "unsigned int"
},
{
"param": "oidList",
"type": "OCByteString"
},
{
"param": "buf",
"type": "unsigned char"
},
{
"param": "buflen",
"type": "unsigned int"
}
] | C++ | 2 | 8530 | constructEku|numOids:unsigned int,oidList:OCByteString,buf:unsigned char,buflen:unsigned int|loc:35,cf:5,nest:2,calls:2|cacertprofiletest.cpp/test/connectivity/csdk/resource|007dd22a | Sungdong9Kim/ocftest/resource/csdk/connectivity/test/cacertprofiletest.cpp/constructEku(numOids,oidList,buf,buflen) | returns length of constructed byte stream, or -1 on error | query |
eb36591d03bcaaff427a91932ce29495f668aa84 | marksteward/BeatSaber-Quest-Codegen | src/main_1700.cpp | GlobalNamespace::BloomPrePassRenderDataSO::_set_data | [
{
"param": "value",
"type": "GlobalNamespace::BloomPrePassRenderDataSO::Data"
}
] | C++ | 5 | 16840 | GlobalNamespace::BloomPrePassRenderDataSO::_set_data|value:GlobalNamespace::BloomPrePassRenderDataSO::Data|loc:6,cf:0,nest:0,calls:6|main_1700.cpp/src|746eb0f0 | marksteward/BeatSaber-Quest-Codegen/src/main_1700.cpp/GlobalNamespace::BloomPrePassRenderDataSO::_set_data(value) | autogenerated instance field setter set instance field: public readonly bloomprepassrenderdataso/data data | query |
c91c03f65d372eae08f07ce6102abcbba43b86a6 | King0987654/windows2000 | private/inet/xml/core/util/vector.cxx | Vector::elements | [] | C++ | 6 | 0000 | Vector::elements||loc:5,cf:0,nest:0,calls:1|vector.cxx/util/core/xml/inet/private|acdc0738 | King0987654/windows2000/private/inet/xml/core/util/vector.cxx/Vector::elements() | returns an enumeration of the components of this vector. | query |
b6f4a8b1316b71118f989cfd57260def39dac86f | stadiamaps/lodepng-rust | lodepng_unittest/vendor/lodepng_unittest.cpp | createComplexPNG | [
{
"param": "png",
"type": "std::vector<unsigned char>"
}
] | C++ | 7 | 7340 | createComplexPNG|png:std::vector<unsigned char>|loc:47,cf:2,nest:1,calls:12|lodepng_unittest.cpp/vendor/lodepng_unittest|f6dadb9b | stadiamaps/lodepng-rust/lodepng_unittest/vendor/lodepng_unittest.cpp/createComplexPNG(png) | create a png image with all known chunks (except only one of text or ztxt) plus unknown chunks, and a palette. | query |
23f31cf061f5e7723704ebb5fe2ba3c5d08798d7 | azurepine/nakama-cpp | src/realtime/NWebsocketCppRest.cpp | NWebsocketCppRest::addErrorEvent | [
{
"param": "err",
"type": "std::string"
}
] | C++ | 8 | 93340 | NWebsocketCppRest::addErrorEvent|err:std::string|loc:9,cf:0,nest:0,calls:3|NWebsocketCppRest.cpp/realtime/src|0f1b8e23 | azurepine/nakama-cpp/src/realtime/NWebsocketCppRest.cpp/NWebsocketCppRest::addErrorEvent(err) | might be executed from internal thread of wsclient | query |
b779b05fae8607aba48d380835413841c5075215 | marksteward/BeatSaber-Quest-Codegen | src/main_6300.cpp | GlobalNamespace::OVRSceneLoader::_set_sceneCheckIntervalSeconds | [
{
"param": "value",
"type": "float"
}
] | C++ | 11 | 1920 | GlobalNamespace::OVRSceneLoader::_set_sceneCheckIntervalSeconds|value:float|loc:6,cf:0,nest:0,calls:6|main_6300.cpp/src|079028c9 | marksteward/BeatSaber-Quest-Codegen/src/main_6300.cpp/GlobalNamespace::OVRSceneLoader::_set_sceneCheckIntervalSeconds(value) | autogenerated instance field setter set instance field: public system.single scenecheckintervalseconds | query |
4fa33ba0d232fed3e142a6a92c9d0c2836fd09ce | harmonyos-mirror/OpenArkCompiler-test | src/maple_me/src/me_cfg.cpp | MeCFG::VerifyLabels | [] | C++ | 12 | 0870 | MeCFG::VerifyLabels||loc:34,cf:7,nest:5,calls:41|me_cfg.cpp/src/maple_me/src|b5bc31a8 | harmonyos-mirror/OpenArkCompiler-test/src/maple_me/src/me_cfg.cpp/MeCFG::VerifyLabels() | check that all the target labels in jump statements are defined | query |
3c7031cab3f6629feb7117748027cc4069d9aa8a | abagusetty/Librett | src/dpct/memory.hpp | dpct_memcpy | [
{
"param": "to",
"type": "pitched_data"
},
{
"param": "to_pos",
"type": "cl::sycl::id<3>"
},
{
"param": "from",
"type": "pitched_data"
},
{
"param": "from_pos",
"type": "cl::sycl::id<3>"
},
{
"param": "size",
"type": "cl::sycl::range<3>"
}
] | C++ | 13 | 5170 | dpct_memcpy|to:pitched_data,to_pos:cl::sycl::id<3>,from:pitched_data,from_pos:cl::sycl::id<3>,size:cl::sycl::range<3>|loc:7,cf:0,nest:0,calls:3|memory.hpp/dpct/src|6679c299 | abagusetty/Librett/src/dpct/memory.hpp/dpct_memcpy(to,to_pos,from,from_pos,size) | synchronously copies a subset of a 3d matrix specified by \p to to another 3d matrix specified by \p from. the from and to position info are specified by \p from_pos and \p to_pos the copied matrix size is specfied by \p size. \param to destination matrix info. \param to_pos position of destination. \param from source ... | query |
b85cf83170bc06692f39228dd8652c9b8106d5de | marksteward/BeatSaber-Quest-Codegen | src/main_7000.cpp | GlobalNamespace::SteamVR_TrackedObject::EIndex::_get_value__ | [] | C++ | 14 | 1730 | GlobalNamespace::SteamVR_TrackedObject::EIndex::_get_value__||loc:6,cf:0,nest:0,calls:6|main_7000.cpp/src|2dd177fb | marksteward/BeatSaber-Quest-Codegen/src/main_7000.cpp/GlobalNamespace::SteamVR_TrackedObject::EIndex::_get_value__() | autogenerated instance field getter get instance field: public system.int32 value | query |
1e7c557429b9cc5b548a867bd721c4ff850cc50f | marksteward/BeatSaber-Quest-Codegen | src/main_800.cpp | Org::BouncyCastle::Crypto::Parameters::ECGost3410Parameters::_set__digestParamSet | [
{
"param": "value",
"type": "Org::BouncyCastle::Asn1::DerObjectIdentifier"
}
] | C++ | 17 | 9870 | Org::BouncyCastle::Crypto::Parameters::ECGost3410Parameters::_set__digestParamSet|value:Org::BouncyCastle::Asn1::DerObjectIdentifier|loc:6,cf:0,nest:0,calls:6|main_800.cpp/src|428549e1 | marksteward/BeatSaber-Quest-Codegen/src/main_800.cpp/Org::BouncyCastle::Crypto::Parameters::ECGost3410Parameters::_set__digestParamSet(value) | autogenerated instance field setter set instance field: private readonly org.bouncycastle.asn1.derobjectidentifier _digestparamset | query |
ebe52f84957283bd2784ef21b6abf2a4be567fc7 | darknight1050/BeatSaber-Quest-Codegen | src/main_5500.cpp | System::Collections::Generic::NonRandomizedStringEqualityComparer::Equals | [
{
"param": "x",
"type": "::Il2CppString"
},
{
"param": "y",
"type": "::Il2CppString"
}
] | C++ | 19 | 9390 | System::Collections::Generic::NonRandomizedStringEqualityComparer::Equals|x:::Il2CppString,y:::Il2CppString|loc:5,cf:0,nest:0,calls:7|main_5500.cpp/src|2e73715c | darknight1050/BeatSaber-Quest-Codegen/src/main_5500.cpp/System::Collections::Generic::NonRandomizedStringEqualityComparer::Equals(x,y) | completed includes autogenerated method: system.collections.generic.nonrandomizedstringequalitycomparer.equals | query |
263040a5554c6a81c2a69c6ae70533a05c035f65 | marksteward/BeatSaber-Quest-Codegen | src/main_6000.cpp | Oculus::Platform::Models::MatchmakingAdminSnapshotCandidate::_set_MyTotalScore | [
{
"param": "value",
"type": "double"
}
] | C++ | 20 | 1090 | Oculus::Platform::Models::MatchmakingAdminSnapshotCandidate::_set_MyTotalScore|value:double|loc:6,cf:0,nest:0,calls:6|main_6000.cpp/src|03baa5f7 | marksteward/BeatSaber-Quest-Codegen/src/main_6000.cpp/Oculus::Platform::Models::MatchmakingAdminSnapshotCandidate::_set_MyTotalScore(value) | autogenerated instance field setter set instance field: public readonly system.double mytotalscore | query |
f7d4921a061f4626d8f31d55067fbe45435451f4 | OpenHero/gblastn | c++/src/serial/datatool/comments.cpp | ITERATE | [] | C++ | 21 | 79660 | ITERATE||loc:6,cf:1,nest:1,calls:2|comments.cpp/datatool/serial/src/c++|6a960520 | OpenHero/gblastn/c++/src/serial/datatool/comments.cpp/ITERATE() | prepend comments by empty line to separate from previous comments | query |
872476a70a426e307055c61500a67b013519f035 | oxhead/HPCC-Platform | esp/services/ws_workunits/ws_workunitsQuerySets.cpp | CWsWorkunitsEx::checkAndSetClusterQueryState | [
{
"param": "context",
"type": "IEspContext"
},
{
"param": "cluster",
"type": "char"
},
{
"param": "querySetId",
"type": "char"
},
{
"param": "queries",
"type": "IArrayOf<IEspQuerySetQuery>"
},
{
"param": "checkAllNodes",
"type": "bool"
}
] | C++ | 22 | 01850 | CWsWorkunitsEx::checkAndSetClusterQueryState|context:IEspContext,cluster:char,querySetId:char,queries:IArrayOf<IEspQuerySetQuery>,checkAllNodes:bool|loc:31,cf:3,nest:1,calls:12|ws_workunitsQuerySets.cpp/ws_workunits/services/esp|64033281 | oxhead/HPCC-Platform/esp/services/ws_workunits/ws_workunitsQuerySets.cpp/CWsWorkunitsEx::checkAndSetClusterQueryState(context,cluster,querySetId,queries,checkAllNodes) | this method is thread safe because a query belongs to a single queryset. the method may be called by different threads. since one thread is for one queryset and a query only belongs to a single queryset, it is impossible for different threads to update the same query object. | query |
1e7c557429b9cc5b548a867bd721c4ff850cc50f | marksteward/BeatSaber-Quest-Codegen | src/main_800.cpp | Org::BouncyCastle::Crypto::Macs::VmpcMac::_get_x2 | [] | C++ | 24 | 9200 | Org::BouncyCastle::Crypto::Macs::VmpcMac::_get_x2||loc:6,cf:0,nest:0,calls:6|main_800.cpp/src|f756b38f | marksteward/BeatSaber-Quest-Codegen/src/main_800.cpp/Org::BouncyCastle::Crypto::Macs::VmpcMac::_get_x2() | autogenerated instance field getter get instance field: private system.byte x2 | query |
15bc69bffb1124903e80a68375cd696ecc8a9e2f | mrchipset/MyMSToolKit | src/mzIMLTools/CSequenceCollection.cpp | CSequenceCollection::getPeptide | [
{
"param": "peptideRef",
"type": "string"
}
] | C++ | 27 | 7420 | CSequenceCollection::getPeptide|peptideRef:string|loc:23,cf:6,nest:3,calls:7|CSequenceCollection.cpp/mzIMLTools/src|007d2044 | mrchipset/MyMSToolKit/src/mzIMLTools/CSequenceCollection.cpp/CSequenceCollection::getPeptide(peptideRef) | binary searches for the peptide by reference. if the peptide list is out of order, it gets sorted now. | query |
98858b67646aa9e5895596813760c652faa7a210 | niboliang/ParaView | Plugins/PointSprite/Qvis/QvisColorGridWidget.cpp | QvisColorGridWidget::setActiveColorIndex | [
{
"param": "index",
"type": "int"
}
] | C++ | 28 | 7600 | QvisColorGridWidget::setActiveColorIndex|index:int|loc:22,cf:6,nest:3,calls:14|QvisColorGridWidget.cpp/Qvis/PointSprite/Plugins|f735f4eb | niboliang/ParaView/Plugins/PointSprite/Qvis/QvisColorGridWidget.cpp/QvisColorGridWidget::setActiveColorIndex(index) | :setactivecolor purpose: sets the active color. this is the color that is being considered but is not yet selected. index : the index of the color to select. this is from 0..rows*cols. brad whitlock creation: mon dec 4 19:55:11 pst 2000 brad whitlock, fri apr 26 11:49:20 pdt 2002 i fixed an error that cropped up on win... | query |
d59ae8f01de86bf00dc3dd298f27bdfdbbe36cae | King0987654/windows2000 | private/inet/mshtml/src/form/browser/browser.cxx | CBrowserForm::RestoreTreeViewLevel | [
{
"param": "hItem",
"type": "HTREEITEM"
}
] | C++ | 29 | 6480 | CBrowserForm::RestoreTreeViewLevel|hItem:HTREEITEM|loc:98,cf:14,nest:4,calls:23|browser.cxx/browser/form/src/mshtml/inet/private|5e8344ac | King0987654/windows2000/private/inet/mshtml/src/form/browser/browser.cxx/CBrowserForm::RestoreTreeViewLevel(hItem) | recursive function, used to restore the treeview | query |
771368f5ced55f2015b7835081c327825967c074 | marksteward/BeatSaber-Quest-Codegen | src/main_3800.cpp | GlobalNamespace::StandardLevelDetailView::_get__favoriteToggle | [] | C++ | 32 | 1860 | GlobalNamespace::StandardLevelDetailView::_get__favoriteToggle||loc:6,cf:0,nest:0,calls:6|main_3800.cpp/src|9a4ed08f | marksteward/BeatSaber-Quest-Codegen/src/main_3800.cpp/GlobalNamespace::StandardLevelDetailView::_get__favoriteToggle() | autogenerated instance field getter get instance field: private unityengine.ui.toggle _favoritetoggle | query |
80b6be677b09cc782f95572a39771203bc8c2d89 | mattbox/etterna | src/archutils/Unix/Backtrace.cpp | PointsToValidCall | [
{
"param": "ptr",
"type": "void"
}
] | C++ | 33 | 73850 | PointsToValidCall|ptr:void|loc:37,cf:5,nest:2,calls:5|Backtrace.cpp/Unix/archutils/src|26b522f9 | mattbox/etterna/src/archutils/Unix/Backtrace.cpp/PointsToValidCall(ptr) | the following from virtualdub: ptr points to a return address, and does not have to be word-aligned. | query |
95546588a2282a4811df598d639868126b416be8 | grasicb/brewster | lib/sensors/OneWire.cpp | OneWire::waitOnBusy | [] | C++ | 34 | 3750 | OneWire::waitOnBusy||loc:14,cf:3,nest:2,calls:2|OneWire.cpp/sensors/lib|3122f527 | grasicb/brewster/lib/sensors/OneWire.cpp/OneWire::waitOnBusy() | churn until the busy bit in the status register is clear | query |
b85cf83170bc06692f39228dd8652c9b8106d5de | marksteward/BeatSaber-Quest-Codegen | src/main_7000.cpp | GlobalNamespace::MainEffectContainerSO::_set__postProcessEnabled | [
{
"param": "value",
"type": "GlobalNamespace::BoolSO"
}
] | C++ | 35 | 12110 | GlobalNamespace::MainEffectContainerSO::_set__postProcessEnabled|value:GlobalNamespace::BoolSO|loc:6,cf:0,nest:0,calls:6|main_7000.cpp/src|3e4a4a64 | marksteward/BeatSaber-Quest-Codegen/src/main_7000.cpp/GlobalNamespace::MainEffectContainerSO::_set__postProcessEnabled(value) | autogenerated instance field setter set instance field: private boolso _postprocessenabled | query |
e3b528846179c041d552057fed84818cdc4c8d25 | cea-trust-platform/trust-code | src/Kernel/Math/Array_tools.cpp | tri_lexicographique_tableau_indirect | [
{
"param": "tab",
"type": "IntTab"
},
{
"param": "index",
"type": "ArrOfInt"
}
] | C++ | 36 | 5400 | tri_lexicographique_tableau_indirect|tab:IntTab,index:ArrOfInt|loc:33,cf:6,nest:3,calls:18|Array_tools.cpp/Math/Kernel/src|f473b07e | cea-trust-platform/trust-code/src/Kernel/Math/Array_tools.cpp/tri_lexicographique_tableau_indirect(tab,index) | idem que tri_lexicographique_tableau mais on trie le tableau index qui contient les indices de lignes du tableau tab tel que tab(index[i], *) soit croissant quant i augmente. tri de tous les indices de index si le tableau index est de taille nulle, on en cree un de taille tab.dimension_tot(0) sinon on suppose qu'il con... | query |
6b2c9224df4fea97fabab0dd9f896801a6c344a3 | ucd-plse/rose | projects/Rose-To-LLVM/src/rosetollvm/CodeAttributesVisitor.cpp | CodeAttributesVisitor::checkFunctionDeclaration | [
{
"param": "function_ref",
"type": "SgFunctionRefExp"
}
] | C++ | 37 | 9081 | CodeAttributesVisitor::checkFunctionDeclaration|function_ref:SgFunctionRefExp|loc:16,cf:3,nest:3,calls:14|CodeAttributesVisitor.cpp/rosetollvm/src/Rose-To-LLVM/projects|68c79232 | ucd-plse/rose/projects/Rose-To-LLVM/src/rosetollvm/CodeAttributesVisitor.cpp/CodeAttributesVisitor::checkFunctionDeclaration(function_ref) | same as checkvariabledeclaration() for functions. | query |
ba4ec2a0aaa53183c3c92b0cb3b74e789a86b3cd | ekg/shasta | src/AssemblerHttpServer-MarkerGraph.cpp | Assembler::getLocalMarkerGraphRequestParameters | [
{
"param": "request",
"type": "vector<string>"
},
{
"param": "parameters",
"type": "LocalMarkerGraphRequestParameters"
}
] | C++ | 38 | 4510 | Assembler::getLocalMarkerGraphRequestParameters|request:vector<string>,parameters:LocalMarkerGraphRequestParameters|loc:59,cf:0,nest:0,calls:18|AssemblerHttpServer-MarkerGraph.cpp/src|f027df9a | ekg/shasta/src/AssemblerHttpServer-MarkerGraph.cpp/Assembler::getLocalMarkerGraphRequestParameters(request,parameters) | extract from the request the parameters for the display of the local marker graph. | query |
c8a7aca5afbdc5a563e756b33c005264756a901a | zettadb/zettalib | src/vendor/mariadb-10.6.7/sql/item_sum.cc | Aggregator_distinct::endup | [] | C++ | 39 | 5780 | Aggregator_distinct::endup||loc:38,cf:7,nest:2,calls:10|item_sum.cc/sql/mariadb-10.6.7/vendor/src|f888c460 | zettadb/zettalib/src/vendor/mariadb-10.6.7/sql/item_sum.cc/Aggregator_distinct::endup() | calculate the aggregate function value. since distinct_aggregator::add() just collects the distinct rows, we must go over the distinct rows and feed them to the aggregation function before returning its value. this is what endup () does. it also sets the result validity flag endup_done to true so it will not recalculat... | query |
23aed963c7153a3f20f8fd6db6fb2772a0cd1718 | King0987654/windows2000 | private/windbg64/debugger/sapi/shsymbol.cpp | SHGethExeFromName | [
{
"param": "ltszPath",
"type": "LPTSTR"
}
] | C++ | 40 | 6290 | SHGethExeFromName|ltszPath:LPTSTR|loc:54,cf:11,nest:5,calls:10|shsymbol.cpp/sapi/debugger/windbg64/private|aa1718c0 | King0987654/windows2000/private/windbg64/debugger/sapi/shsymbol.cpp/SHGethExeFromName(ltszPath) | shgethexefromname purpose: to get an exe handle given a name, or partial name szpath - the path or filename of the exe a handle to the exe or null on error | query |
aedc4b690a457d1a22db2a5c38b3312b9624a4b7 | abhisarshukla/godot | modules/assimp/editor_scene_importer_assimp.cpp | EditorSceneImporterAssimp::RegenerateBoneStack | [
{
"param": "state",
"type": "ImportState"
}
] | C++ | 41 | 0001 | EditorSceneImporterAssimp::RegenerateBoneStack|state:ImportState|loc:12,cf:3,nest:3,calls:3|editor_scene_importer_assimp.cpp/assimp/modules|075b8c07 | abhisarshukla/godot/modules/assimp/editor_scene_importer_assimp.cpp/EditorSceneImporterAssimp::RegenerateBoneStack(state) | bone stack is a fifo handler for multiple armatures since armatures aren't a thing in assimp (yet) | query |
140aa1ad805cc50aa43ca0a9606c030bc23e5e51 | marksteward/BeatSaber-Quest-Codegen | src/main_2400.cpp | GlobalNamespace::BeatmapSaveData::BeatmapObjectType::_get_value__ | [] | C++ | 42 | 1400 | GlobalNamespace::BeatmapSaveData::BeatmapObjectType::_get_value__||loc:6,cf:0,nest:0,calls:6|main_2400.cpp/src|307bfb40 | marksteward/BeatSaber-Quest-Codegen/src/main_2400.cpp/GlobalNamespace::BeatmapSaveData::BeatmapObjectType::_get_value__() | autogenerated instance field getter get instance field: public system.int32 value | query |
c41bb08599bce518eb4f12f2b2435f7284385ef3 | swatkj/Hacktoberfest2021-1 | cpp-programs/8 puz.cpp | inList | [
{
"param": "list",
"type": "list_t"
},
{
"param": "grid",
"type": "int"
},
{
"param": "pos",
"type": "int"
}
] | C++ | 43 | 7430 | inList|list:list_t,grid:int,pos:int|loc:15,cf:6,nest:4,calls:0|8 puz.cpp/cpp-programs|f58940bc | swatkj/Hacktoberfest2021-1/cpp-programs/8 puz.cpp/inList(list,grid,pos) | check if node is in the list of nodes list, and return its position in the list and store it in pos | query |
afc877c37209c04076d486a7544ae71bfdcaf78d | zettadb/zettalib | src/vendor/mariadb-10.6.7/storage/innobase/include/page0zip.inl | page_zip_rec_needs_ext | [
{
"param": "rec_size",
"type": "ulint"
},
{
"param": "comp",
"type": "ulint"
},
{
"param": "n_fields",
"type": "ulint"
},
{
"param": "zip_size",
"type": "ulint"
}
] | C++ | 44 | 5620 | page_zip_rec_needs_ext|rec_size:ulint,comp:ulint,n_fields:ulint,zip_size:ulint|loc:20,cf:2,nest:1,calls:7|page0zip.inl/include/innobase/storage/mariadb-10.6.7/vendor/src|801060fd | zettadb/zettalib/src/vendor/mariadb-10.6.7/storage/innobase/include/page0zip.inl/page_zip_rec_needs_ext(rec_size,comp,n_fields,zip_size) | determine if a record is so big that it needs to be stored externally. | query |
4473ad60c4aeef457b91caef6dd26fac44c51faa | Shashankbukka/BirdFlocking | BoidSimulation/Source/BoidSimulation/Boid.cpp | ABoid::BeginPlay | [] | C++ | 45 | 4320 | ABoid::BeginPlay||loc:4,cf:0,nest:0,calls:1|Boid.cpp/BoidSimulation/Source/BoidSimulation|39f09ae3 | Shashankbukka/BirdFlocking/BoidSimulation/Source/BoidSimulation/Boid.cpp/ABoid::BeginPlay() | called when the game starts or when spawned | query |
089189ef5b7b42347070707d295511d127a0bcc4 | sujitahirrao/tesseract | src/api/altorenderer.cpp | AddBoxToAlto | [
{
"param": "it",
"type": "ResultIterator"
},
{
"param": "level",
"type": "PageIteratorLevel"
},
{
"param": "alto_str",
"type": "std::stringstream"
}
] | C++ | 46 | 7620 | AddBoxToAlto|it:ResultIterator,level:PageIteratorLevel,alto_str:std::stringstream|loc:19,cf:1,nest:1,calls:2|altorenderer.cpp/api/src|a4b7da41 | sujitahirrao/tesseract/src/api/altorenderer.cpp/AddBoxToAlto(it,level,alto_str) | add coordinates to specified textblock, textline or string bounding box. add word confidence if adding to a string bounding box. | query |
93096ac07288816929d3c49bad3b18eeebd476d0 | MrMabulous/ceres-solver | internal/ceres/coordinate_descent_minimizer.cc | CoordinateDescentMinimizer::Solve | [
{
"param": "program",
"type": "Program"
},
{
"param": "linear_solver",
"type": "LinearSolver"
},
{
"param": "parameter",
"type": "double"
},
{
"param": "summary",
"type": "Solver::Summary"
}
] | C++ | 47 | 2760 | CoordinateDescentMinimizer::Solve|program:Program,linear_solver:LinearSolver,parameter:double,summary:Solver::Summary|loc:25,cf:0,nest:0,calls:11|coordinate_descent_minimizer.cc/ceres/internal|649fa1f3 | MrMabulous/ceres-solver/internal/ceres/coordinate_descent_minimizer.cc/CoordinateDescentMinimizer::Solve(program,linear_solver,parameter,summary) | solve the optimization problem for one parameter block. | query |
d7e7c595d759ac5c3d568988b3154d8fab60ef10 | JorgeHontoria/DiCoTAE | cpp/gen/DictionaryItem.cpp | DictionaryItem::fillFromForeignMap | [
{
"param": "dictionaryItemMap",
"type": "QVariantMap"
}
] | C++ | 48 | 4590 | DictionaryItem::fillFromForeignMap|dictionaryItemMap:QVariantMap|loc:13,cf:2,nest:2,calls:13|DictionaryItem.cpp/gen/cpp|6807fecd | JorgeHontoria/DiCoTAE/cpp/gen/DictionaryItem.cpp/DictionaryItem::fillFromForeignMap(dictionaryItemMap) | initialize orderdata from qvariantmap map got from jsondataaccess or so includes also transient values uses foreign property names - per ex. from server api corresponding export method: toforeignmap() | query |
271d56fcb1d56371874d2d2b5b5b777fa137f100 | nikolasium/Guess_the_Number_Game | Game.cpp | read_max | [
{
"param": "upper_limit",
"type": "int"
}
] | C++ | 49 | 7900 | read_max|upper_limit:int|loc:18,cf:3,nest:3,calls:0|Game.cpp|e01f8199 | nikolasium/Guess_the_Number_Game/Game.cpp/read_max(upper_limit) | @param upper_limit corresponds to maximum value for the search range @return returns the maximum value read in | query |
adef966cfe8f55d8fe6fb0c6460eb876c17d28a4 | marksteward/BeatSaber-Quest-Codegen | src/main_7900.cpp | System::Net::HeaderInfo::_set_AllowMultiValues | [
{
"param": "value",
"type": "bool"
}
] | C++ | 50 | 9780 | System::Net::HeaderInfo::_set_AllowMultiValues|value:bool|loc:6,cf:0,nest:0,calls:6|main_7900.cpp/src|00dbeece | marksteward/BeatSaber-Quest-Codegen/src/main_7900.cpp/System::Net::HeaderInfo::_set_AllowMultiValues(value) | autogenerated instance field setter set instance field: readonly system.boolean allowmultivalues | query |
d7b0fba066279bfbbea6e94402da1cb2024f23d0 | marksteward/BeatSaber-Quest-Codegen | src/main_4700.cpp | System::IO::MemoryStream::_get__position | [] | C++ | 52 | 1731 | System::IO::MemoryStream::_get__position||loc:6,cf:0,nest:0,calls:6|main_4700.cpp/src|b0fd5e7d | marksteward/BeatSaber-Quest-Codegen/src/main_4700.cpp/System::IO::MemoryStream::_get__position() | autogenerated instance field getter get instance field: private system.int32 _position | query |
68231526c1742f388ea56d461e3a978c24a08e47 | hadrien-psydk/pngoptimizer | sdk/chustd/Png.cpp | Png::IsPng | [
{
"param": "file",
"type": "IFile"
}
] | C++ | 54 | 8531 | Png::IsPng|file:IFile|loc:14,cf:2,nest:1,calls:2|Png.cpp/chustd/sdk|0adeb9c9 | hadrien-psydk/pngoptimizer/sdk/chustd/Png.cpp/Png::IsPng(file) | reads the beginning of a file to check if it starts with the png signature. | query |
771d12af5903fa6c7e3917100dca81f2ce76c8f5 | aadiego/CollegeProjects | COMSC-165/PandemicLite/Game.cpp | GetStringInput | [
{
"param": "prompt",
"type": "string"
}
] | C++ | 55 | 8250 | GetStringInput|prompt:string|loc:7,cf:0,nest:0,calls:1|Game.cpp/PandemicLite/COMSC-165|45ac7b7e | aadiego/CollegeProjects/COMSC-165/PandemicLite/Game.cpp/GetStringInput(prompt) | getstringinput parameters: string prompt return: string description: prompts the user for a string input and returns their input. | query |
f122fbae867a0352c8120dc6b22cfee1a3e76fdc | zettadb/zettalib | src/vendor/mariadb-10.6.7/storage/columnstore/columnstore/dbcon/execplan/calpontsystemcatalog.cpp | CalpontSystemCatalog::getTableCount | [] | C++ | 57 | 6300 | CalpontSystemCatalog::getTableCount||loc:28,cf:2,nest:2,calls:13|calpontsystemcatalog.cpp/execplan/dbcon/columnstore/columnstore/storage/mariadb-10.6.7/vendor/src|70572e9c | zettadb/zettalib/src/vendor/mariadb-10.6.7/storage/columnstore/columnstore/dbcon/execplan/calpontsystemcatalog.cpp/CalpontSystemCatalog::getTableCount() | sql statement: select objectid from systable | query |
334a84821ec8009961709786f71df099a3928a7c | srmainwaring/ign-math | src/python_pybind11/src/Filter.hh | defineMathOnePoleQuaternion | [
{
"param": "m",
"type": "py::module"
},
{
"param": "typestr",
"type": "std::string"
}
] | C++ | 59 | 7840 | defineMathOnePoleQuaternion|m:py::module,typestr:std::string|loc:23,cf:0,nest:0,calls:12|Filter.hh/src/python_pybind11/src|21c7614f | srmainwaring/ign-math/src/python_pybind11/src/Filter.hh/defineMathOnePoleQuaternion(m,typestr) | define a pybind11 wrapper for an ignition::math::onepolequaterion \param[in] module a pybind11 module to add the definition to \param[in] typestr name of the type used by python | query |
d89aee93c6df03655563b589c5ee6ce06063dc02 | jasondevans/dissertation | DissertationExperiment/Graphics.cpp | Graphics::resetDisplayRefreshRate | [] | C++ | 60 | 4700 | Graphics::resetDisplayRefreshRate||loc:7,cf:1,nest:1,calls:1|Graphics.cpp/DissertationExperiment|c5c49b07 | jasondevans/dissertation/DissertationExperiment/Graphics.cpp/Graphics::resetDisplayRefreshRate() | reset display refresh rate to original value. | query |
7a83a0df521bab21cb9b19a0aafb5d933bec75fe | linear-rpc/linear-cpp | test/tcp_client_server_send_recv_test.cpp | TEST_F | [] | C++ | 62 | 3771 | TEST_F||loc:43,cf:2,nest:2,calls:53|tcp_client_server_send_recv_test.cpp/test|4d8c0b02 | linear-rpc/linear-cpp/test/tcp_client_server_send_recv_test.cpp/TEST_F() | cancel to send request(disconnected by peer) | query |
451d4823d88e17d028cc962bd337f8ab75e97692 | sdrees/math | test/unit/math/rev/prob/normal_id_glm_lpdf_test.cpp | TYPED_TEST | [] | C++ | 64 | 2260 | TYPED_TEST||loc:64,cf:7,nest:3,calls:32|normal_id_glm_lpdf_test.cpp/prob/rev/math/unit/test|9ffc9d5c | sdrees/math/test/unit/math/rev/prob/normal_id_glm_lpdf_test.cpp/TYPED_TEST() | we check that the gradients of the new regression match those of one built from existing primitives. | query |
d23da61590ec936ffc27a3434e45e6b1891caa1a | SZU-SE/PERIOD | tool/SVF/lib/WPA/AndersenHLCD.cpp | AndersenHLCD::mergeSCC | [
{
"param": "nodeId",
"type": "NodeID"
}
] | C++ | 65 | 3590 | AndersenHLCD::mergeSCC|nodeId:NodeID|loc:5,cf:0,nest:0,calls:2|AndersenHLCD.cpp/WPA/lib/SVF/tool|f0fbe985 | SZU-SE/PERIOD/tool/SVF/lib/WPA/AndersenHLCD.cpp/AndersenHLCD::mergeSCC(nodeId) | collapse nodes and fields based on the result of both offline and online scc detection | query |
c670232ff52b93d248b89d31f844d76fd2454e18 | tornado12345/ConEmu | src/ConEmu/ConEmuApp.cpp | _CreateSeparatorLink | [
{
"param": "ppsl",
"type": "IShellLink"
}
] | C++ | 67 | 64290 | _CreateSeparatorLink|ppsl:IShellLink|loc:21,cf:3,nest:3,calls:9|ConEmuApp.cpp/ConEmu/src|274bea1a | tornado12345/ConEmu/src/ConEmu/ConEmuApp.cpp/_CreateSeparatorLink(ppsl) | the tasks category of jump lists supports separator items. these are simply ishelllink instances that have the pkey_appusermodel_isdestlistseparator property set to true. all other values are ignored when this property is set. | query |
9318c21ce95fff000aa1182df8fe08974c63de06 | etopzone/webrtc | modules/audio_processing/aec3/adaptive_fir_filter_unittest.cc | TEST | [] | C++ | 68 | 3550 | TEST||loc:96,cf:4,nest:3,calls:60|adaptive_fir_filter_unittest.cc/aec3/audio_processing/modules|0fae666b | etopzone/webrtc/modules/audio_processing/aec3/adaptive_fir_filter_unittest.cc/TEST() | verifies that the filter is being able to properly filter a signal and to adapt its coefficients. | query |
ebe52f84957283bd2784ef21b6abf2a4be567fc7 | darknight1050/BeatSaber-Quest-Codegen | src/main_5500.cpp | System::Collections::IStructuralEquatable::Equals | [
{
"param": "other",
"type": "::Il2CppObject"
},
{
"param": "comparer",
"type": "System::Collections::IEqualityComparer"
}
] | C++ | 69 | 9391 | System::Collections::IStructuralEquatable::Equals|other:::Il2CppObject,comparer:System::Collections::IEqualityComparer|loc:5,cf:0,nest:0,calls:7|main_5500.cpp/src|0d6f5133 | darknight1050/BeatSaber-Quest-Codegen/src/main_5500.cpp/System::Collections::IStructuralEquatable::Equals(other,comparer) | completed includes autogenerated method: system.collections.istructuralequatable.equals | query |
c7e46a8f609cdab247223654aa30853ae75c84d3 | dbrumley/recfi | llvm-3.3/lib/Target/ARM/AsmParser/ARMAsmParser.cpp | ARMAsmParser::
cvtLdExtTWriteBackImm | [
{
"param": "Inst",
"type": "MCInst"
},
{
"param": "Operands",
"type": "SmallVectorImpl<MCParsedAsmOperand*>"
}
] | C++ | 70 | 6180 | ARMAsmParser::
cvtLdExtTWriteBackImm|Inst:MCInst,Operands:SmallVectorImpl<MCParsedAsmOperand*>|loc:9,cf:0,nest:0,calls:6|ARMAsmParser.cpp/AsmParser/ARM/Target/lib/llvm-3.3|ab5e4e70 | dbrumley/recfi/llvm-3.3/lib/Target/ARM/AsmParser/ARMAsmParser.cpp/ARMAsmParser::
cvtLdExtTWriteBackImm(Inst,Operands) | convert parsed operands to mcinst. needed here because the asm gen matcher can't handle properly tied operands when they refer multiple mioperands inside a single one. | query |
a31e4eeaf699f6f3e1b580d0c5f8d9ab063877a3 | leuski-ict/jerome | jerome/type/matrix_eigen_sparse_vector_plugin.hpp | conservativeResize | [
{
"param": "newSize",
"type": "Index"
}
] | C++ | 71 | 0090 | conservativeResize|newSize:Index|loc:10,cf:2,nest:2,calls:3|matrix_eigen_sparse_vector_plugin.hpp/type/jerome|481235a0 | leuski-ict/jerome/jerome/type/matrix_eigen_sparse_vector_plugin.hpp/conservativeResize(newSize) | add this for the "older" version | query |
fd248f470ca936354ff8e5415dc0d5cef259df13 | marksteward/BeatSaber-Quest-Codegen | src/main_3900.cpp | GlobalNamespace::EventsTestSceneSetup::_get__beatmapLevel | [] | C++ | 72 | 1440 | GlobalNamespace::EventsTestSceneSetup::_get__beatmapLevel||loc:6,cf:0,nest:0,calls:6|main_3900.cpp/src|8577db2e | marksteward/BeatSaber-Quest-Codegen/src/main_3900.cpp/GlobalNamespace::EventsTestSceneSetup::_get__beatmapLevel() | completed includes autogenerated instance field getter get instance field: private beatmaplevelso _beatmaplevel | query |
da4fbaa92ae0bb8ce75c31f3d647fb41c5f9083a | TimoKunze/ExplorerListView | src/ExplorerListView.cpp | ExplorerListView::Raise_HeaderOLEReceivedNewData | [
{
"param": "pData",
"type": "IOLEDataObject"
},
{
"param": "formatID",
"type": "LONG"
},
{
"param": "index",
"type": "LONG"
},
{
"param": "dataOrViewAspect",
"type": "LONG"
}
] | C++ | 73 | 6430 | ExplorerListView::Raise_HeaderOLEReceivedNewData|pData:IOLEDataObject,formatID:LONG,index:LONG,dataOrViewAspect:LONG|loc:4,cf:0,nest:0,calls:1|ExplorerListView.cpp/src|1f09dc7a | TimoKunze/ExplorerListView/src/ExplorerListView.cpp/ExplorerListView::Raise_HeaderOLEReceivedNewData(pData,formatID,index,dataOrViewAspect) | we can't make this one inline, because it's called from sourceoledataobject only, so the compiler would try to integrate it into sourceoledataobject, which of course won't work. | query |
7e4cd4f8bfe7840a99365375539408de56873f60 | Gar103v2/Meridian59 | roomedit/owl-6.43/source/owlcore/ustring.cpp | TUString::ChangeToWCopy | [] | C++ | 74 | 62180 | TUString::ChangeToWCopy||loc:42,cf:2,nest:1,calls:15|ustring.cpp/owlcore/source/owl-6.43/roomedit|484e8b78 | Gar103v2/Meridian59/roomedit/owl-6.43/source/owlcore/ustring.cpp/TUString::ChangeToWCopy() | change ustring to iswcopy regardless of current type | query |
e2373b74d216cf00e3de169c543ae99e8b925416 | Denzo77/OTRadioLink | portableUnitTests/OTRadioLink/FrameHandlerTest.cpp | TEST | [] | C++ | 75 | 3500 | TEST||loc:24,cf:1,nest:1,calls:15|FrameHandlerTest.cpp/OTRadioLink/portableUnitTests|b7958b5d | Denzo77/OTRadioLink/portableUnitTests/OTRadioLink/FrameHandlerTest.cpp/TEST() | test message handler to boiler hub stack | query |
08aec395b6273d218b15b290b6439160497b2296 | marksteward/BeatSaber-Quest-Codegen | src/main_6800.cpp | OVR::OpenVR::EVRScreenshotPropertyFilenames::_set_value__ | [
{
"param": "value",
"type": "int"
}
] | C++ | 76 | 19570 | OVR::OpenVR::EVRScreenshotPropertyFilenames::_set_value__|value:int|loc:6,cf:0,nest:0,calls:6|main_6800.cpp/src|2c3ab195 | marksteward/BeatSaber-Quest-Codegen/src/main_6800.cpp/OVR::OpenVR::EVRScreenshotPropertyFilenames::_set_value__(value) | autogenerated instance field setter set instance field: public system.int32 value | query |
871c47d98e06e04725432c8e3daa268a73c47042 | Subv/diamondcore | src/game/Unit.cpp | InitTriggerAuraData | [] | C++ | 77 | 6780 | InitTriggerAuraData||loc:42,cf:1,nest:1,calls:0|Unit.cpp/game/src|a9ac7d68 | Subv/diamondcore/src/game/Unit.cpp/InitTriggerAuraData() | list of auras that can be trigger but may not exist in spell_proc_event in most case need for drop charges in some types of aura need do additional check for example spell_aura_mechanic_immunity - need check for mechanic | query |
24c7975acbf33fd3c9e156fe1534d9415e99811a | marksteward/BeatSaber-Quest-Codegen | src/main_9400.cpp | UnityEngine::Internal::DefaultValueAttribute::_set_DefaultValue | [
{
"param": "value",
"type": "::Il2CppObject"
}
] | C++ | 78 | 9110 | UnityEngine::Internal::DefaultValueAttribute::_set_DefaultValue|value:::Il2CppObject|loc:6,cf:0,nest:0,calls:6|main_9400.cpp/src|34d241e1 | marksteward/BeatSaber-Quest-Codegen/src/main_9400.cpp/UnityEngine::Internal::DefaultValueAttribute::_set_DefaultValue(value) | autogenerated instance field setter set instance field: private system.object defaultvalue | query |
405b248233ea38be654178d9c88a0217dda3ac20 | tornado12345/ConEmu | src/ConEmu/GlobalHotkeys.cpp | GlobalHotkeys::RegisterMinRestore | [
{
"param": "abRegister",
"type": "bool"
}
] | C++ | 80 | 6250 | GlobalHotkeys::RegisterMinRestore|abRegister:bool|loc:55,cf:9,nest:6,calls:15|GlobalHotkeys.cpp/ConEmu/src|912c6375 | tornado12345/ConEmu/src/ConEmu/GlobalHotkeys.cpp/GlobalHotkeys::RegisterMinRestore(abRegister) | register/unregister life-time global hotkeys | query |
e1c84442b937a3be2bde557a8650a42716e326db | marksteward/BeatSaber-Quest-Codegen | src/main_2800.cpp | GlobalNamespace::PlayerSaveData::PlayerAllOverallStatsData::_get_campaignOverallStatsData | [] | C++ | 81 | 1190 | GlobalNamespace::PlayerSaveData::PlayerAllOverallStatsData::_get_campaignOverallStatsData||loc:6,cf:0,nest:0,calls:6|main_2800.cpp/src|7efbffe6 | marksteward/BeatSaber-Quest-Codegen/src/main_2800.cpp/GlobalNamespace::PlayerSaveData::PlayerAllOverallStatsData::_get_campaignOverallStatsData() | completed includes autogenerated instance field getter get instance field: public playersavedata/playeroverallstatsdata campaignoverallstatsdata | query |
41ec6108317b67048ce74d30cd04a384aa373710 | zettadb/zettalib | src/vendor/mariadb-10.6.7/storage/columnstore/columnstore/utils/rowgroup/rowaggregation.cpp | RowAggregation::doAvg | [
{
"param": "rowIn",
"type": "Row"
},
{
"param": "colIn",
"type": "int64_t"
},
{
"param": "colOut",
"type": "int64_t"
},
{
"param": "colAux",
"type": "int64_t"
},
{
"param": "merge",
"type": "bool"
}
] | C++ | 82 | 6500 | RowAggregation::doAvg|rowIn:Row,colIn:int64_t,colOut:int64_t,colAux:int64_t,merge:bool|loc:125,cf:10,nest:3,calls:33|rowaggregation.cpp/rowgroup/utils/columnstore/columnstore/storage/mariadb-10.6.7/vendor/src|0ec4ec0a | zettadb/zettalib/src/vendor/mariadb-10.6.7/storage/columnstore/columnstore/utils/rowgroup/rowaggregation.cpp/RowAggregation::doAvg(rowIn,colIn,colOut,colAux,merge) | update the sum and count fields for average if input is not null. rowin(in) - row to be included in aggregation. colin(in) - column in the input row group colout(in) - column in the output row group stores the sum colaux(in) - column in the output row group stores the count | query |
4366704e88757af6fb5f878540269522312e7e97 | vicamo/laarid_package_debian-vulkan | layers/core_validation.cpp | MarkStoreImagesAndBuffersAsWritten | [
{
"param": "dev_data",
"type": "layer_data"
},
{
"param": "pCB",
"type": "GLOBAL_CB_NODE"
}
] | C++ | 83 | 30720 | MarkStoreImagesAndBuffersAsWritten|dev_data:layer_data,pCB:GLOBAL_CB_NODE|loc:22,cf:3,nest:2,calls:9|core_validation.cpp/layers|0cf30b15 | vicamo/laarid_package_debian-vulkan/layers/core_validation.cpp/MarkStoreImagesAndBuffersAsWritten(dev_data,pCB) | expects global_lock to be held by caller | query |
3bdf591a5fb06d6d96ef27af4b785849a2f117db | elementsinteractive/edgelib | edgelib/source/emod_math.cpp | ClassEMath::Cos | [
{
"param": "index",
"type": "unsigned long"
}
] | C++ | 84 | 73120 | ClassEMath::Cos|index:unsigned long|loc:6,cf:1,nest:1,calls:0|emod_math.cpp/source/edgelib|31c757ea | elementsinteractive/edgelib/edgelib/source/emod_math.cpp/ClassEMath::Cos(index) | return a fixed point cosinus value (must have called init()) | query |
9bb681a895c05135d8d17891588b3a49729f979b | yinquan529/platform-external-chromium_org-third_party-libjingle-source-talk | media/webrtc/webrtcvoiceengine_unittest.cc | TEST_F | [] | C++ | 85 | 3620 | TEST_F||loc:40,cf:1,nest:1,calls:60|webrtcvoiceengine_unittest.cc/webrtc/media|5769c4a1 | yinquan529/platform-external-chromium_org-third_party-libjingle-source-talk/media/webrtc/webrtcvoiceengine_unittest.cc/TEST_F() | test that we can properly receive packets on multiple streams. | query |
1465865b06ce023a13b235317dd6df18787d9707 | zettadb/zettalib | src/vendor/mariadb-10.6.7/extra/mariabackup/xtrabackup.cc | backup_wait_for_lsn | [
{
"param": "lsn",
"type": "lsn_t"
}
] | C++ | 86 | 5970 | backup_wait_for_lsn|lsn:lsn_t|loc:9,cf:1,nest:1,calls:3|xtrabackup.cc/mariabackup/extra/mariadb-10.6.7/vendor/src|8ecfafcb | zettadb/zettalib/src/vendor/mariadb-10.6.7/extra/mariabackup/xtrabackup.cc/backup_wait_for_lsn(lsn) | wait until redo log copying thread processes given lsn | query |
fa6877d25bb91e291601e5486b65ea9293dfcfd4 | marksteward/BeatSaber-Quest-Codegen | src/main_5300.cpp | System::Runtime::CompilerServices::AsyncMethodBuilderCore::ContinuationWrapper::_get_m_innerTask | [] | C++ | 87 | 9710 | System::Runtime::CompilerServices::AsyncMethodBuilderCore::ContinuationWrapper::_get_m_innerTask||loc:6,cf:0,nest:0,calls:6|main_5300.cpp/src|6882cb59 | marksteward/BeatSaber-Quest-Codegen/src/main_5300.cpp/System::Runtime::CompilerServices::AsyncMethodBuilderCore::ContinuationWrapper::_get_m_innerTask() | autogenerated instance field getter get instance field: readonly system.threading.tasks.task m_innertask | query |
3531894b1145bcdd838ea475056f798b429e83d6 | Gar103v2/Meridian59 | roomedit/owl-6.43/source/ocf/oclink.cpp | TOcLinkView::Detach | [] | C++ | 88 | 4400 | TOcLinkView::Detach||loc:5,cf:0,nest:0,calls:2|oclink.cpp/ocf/source/owl-6.43/roomedit|2b87fe53 | Gar103v2/Meridian59/roomedit/owl-6.43/source/ocf/oclink.cpp/TOcLinkView::Detach() | remove this link view from the document | query |
a475e52d4655857b8a4c76ade7afd607c617c665 | zekiguven/alcinoe | references/WebRTC/rtc_base/logging_unittest.cc | TEST | [] | C++ | 89 | 3560 | TEST||loc:23,cf:1,nest:1,calls:16|logging_unittest.cc/rtc_base/WebRTC/references|7f3c1c4b | zekiguven/alcinoe/references/WebRTC/rtc_base/logging_unittest.cc/TEST() | test the time required to write 1000 80-character logs to a string. | query |
9cc6604e9c5d036f8d0ea0f24bc42f823ef9c7ac | neelarunabh/C-Plus-Plus | others/kadanes3.cpp | test | [] | C++ | 90 | 7870 | test||loc:7,cf:0,nest:0,calls:4|kadanes3.cpp/others|5679b0b2 | neelarunabh/C-Plus-Plus/others/kadanes3.cpp/test() | @brief self-test implementations @returns void | query |
d4ad5cf431f0548889f7d7eec46dac77f7c813f2 | mattbox/etterna | src/RageUtil/Graphics/RageSurface_Save_PNG.cpp | RageSurfaceUtils::SavePNG | [
{
"param": "pImg",
"type": "RageSurface"
},
{
"param": "f",
"type": "RageFile"
},
{
"param": "sError",
"type": "std::string"
}
] | C++ | 93 | 6900 | RageSurfaceUtils::SavePNG|pImg:RageSurface,f:RageFile,sError:std::string|loc:24,cf:2,nest:1,calls:9|RageSurface_Save_PNG.cpp/Graphics/RageUtil/src|4bf066ce | mattbox/etterna/src/RageUtil/Graphics/RageSurface_Save_PNG.cpp/RageSurfaceUtils::SavePNG(pImg,f,sError) | this function is only called on ragedisplay.cpp:978 and the serror result is not used in the response. | query |
37d226eb684b6d97691903b3bc64455ad566af79 | velovix/media-driver | media_driver/agnostic/gen8/renderhal/renderhal_g8.cpp | XRenderHal_Interface_g8::EnableL3Caching | [
{
"param": "pRenderHal",
"type": "PRENDERHAL_INTERFACE"
},
{
"param": "pCacheSettings",
"type": "PRENDERHAL_L3_CACHE_SETTINGS"
}
] | C++ | 94 | 6920 | XRenderHal_Interface_g8::EnableL3Caching|pRenderHal:PRENDERHAL_INTERFACE,pCacheSettings:PRENDERHAL_L3_CACHE_SETTINGS|loc:36,cf:4,nest:2,calls:8|renderhal_g8.cpp/renderhal/gen8/agnostic/media_driver|010002d4 | velovix/media-driver/media_driver/agnostic/gen8/renderhal/renderhal_g8.cpp/XRenderHal_Interface_g8::EnableL3Caching(pRenderHal,pCacheSettings) | \brief enables l3 cacheing flag and sets related registers/values \param prenderhal_interface prenderhal [in] pointer to hardware interface \param pcachesettings [in] l3 cache configurations \return mos_status mos_status_success if success, else fail reason | query |
9dde815b8da60b4b435b649a6416552a751d5282 | fiddleplum/ve | src/render/image.cpp | Image::Image | [
{
"param": "size_",
"type": "Vector2i"
},
{
"param": "format_",
"type": "Format"
}
] | C++ | 95 | 4230 | Image::Image|size_:Vector2i,format_:Format|loc:7,cf:0,nest:0,calls:2|image.cpp/render/src|12e58227 | fiddleplum/ve/src/render/image.cpp/Image::Image(size_,format_) | currently bound gl texture ids. | query |
e3d10c3a4cfbee46eb511f14fccf6fe70df27733 | fortesg/serialbox | unittest/wrapper/ReadWriteUnittest.cpp | TEST_F | [] | C++ | 96 | 7880 | TEST_F||loc:21,cf:0,nest:0,calls:36|ReadWriteUnittest.cpp/wrapper/unittest|60852217 | fortesg/serialbox/unittest/wrapper/ReadWriteUnittest.cpp/TEST_F() | in this test we will write a couple of fields using the c++ api and retrieve the data using the c api | query |
ebe08df8dd673253a6081e0ea95aa572a55f13fe | Gar103v2/Meridian59 | roomedit/owl-6.43/source/owlcore/edit.cpp | TEdit::DeleteSubText | [
{
"param": "startPos",
"type": "int"
},
{
"param": "endPos",
"type": "int"
}
] | C++ | 97 | 7020 | TEdit::DeleteSubText|startPos:int,endPos:int|loc:8,cf:1,nest:1,calls:2|edit.cpp/owlcore/source/owl-6.43/roomedit|9cfa3361 | Gar103v2/Meridian59/roomedit/owl-6.43/source/owlcore/edit.cpp/TEdit::DeleteSubText(startPos,endPos) | deletes the text between the starting and ending positions specified by startpos and endpos, respectively. deletesubtext returns true if successful. | query |
932c895210d5459bdc184d75844fe98877b91328 | Shinji-IkariG/nebula | src/storage/test/ChainDeleteEdgesTest.cpp | TEST | [] | C++ | 99 | 3330 | TEST||loc:45,cf:0,nest:0,calls:34|ChainDeleteEdgesTest.cpp/test/storage/src|fe0c12bd | Shinji-IkariG/nebula/src/storage/test/ChainDeleteEdgesTest.cpp/TEST() | add some edges, delete one of them, rpc failure | query |
6236317989aa2185138d7563f84d529f5f70f8c7 | marksteward/BeatSaber-Quest-Codegen | src/main_2500.cpp | GlobalNamespace::StandardLevelInfoSaveData::DifficultyBeatmap::_get__noteJumpStartBeatOffset | [] | C++ | 100 | 1450 | GlobalNamespace::StandardLevelInfoSaveData::DifficultyBeatmap::_get__noteJumpStartBeatOffset||loc:6,cf:0,nest:0,calls:6|main_2500.cpp/src|3edc393c | marksteward/BeatSaber-Quest-Codegen/src/main_2500.cpp/GlobalNamespace::StandardLevelInfoSaveData::DifficultyBeatmap::_get__noteJumpStartBeatOffset() | autogenerated instance field getter get instance field: private system.single _notejumpstartbeatoffset | query |
dc3f877e7d81cd0721208e031bea322578467df7 | gh-mc/nifi-minifi-cpp | libminifi/src/core/ConfigurableComponent.cpp | ConfigurableComponent::setSupportedProperties | [
{
"param": "properties",
"type": "std::set<Property>"
}
] | C++ | 101 | 4120 | ConfigurableComponent::setSupportedProperties|properties:std::set<Property>|loc:11,cf:2,nest:1,calls:3|ConfigurableComponent.cpp/core/src/libminifi|2b6c721b | gh-mc/nifi-minifi-cpp/libminifi/src/core/ConfigurableComponent.cpp/ConfigurableComponent::setSupportedProperties(properties) | sets supported properties for the configurablecomponent @param supported properties @return result of set operation. | query |
acc18506f1c887f0e5d6d1f3c8f6f4bdb1b6f6ee | zzlc/WebRTC | pc/mediasession_unittest.cc | TEST_F | [] | C++ | 103 | 3660 | TEST_F||loc:25,cf:0,nest:0,calls:27|mediasession_unittest.cc/pc|20e54018 | zzlc/WebRTC/pc/mediasession_unittest.cc/TEST_F() | test that the media section will be rejected in answer if the corresponding mediadescriptionoptions is stopped by the answerer. | query |
3def908327086dd33f14f7cea48b383e3f463612 | marksteward/BeatSaber-Quest-Codegen | src/main_900.cpp | Org::BouncyCastle::Crypto::Signers::ECGost3410Signer::_get_random | [] | C++ | 104 | 9290 | Org::BouncyCastle::Crypto::Signers::ECGost3410Signer::_get_random||loc:6,cf:0,nest:0,calls:6|main_900.cpp/src|3b2a8545 | marksteward/BeatSaber-Quest-Codegen/src/main_900.cpp/Org::BouncyCastle::Crypto::Signers::ECGost3410Signer::_get_random() | autogenerated instance field getter get instance field: private org.bouncycastle.security.securerandom random | query |
9e85498f5651424a10312c8c6e1513b282c16036 | necronwarrior/AlgorithmsProject | FracTales/Plugins/Wwise/Source/AkAudio/Private/AkAudioDevice.cpp | FAkAudioDevice::StopPlayingID | [
{
"param": "in_playingID",
"type": "AkPlayingID"
},
{
"param": "in_uTransitionDuration",
"type": "AkTimeMs"
},
{
"param": "in_eFadeCurve",
"type": "AkCurveInterpolation"
}
] | C++ | 105 | 4380 | FAkAudioDevice::StopPlayingID|in_playingID:AkPlayingID,in_uTransitionDuration:AkTimeMs,in_eFadeCurve:AkCurveInterpolation|loc:9,cf:1,nest:1,calls:1|AkAudioDevice.cpp/Private/AkAudio/Source/Wwise/Plugins/FracTales|2ec3bef2 | necronwarrior/AlgorithmsProject/FracTales/Plugins/Wwise/Source/AkAudio/Private/AkAudioDevice.cpp/FAkAudioDevice::StopPlayingID(in_playingID,in_uTransitionDuration,in_eFadeCurve) | stop all audio associated with a playing id @param in_playingid playing id to stop @param in_utransitionduration fade duration @param in_efadecurve curve type to be used for the transition | query |
97b8a164d2abac6d10efabece06de3af2d0cd17c | uaineteine/Minesweeper | Minesweeper/Minesweeper.cpp | GetConsoleTextAttribute | [
{
"param": "hCon",
"type": "HANDLE"
}
] | C++ | 106 | 4830 | GetConsoleTextAttribute|hCon:HANDLE|loc:6,cf:0,nest:0,calls:1|Minesweeper.cpp/Minesweeper|f5fa3a18 | uaineteine/Minesweeper/Minesweeper/Minesweeper.cpp/GetConsoleTextAttribute(hCon) | returns the current attributes of window handle-used for size changing | query |
0cdde4a9e00ce6bd77800a92dd23590dfdaf4574 | rvrsh3ll/SpoolSample | MS-RPRN/main.cpp | PrintWin32Error | [
{
"param": "dwError",
"type": "DWORD"
}
] | C++ | 107 | 6240 | PrintWin32Error|dwError:DWORD|loc:8,cf:0,nest:0,calls:4|main.cpp/MS-RPRN|287e4299 | rvrsh3ll/SpoolSample/MS-RPRN/main.cpp/PrintWin32Error(dwError) | returns the last win32 error, in string format. returns an empty string if there is no error. | query |
b5f619aa1a3e5d5c361092700d6c787a5469ff59 | jvl711/sagetv | third_party/VisEngine/Preset.cpp | Preset::evalPerPixelEqns | [] | C++ | 108 | 2840 | Preset::evalPerPixelEqns||loc:8,cf:3,nest:3,calls:3|Preset.cpp/VisEngine/third_party|5483097a | jvl711/sagetv/third_party/VisEngine/Preset.cpp/Preset::evalPerPixelEqns() | evaluates all per-pixel equations | query |
218037138bee802a16d2b45794840576143ca0af | JustWhit3/osmanip | src/graphics/canvas.cpp | Canvas::setFrame | [
{
"param": "fs",
"type": "FrameStyle"
},
{
"param": "feat",
"type": "std::string"
}
] | C++ | 109 | 87740 | Canvas::setFrame|fs:FrameStyle,feat:std::string|loc:5,cf:0,nest:0,calls:0|canvas.cpp/graphics/src|16cf5781 | JustWhit3/osmanip/src/graphics/canvas.cpp/Canvas::setFrame(fs,feat) | setframe @brief set the framestyle of the canvas and an optional feat. @param fs the framestyle of the canvas. @param feat the optional feature. | query |
a56ddcefd93d52c9bf9269534eb76b93ae8cde37 | marksteward/BeatSaber-Quest-Codegen | src/main_2300.cpp | GlobalNamespace::OculusPlatformAdditionalContentModel::_set__oculusLevelProductsModel | [
{
"param": "value",
"type": "GlobalNamespace::OculusLevelProductsModelSO"
}
] | C++ | 110 | 1080 | GlobalNamespace::OculusPlatformAdditionalContentModel::_set__oculusLevelProductsModel|value:GlobalNamespace::OculusLevelProductsModelSO|loc:6,cf:0,nest:0,calls:6|main_2300.cpp/src|96761e6f | marksteward/BeatSaber-Quest-Codegen/src/main_2300.cpp/GlobalNamespace::OculusPlatformAdditionalContentModel::_set__oculusLevelProductsModel(value) | autogenerated instance field setter set instance field: private oculuslevelproductsmodelso _oculuslevelproductsmodel | query |
4fc420aab1b21094224797069bfead62133216be | marksteward/BeatSaber-Quest-Codegen | include/Priority_Queue/FastPriorityQueue_1.hpp | _set__numNodes | [
{
"param": "value",
"type": "int"
}
] | C++ | 111 | 1280 | _set__numNodes|value:int|loc:6,cf:0,nest:0,calls:6|FastPriorityQueue_1.hpp/Priority_Queue/include|aefa6cad | marksteward/BeatSaber-Quest-Codegen/include/Priority_Queue/FastPriorityQueue_1.hpp/_set__numNodes(value) | autogenerated instance field setter set instance field: private system.int32 _numnodes | query |
2c54bf3147808c38b54ce209b44efdf703edd6a8 | marksteward/BeatSaber-Quest-Codegen | src/main_500.cpp | Org::BouncyCastle::Asn1::X509::IssuingDistributionPoint::_set__onlyContainsUserCerts | [
{
"param": "value",
"type": "bool"
}
] | C++ | 112 | 9810 | Org::BouncyCastle::Asn1::X509::IssuingDistributionPoint::_set__onlyContainsUserCerts|value:bool|loc:6,cf:0,nest:0,calls:6|main_500.cpp/src|3592acf6 | marksteward/BeatSaber-Quest-Codegen/src/main_500.cpp/Org::BouncyCastle::Asn1::X509::IssuingDistributionPoint::_set__onlyContainsUserCerts(value) | autogenerated instance field setter set instance field: private readonly system.boolean _onlycontainsusercerts | query |
b784631b287d526ec12678ef1982899f6dbebfdc | myself659/fuchsia | garnet/lib/ui/gfx/tests/scenic_pixel_test.cc | VK_TEST_F | [] | C++ | 114 | 3140 | VK_TEST_F||loc:84,cf:3,nest:2,calls:50|scenic_pixel_test.cc/tests/gfx/ui/lib/garnet|7d9fbd1b | myself659/fuchsia/garnet/lib/ui/gfx/tests/scenic_pixel_test.cc/VK_TEST_F() | this test sets up a scene, takes a screenshot, rotates display configuration by 90 degrees and takes a second screenshot, then makes sure that the pixels in both screenshots map onto each other how you would expect. | query |
d7b0fba066279bfbbea6e94402da1cb2024f23d0 | marksteward/BeatSaber-Quest-Codegen | src/main_4700.cpp | System::IO::BinaryWriter::_get__encoder | [] | C++ | 115 | 9400 | System::IO::BinaryWriter::_get__encoder||loc:6,cf:0,nest:0,calls:6|main_4700.cpp/src|e0a49121 | marksteward/BeatSaber-Quest-Codegen/src/main_4700.cpp/System::IO::BinaryWriter::_get__encoder() | autogenerated instance field getter get instance field: private system.text.encoder _encoder | query |
859c9ae441c6c99e1c5787d1d83d0ac00064652b | marksteward/BeatSaber-Quest-Codegen | src/main_300.cpp | MasterServer::DedicatedServerHeartbeatRequest::_set_cpuUtilization | [
{
"param": "value",
"type": "int"
}
] | C++ | 117 | 1290 | MasterServer::DedicatedServerHeartbeatRequest::_set_cpuUtilization|value:int|loc:6,cf:0,nest:0,calls:6|main_300.cpp/src|26488eab | marksteward/BeatSaber-Quest-Codegen/src/main_300.cpp/MasterServer::DedicatedServerHeartbeatRequest::_set_cpuUtilization(value) | autogenerated instance field setter set instance field: public system.int32 cpuutilization | query |
c66f7972e941e99ac4226bedee57ed66e3b63cac | klundeen/5300-Newt | heap_storage.cpp | SlottedPage::ids | [] | C++ | 118 | 5630 | SlottedPage::ids||loc:10,cf:2,nest:2,calls:2|heap_storage.cpp|6b67ad13 | klundeen/5300-Newt/heap_storage.cpp/SlottedPage::ids() | sequence of all non-deleted record ids. @return sequence of ids (freed by caller) | query |
35e748d158dc4d6b9829d60fbc019b4ca1266fb0 | boundarydevices/android_external_chromium_org | components/autofill/core/browser/autofill_profile_unittest.cc | TEST | [] | C++ | 119 | 3241 | TEST||loc:33,cf:0,nest:0,calls:31|autofill_profile_unittest.cc/browser/core/autofill/components|efa45383 | boundarydevices/android_external_chromium_org/components/autofill/core/browser/autofill_profile_unittest.cc/TEST() | make sure that empty fields are not treated as distinguishing fields. | query |
0882305fe1d9241b349ebd52f7f1d6ca92bda3d6 | Robo0603179/astrobee | localization/sparse_mapping/src/tensor.cc | findTracksForSharedImages | [
{
"param": "A_in",
"type": "sparse_mapping::SparseMap"
},
{
"param": "B_in",
"type": "sparse_mapping::SparseMap"
},
{
"param": "A2B",
"type": "std::map<int, int>"
},
{
"param": "B2A",
"type": "std::map<int, int>"
}
] | C++ | 120 | 81030 | findTracksForSharedImages|A_in:sparse_mapping::SparseMap,B_in:sparse_mapping::SparseMap,A2B:std::map<int, int>,B2A:std::map<int, int>|loc:51,cf:10,nest:3,calls:22|tensor.cc/src/sparse_mapping/localization|dba8e5c6 | Robo0603179/astrobee/localization/sparse_mapping/src/tensor.cc/findTracksForSharedImages(A_in,B_in,A2B,B2A) | if two maps share images, can match tracks between the maps just based on that, which is fast. | query |
0cfbfb2931c9e5e3ddeed72b274511a3fd81d5a3 | King0987654/windows2000 | private/inet/mshtml/dead/site/dfrm/frmprops.cxx | CDataFrame::GetHideDuplicates | [
{
"param": "pfHideDuplicates",
"type": "VARIANT_BOOL"
}
] | C++ | 121 | 4020 | CDataFrame::GetHideDuplicates|pfHideDuplicates:VARIANT_BOOL|loc:6,cf:0,nest:0,calls:4|frmprops.cxx/dfrm/site/dead/mshtml/inet/private|18a9e8b4 | King0987654/windows2000/private/inet/mshtml/dead/site/dfrm/frmprops.cxx/CDataFrame::GetHideDuplicates(pfHideDuplicates) | arguments pfhideduplicates pointer where the _fhideduplicates address goes to returns hresult | query |
491a413b4aa2b430a502c300bdea1f9403b68cc3 | eepalms/gem5-newcache | src/mem/ruby/network/garnet/fixed-pipeline/GarnetNetwork_d.cc | GarnetNetwork_d::makeInLink | [
{
"param": "src",
"type": "NodeID"
},
{
"param": "dest",
"type": "SwitchID"
},
{
"param": "link",
"type": "BasicLink"
},
{
"param": "direction",
"type": "LinkDirection"
},
{
"param": "routing_table_entry",
"type": "NetDest"
}
] | C++ | 123 | 57790 | GarnetNetwork_d::makeInLink|src:NodeID,dest:SwitchID,link:BasicLink,direction:LinkDirection,routing_table_entry:NetDest|loc:14,cf:0,nest:0,calls:6|GarnetNetwork_d.cc/fixed-pipeline/garnet/network/ruby/mem/src|6537105b | eepalms/gem5-newcache/src/mem/ruby/network/garnet/fixed-pipeline/GarnetNetwork_d.cc/GarnetNetwork_d::makeInLink(src,dest,link,direction,routing_table_entry) | this function creates a link from the network interface (ni) into the network. it creates a network link from the ni to a router and a credit link from the router to the ni | query |
ad3bf4f39d0d37fbd3378b5305571dd1c02ae3df | yyr/vapor | lib/render/flowrenderer.cpp | FlowRenderer::
renderCurves | [
{
"param": "flowLineData",
"type": "FlowLineData"
},
{
"param": "radius",
"type": "float"
},
{
"param": "isLit",
"type": "bool"
},
{
"param": "firstAge",
"type": "int"
},
{
"param": "lastAge",
"type": "int"
},
{
"param": "constMap",
"type": "bool"
... | C++ | 125 | 2110 | FlowRenderer::
renderCurves|flowLineData:FlowLineData,radius:float,isLit:bool,firstAge:int,lastAge:int,constMap:bool|loc:118,cf:24,nest:4,calls:47|flowrenderer.cpp/render/lib|5d84829c | yyr/vapor/lib/render/flowrenderer.cpp/FlowRenderer::
renderCurves(flowLineData,radius,isLit,firstAge,lastAge,constMap) | issue opengl calls for a set of lines associated with a number of seed points. | query |
6723238bbfe4458ff6522b61665748917fc206e0 | JohnGLFour/android_device_samsung_msm8974-common | sensors/multihal.cpp | sensors_poll_context_t::get_v0_device_by_handle | [
{
"param": "global_handle",
"type": "int"
}
] | C++ | 126 | 5130 | sensors_poll_context_t::get_v0_device_by_handle|global_handle:int|loc:7,cf:1,nest:1,calls:2|multihal.cpp/sensors|616f960f | JohnGLFour/android_device_samsung_msm8974-common/sensors/multihal.cpp/sensors_poll_context_t::get_v0_device_by_handle(global_handle) | returns the device pointer, or null if the global handle is invalid. | query |
a56ddcefd93d52c9bf9269534eb76b93ae8cde37 | marksteward/BeatSaber-Quest-Codegen | src/main_2300.cpp | GlobalNamespace::EnvironmentSizeData::_set__ceilingType | [
{
"param": "value",
"type": "GlobalNamespace::EnvironmentSizeData::CeilingType"
}
] | C++ | 127 | 1240 | GlobalNamespace::EnvironmentSizeData::_set__ceilingType|value:GlobalNamespace::EnvironmentSizeData::CeilingType|loc:6,cf:0,nest:0,calls:6|main_2300.cpp/src|945ac39e | marksteward/BeatSaber-Quest-Codegen/src/main_2300.cpp/GlobalNamespace::EnvironmentSizeData::_set__ceilingType(value) | autogenerated instance field setter set instance field: private environmentsizedata/ceilingtype _ceilingtype | query |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 45