Home
last modified time | relevance | path

Searched +defs:make +defs:hash +defs:table (Results 1 – 14 of 14) sorted by relevance

/dports/textproc/jade/jade-1.2.1/groveoa/
H A DGroveNode.cxx59 static unsigned long hash(const GROVE_NAMESPACE::Node &nd) { in hash() function in CNodeBase
706 NodeTablePtr table; member
709 HRESULT CNodeBase::make(const NodePtr &nd, const NodeTablePtr &table, Node **retval) in make() function in CNodeBase
807 HRESULT CNodeList::make(const NodeListPtr &nl, const NodeTablePtr &table, NodeList **retval) in make() function in CNodeList
878 HRESULT CChunkNodeList::make(const NodeListPtr &nl, const NodeTablePtr &table, NodeList **retval) in make() function in CChunkNodeList
1042 HRESULT CNamedNodeList::make(const NamedNodeListPtr &nnl, in make() function in CNamedNodeList
1043 const NodeTablePtr &table, in make()
1058 HRESULT CEnumNodeList::make(const NodeListPtr &nl, const NodeTablePtr &table, in make() function in CEnumNodeList
1139 HRESULT CEnumChunkNodeList::make(const NodeListPtr &nl, const NodeTablePtr &table, in make() function in CEnumChunkNodeList
1220 HRESULT CStoragePos::make(const SP_NAMESPACE::ExternalInfo *info, in make() function in CStoragePos
[all …]
/dports/textproc/openjade/openjade-1.3.3-pre1/groveoa/
H A DGroveNode.cxx80 static unsigned long hash(const GROVE_NAMESPACE::Node &nd) { in hash() function in CNodeBase
868 NodeTablePtr table; member
871 HRESULT CNodeBase::make(const NodePtr &nd, const NodeTablePtr &table, Node **retval) in make() function in CNodeBase
1036 HRESULT CNodeList::make(const NodeListPtr &nl, const NodeTablePtr &table, NodeList **retval) in make() function in CNodeList
1107 HRESULT CChunkNodeList::make(const NodeListPtr &nl, const NodeTablePtr &table, NodeList **retval) in make() function in CChunkNodeList
1273 HRESULT CNamedNodeList::make(const NamedNodeListPtr &nnl, in make() function in CNamedNodeList
1274 const NodeTablePtr &table, in make()
1289 HRESULT CEnumNodeList::make(const NodeListPtr &nl, const NodeTablePtr &table, in make() function in CEnumNodeList
1370 HRESULT CEnumChunkNodeList::make(const NodeListPtr &nl, const NodeTablePtr &table, in make() function in CEnumChunkNodeList
1451 HRESULT CStoragePos::make(const SP_NAMESPACE::ExternalInfo *info, in make() function in CStoragePos
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dc-api.cc136 const i::wasm::WasmTable& table = module->tables[index]; in GetImportExportType() local
217 auto Config::make() -> own<Config> { in make() function in wasm::Config
297 int32_t hash = object->GetOrCreateHash(i_isolate()).value(); in SetHostInfo() local
317 auto Store::make(Engine*) -> own<Store> { in make() function in wasm::Store
382 own<ValType> ValType::make(ValKind k) { in make() function in wasm::ValType
592 auto ExternType::table() -> TableType* { in table() function in wasm::ExternType
598 auto ExternType::table() const -> const TableType* { in table() function in wasm::ExternType
1145 auto Extern::table() -> Table* { in table() function in wasm::Extern
1161 auto Extern::table() const -> const Table* { in table() function in wasm::Extern
2931 WASM_DEFINE_REF(table, wasm::Table) in WASM_DEFINE_REF() argument
[all …]
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dc-api.cc153 const i::wasm::WasmTable& table = module->tables[index]; in GetImportExportType() local
230 auto Config::make() -> own<Config> { in make() function in wasm::Config
454 int32_t hash = object->GetOrCreateHash(i_isolate()).value(); in SetHostInfo() local
474 auto Store::make(Engine*) -> own<Store> { in make() function in wasm::Store
545 own<ValType> ValType::make(ValKind k) { in make() function in wasm::ValType
750 auto ExternType::table() -> TableType* { in table() function in wasm::ExternType
756 auto ExternType::table() const -> const TableType* { in table() function in wasm::ExternType
1302 auto Extern::table() -> Table* { in table() function in wasm::Extern
1318 auto Extern::table() const -> const Table* { in table() function in wasm::Extern
3092 WASM_DEFINE_REF(table, wasm::Table) in WASM_DEFINE_REF() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dc-api.cc145 const i::wasm::WasmTable& table = module->tables[index]; in GetImportExportType() local
223 auto Config::make() -> own<Config> { in make() function in wasm::Config
303 int32_t hash = object->GetOrCreateHash(i_isolate()).value(); in SetHostInfo() local
323 auto Store::make(Engine*) -> own<Store> { in make() function in wasm::Store
388 own<ValType> ValType::make(ValKind k) { in make() function in wasm::ValType
596 auto ExternType::table() -> TableType* { in table() function in wasm::ExternType
602 auto ExternType::table() const -> const TableType* { in table() function in wasm::ExternType
1145 auto Extern::table() -> Table* { in table() function in wasm::Extern
1161 auto Extern::table() const -> const Table* { in table() function in wasm::Extern
2949 WASM_DEFINE_REF(table, wasm::Table) in WASM_DEFINE_REF() argument
[all …]
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_concurrent_hash_map.cpp63 size_t hash( UserDefinedKeyType ) const {return 0;} in hash() function
98 static MyKey make( int i ) { in make() function in MyKey
138 static MyData make( int i ) { in make() function in MyData
188 unsigned long hash( const MyKey& k ) const { in hash() function in MyHashCompare
198 unsigned long hash( const MyKey& ) const { in hash() function in YourHashCompare
390 YourTable& table; member
531 MyTable table(a); in TestInsertFindErase() local
654 MyTable table; in TestConcurrency() local
1375 size_t hash( const T& k ) const { in hash() function
1674 DataStateTrackedTable table; in TestMain() local
[all …]
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_concurrent_hash_map.cpp63 size_t hash( UserDefinedKeyType ) const {return 0;} in hash() function
98 static MyKey make( int i ) { in make() function in MyKey
138 static MyData make( int i ) { in make() function in MyData
188 unsigned long hash( const MyKey& k ) const { in hash() function in MyHashCompare
198 unsigned long hash( const MyKey& ) const { in hash() function in YourHashCompare
390 YourTable& table; member
531 MyTable table(a); in TestInsertFindErase() local
654 MyTable table; in TestConcurrency() local
1375 size_t hash( const T& k ) const { in hash() function
1674 DataStateTrackedTable table; in TestMain() local
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_concurrent_hash_map.cpp63 size_t hash( UserDefinedKeyType ) const {return 0;} in hash() function
98 static MyKey make( int i ) { in make() function in MyKey
138 static MyData make( int i ) { in make() function in MyData
188 unsigned long hash( const MyKey& k ) const { in hash() function in MyHashCompare
198 unsigned long hash( const MyKey& ) const { in hash() function in YourHashCompare
390 YourTable& table; member
531 MyTable table(a); in TestInsertFindErase() local
654 MyTable table; in TestConcurrency() local
1375 size_t hash( const T& k ) const { in hash() function
1674 DataStateTrackedTable table; in TestMain() local
[all …]
/dports/devel/onetbb/oneTBB-2021.4.0/test/conformance/
H A Dconformance_concurrent_hash_map.cpp53 static MyKey make( int i ) { in make() function in MyKey
99 static MyData make( int i ) { in make() function in MyData
163 std::size_t hash( const MyKey& k ) const { in hash() function in MyHashCompare
174 std::size_t hash( const MyKey& ) const { in hash() function in YourHashCompare
573 size_t hash( const T& k ) const { in hash() function
647 TableOperation( test_table_type& table ) : my_table(table) {} in TableOperation()
833 YourTable& table; member
916 test_table_type table(alloc); in TestInsertFindErase() local
1032 test_table_type table; in TestConcurrency() local
1286 DataStateTrackedTable table; variable
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_hir/src/
H A Ddefinitions.rs83 let hash = self.def_path_hashes[index]; in def_path_hash() localVariable
102 table: DefPathTable, field
202 pub fn make<FN>(krate: CrateNum, start_index: DefIndex, mut get_key: FN) -> DefPath in make() method
346 let mut table = DefPathTable::default(); in new() localVariable
/dports/graphics/qgis/qgis-3.22.3/i18n/
H A Dqgis_fr.ts121975 <source>Click to toggle table editing</source> property
121976 <translation>Cliquez pour basculer en mode d’édition de la table</translation> property
122156 <source>table info on %1 failed</source> property
122157 <translation>erreur de l&apos;information de la table pour %1</translation> property
122554 <source>You must select a table in order to add a Layer.</source> property
122598 <source>Failure getting table metadata. Is %1 really a SpatiaLite database? property
125062 <translation>Éditeur de table</translation> property
127406 <source>Can not make &apos;%1&apos; user writable</source> property
128590 <translation>Jointure de table éditable</translation> property
135575 <source>Vector table</source> property
[all …]
/dports/devel/kdev-php/kdev-php-21.12.3/
H A Dphpfunctions.php3189 public function hash(){} function in CairoFontOptions
9826 public function hash(); function
44150 function hash($algo, $data, $raw_output){} function
58877 function mhash($hash, $data, $key){}
58898 function mhash_get_block_size($hash){}
58910 function mhash_get_hash_name($hash){}
72526 function password_get_info($hash){}
72615 function password_verify($password, $hash){}
134970 public $table; variable in mysql_xdevapi\\FieldMetadata
136979 public function make($name){} function in parallel\\Channel
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/bjeavons/zxcvbn-php/src/Matchers/
H A Dranked_frequency_lists.json1 …n":8,"margaret":9,"dorothy":10,"lisa":11,"nancy":12,"karen":13,"betty":14,"helen":15,"sandra":16,"…
/dports/x11-toolkits/gtk40/gtk-4.4.1/docs/reference/gtk/gtk4/
H A Dindex.json1 …type":"alias","name":"Allocation","ctype":"GtkAllocation","summary":"The rectangle representing th… array