Home
last modified time | relevance | path

Searched defs:ltype (Results 1 – 25 of 1295) sorted by relevance

12345678910>>...52

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Derl_pp.erl329 ltype(T) -> function
345 ltype({type,_Line,list,[T]}, _) -> function
349 ltype({type,Line,nil,[]}, _) -> function
351 ltype({type,Line,map,any}, _) -> function
357 ltype({type,Line,tuple,any}, _) -> function
359 ltype({type,_Line,tuple,Ts}, _) -> function
372 ltype({type,_Line,'fun',[]}, _) -> function
378 ltype({type,Line,T,Ts}, _) -> function
380 ltype({user_type,Line,T,Ts}, _) -> function
384 ltype({atom,_,T}, _) -> function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Derl_pp.erl321 ltype(T) -> function
337 ltype({type,_Line,list,[T]}, _) -> function
341 ltype({type,Line,nil,[]}, _) -> function
343 ltype({type,Line,map,any}, _) -> function
349 ltype({type,Line,tuple,any}, _) -> function
351 ltype({type,_Line,tuple,Ts}, _) -> function
364 ltype({type,_Line,'fun',[]}, _) -> function
370 ltype({type,Line,T,Ts}, _) -> function
372 ltype({user_type,Line,T,Ts}, _) -> function
376 ltype({atom,_,T}, _) -> function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Derl_pp.erl299 ltype(T) -> function
313 ltype({type,_Line,list,[T]}, _) -> function
317 ltype({type,Line,nil,[]}, _) -> function
319 ltype({type,Line,map,any}, _) -> function
325 ltype({type,Line,tuple,any}, _) -> function
327 ltype({type,_Line,tuple,Ts}, _) -> function
340 ltype({type,_Line,'fun',[]}, _) -> function
346 ltype({type,Line,T,Ts}, _) -> function
348 ltype({user_type,Line,T,Ts}, _) -> function
352 ltype({atom,_,T}, _) -> function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_pp.erl329 ltype(T) -> function
345 ltype({type,_Anno,list,[T]}, _) -> function
349 ltype({type,Anno,nil,[]}, _) -> function
351 ltype({type,Anno,map,any}, _) -> function
357 ltype({type,Anno,tuple,any}, _) -> function
359 ltype({type,_Anno,tuple,Ts}, _) -> function
372 ltype({type,_Anno,'fun',[]}, _) -> function
378 ltype({type,Anno,T,Ts}, _) -> function
380 ltype({user_type,Anno,T,Ts}, _) -> function
384 ltype({atom,_,T}, _) -> function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_pp.erl329 ltype(T) -> function
345 ltype({type,_Anno,list,[T]}, _) -> function
349 ltype({type,Anno,nil,[]}, _) -> function
351 ltype({type,Anno,map,any}, _) -> function
357 ltype({type,Anno,tuple,any}, _) -> function
359 ltype({type,_Anno,tuple,Ts}, _) -> function
372 ltype({type,_Anno,'fun',[]}, _) -> function
378 ltype({type,Anno,T,Ts}, _) -> function
380 ltype({user_type,Anno,T,Ts}, _) -> function
384 ltype({atom,_,T}, _) -> function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_pp.erl329 ltype(T) -> function
345 ltype({type,_Anno,list,[T]}, _) -> function
349 ltype({type,Anno,nil,[]}, _) -> function
351 ltype({type,Anno,map,any}, _) -> function
357 ltype({type,Anno,tuple,any}, _) -> function
359 ltype({type,_Anno,tuple,Ts}, _) -> function
372 ltype({type,_Anno,'fun',[]}, _) -> function
378 ltype({type,Anno,T,Ts}, _) -> function
380 ltype({user_type,Anno,T,Ts}, _) -> function
384 ltype({atom,_,T}, _) -> function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_pp.erl329 ltype(T) -> function
345 ltype({type,_Anno,list,[T]}, _) -> function
349 ltype({type,Anno,nil,[]}, _) -> function
351 ltype({type,Anno,map,any}, _) -> function
357 ltype({type,Anno,tuple,any}, _) -> function
359 ltype({type,_Anno,tuple,Ts}, _) -> function
372 ltype({type,_Anno,'fun',[]}, _) -> function
378 ltype({type,Anno,T,Ts}, _) -> function
380 ltype({user_type,Anno,T,Ts}, _) -> function
384 ltype({atom,_,T}, _) -> function
[all …]
/dports/net/samba412/samba-4.12.15/lib/tdb/common/
H A Dlock.c336 int tdb_nest_lock(struct tdb_context *tdb, uint32_t offset, int ltype, in tdb_nest_lock()
442 int ltype) in tdb_lock_covered_by_allrecord_lock()
467 static int tdb_lock_list(struct tdb_context *tdb, int list, int ltype, in tdb_lock_list()
496 int tdb_lock(struct tdb_context *tdb, int list, int ltype) in tdb_lock()
515 int tdb_nest_unlock(struct tdb_context *tdb, uint32_t offset, int ltype, in tdb_nest_unlock()
570 _PUBLIC_ int tdb_unlock(struct tdb_context *tdb, int list, int ltype) in tdb_unlock()
583 int tdb_transaction_lock(struct tdb_context *tdb, int ltype, in tdb_transaction_lock()
592 int tdb_transaction_unlock(struct tdb_context *tdb, int ltype) in tdb_transaction_unlock()
598 static int tdb_allrecord_check(struct tdb_context *tdb, int ltype, in tdb_allrecord_check()
636 int ltype, enum tdb_lock_flags flags, in tdb_chainlock_gradual()
[all …]
/dports/databases/tdb/tdb-1.4.3/common/
H A Dlock.c336 int tdb_nest_lock(struct tdb_context *tdb, uint32_t offset, int ltype, in tdb_nest_lock()
442 int ltype) in tdb_lock_covered_by_allrecord_lock()
467 static int tdb_lock_list(struct tdb_context *tdb, int list, int ltype, in tdb_lock_list()
496 int tdb_lock(struct tdb_context *tdb, int list, int ltype) in tdb_lock()
515 int tdb_nest_unlock(struct tdb_context *tdb, uint32_t offset, int ltype, in tdb_nest_unlock()
570 _PUBLIC_ int tdb_unlock(struct tdb_context *tdb, int list, int ltype) in tdb_unlock()
583 int tdb_transaction_lock(struct tdb_context *tdb, int ltype, in tdb_transaction_lock()
592 int tdb_transaction_unlock(struct tdb_context *tdb, int ltype) in tdb_transaction_unlock()
598 static int tdb_allrecord_check(struct tdb_context *tdb, int ltype, in tdb_allrecord_check()
636 int ltype, enum tdb_lock_flags flags, in tdb_chainlock_gradual()
[all …]
/dports/databases/ldb20/ldb-2.0.10/lib/tdb/common/
H A Dlock.c336 int tdb_nest_lock(struct tdb_context *tdb, uint32_t offset, int ltype, in tdb_nest_lock()
442 int ltype) in tdb_lock_covered_by_allrecord_lock()
467 static int tdb_lock_list(struct tdb_context *tdb, int list, int ltype, in tdb_lock_list()
496 int tdb_lock(struct tdb_context *tdb, int list, int ltype) in tdb_lock()
515 int tdb_nest_unlock(struct tdb_context *tdb, uint32_t offset, int ltype, in tdb_nest_unlock()
570 _PUBLIC_ int tdb_unlock(struct tdb_context *tdb, int list, int ltype) in tdb_unlock()
583 int tdb_transaction_lock(struct tdb_context *tdb, int ltype, in tdb_transaction_lock()
592 int tdb_transaction_unlock(struct tdb_context *tdb, int ltype) in tdb_transaction_unlock()
598 static int tdb_allrecord_check(struct tdb_context *tdb, int ltype, in tdb_allrecord_check()
636 int ltype, enum tdb_lock_flags flags, in tdb_chainlock_gradual()
[all …]
/dports/databases/ldb15/ldb-1.5.6/lib/tdb/common/
H A Dlock.c336 int tdb_nest_lock(struct tdb_context *tdb, uint32_t offset, int ltype, in tdb_nest_lock()
442 int ltype) in tdb_lock_covered_by_allrecord_lock()
467 static int tdb_lock_list(struct tdb_context *tdb, int list, int ltype, in tdb_lock_list()
496 int tdb_lock(struct tdb_context *tdb, int list, int ltype) in tdb_lock()
515 int tdb_nest_unlock(struct tdb_context *tdb, uint32_t offset, int ltype, in tdb_nest_unlock()
570 _PUBLIC_ int tdb_unlock(struct tdb_context *tdb, int list, int ltype) in tdb_unlock()
583 int tdb_transaction_lock(struct tdb_context *tdb, int ltype, in tdb_transaction_lock()
592 int tdb_transaction_unlock(struct tdb_context *tdb, int ltype) in tdb_transaction_unlock()
598 static int tdb_allrecord_check(struct tdb_context *tdb, int ltype, in tdb_allrecord_check()
636 int ltype, enum tdb_lock_flags flags, in tdb_chainlock_gradual()
[all …]
/dports/databases/ldb21/ldb-2.1.5/lib/tdb/common/
H A Dlock.c336 int tdb_nest_lock(struct tdb_context *tdb, uint32_t offset, int ltype, in tdb_nest_lock()
442 int ltype) in tdb_lock_covered_by_allrecord_lock()
467 static int tdb_lock_list(struct tdb_context *tdb, int list, int ltype, in tdb_lock_list()
496 int tdb_lock(struct tdb_context *tdb, int list, int ltype) in tdb_lock()
515 int tdb_nest_unlock(struct tdb_context *tdb, uint32_t offset, int ltype, in tdb_nest_unlock()
570 _PUBLIC_ int tdb_unlock(struct tdb_context *tdb, int list, int ltype) in tdb_unlock()
583 int tdb_transaction_lock(struct tdb_context *tdb, int ltype, in tdb_transaction_lock()
592 int tdb_transaction_unlock(struct tdb_context *tdb, int ltype) in tdb_transaction_unlock()
598 static int tdb_allrecord_check(struct tdb_context *tdb, int ltype, in tdb_allrecord_check()
636 int ltype, enum tdb_lock_flags flags, in tdb_chainlock_gradual()
[all …]
/dports/databases/ldb22/ldb-2.2.1/lib/tdb/common/
H A Dlock.c336 int tdb_nest_lock(struct tdb_context *tdb, uint32_t offset, int ltype, in tdb_nest_lock()
442 int ltype) in tdb_lock_covered_by_allrecord_lock()
467 static int tdb_lock_list(struct tdb_context *tdb, int list, int ltype, in tdb_lock_list()
496 int tdb_lock(struct tdb_context *tdb, int list, int ltype) in tdb_lock()
515 int tdb_nest_unlock(struct tdb_context *tdb, uint32_t offset, int ltype, in tdb_nest_unlock()
570 _PUBLIC_ int tdb_unlock(struct tdb_context *tdb, int list, int ltype) in tdb_unlock()
583 int tdb_transaction_lock(struct tdb_context *tdb, int ltype, in tdb_transaction_lock()
592 int tdb_transaction_unlock(struct tdb_context *tdb, int ltype) in tdb_transaction_unlock()
598 static int tdb_allrecord_check(struct tdb_context *tdb, int ltype, in tdb_allrecord_check()
636 int ltype, enum tdb_lock_flags flags, in tdb_chainlock_gradual()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/polygon/detail/
H A Dpolygon_set_view.hpp94 typedef geometry_type_1 ltype; in execute_boolean_op() typedef
165 begin(const polygon_set_view<ltype, rtype, op_type>& polygon_set) { in begin()
171 end(const polygon_set_view<ltype, rtype, op_type>& polygon_set) { in end()
176 clean(const polygon_set_view<ltype, rtype, op_type>& ) { in clean()
180 sort(const polygon_set_view<ltype, rtype, op_type>& ) { in sort()
206 …polygon_set_data<coordinate_type>::polygon_set_data(const polygon_set_view<ltype, rtype, op_type>&… in polygon_set_data()
/dports/devel/R-cran-BH/BH/inst/include/boost/polygon/detail/
H A Dpolygon_set_view.hpp94 typedef geometry_type_1 ltype; in execute_boolean_op() typedef
165 begin(const polygon_set_view<ltype, rtype, op_type>& polygon_set) { in begin()
171 end(const polygon_set_view<ltype, rtype, op_type>& polygon_set) { in end()
176 clean(const polygon_set_view<ltype, rtype, op_type>& ) { in clean()
180 sort(const polygon_set_view<ltype, rtype, op_type>& ) { in sort()
206 …polygon_set_data<coordinate_type>::polygon_set_data(const polygon_set_view<ltype, rtype, op_type>&… in polygon_set_data()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/polygon/detail/
H A Dpolygon_set_view.hpp94 typedef geometry_type_1 ltype; in execute_boolean_op() typedef
164 begin(const polygon_set_view<ltype, rtype, op_type>& polygon_set) { in begin()
170 end(const polygon_set_view<ltype, rtype, op_type>& polygon_set) { in end()
175 clean(const polygon_set_view<ltype, rtype, op_type>& ) { in clean()
179 sort(const polygon_set_view<ltype, rtype, op_type>& ) { in sort()
205 …polygon_set_data<coordinate_type>::polygon_set_data(const polygon_set_view<ltype, rtype, op_type>&… in polygon_set_data()
/dports/databases/percona57-server/boost_1_59_0/boost/polygon/detail/
H A Dpolygon_set_view.hpp94 typedef geometry_type_1 ltype; in execute_boolean_op() typedef
165 begin(const polygon_set_view<ltype, rtype, op_type>& polygon_set) { in begin()
171 end(const polygon_set_view<ltype, rtype, op_type>& polygon_set) { in end()
176 clean(const polygon_set_view<ltype, rtype, op_type>& ) { in clean()
180 sort(const polygon_set_view<ltype, rtype, op_type>& ) { in sort()
206 …polygon_set_data<coordinate_type>::polygon_set_data(const polygon_set_view<ltype, rtype, op_type>&… in polygon_set_data()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/polygon/detail/
H A Dpolygon_set_view.hpp94 typedef geometry_type_1 ltype; in execute_boolean_op() typedef
165 begin(const polygon_set_view<ltype, rtype, op_type>& polygon_set) { in begin()
171 end(const polygon_set_view<ltype, rtype, op_type>& polygon_set) { in end()
176 clean(const polygon_set_view<ltype, rtype, op_type>& ) { in clean()
180 sort(const polygon_set_view<ltype, rtype, op_type>& ) { in sort()
206 …polygon_set_data<coordinate_type>::polygon_set_data(const polygon_set_view<ltype, rtype, op_type>&… in polygon_set_data()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/polygon/detail/
H A Dpolygon_set_view.hpp94 typedef geometry_type_1 ltype; in execute_boolean_op() typedef
165 begin(const polygon_set_view<ltype, rtype, op_type>& polygon_set) { in begin()
171 end(const polygon_set_view<ltype, rtype, op_type>& polygon_set) { in end()
176 clean(const polygon_set_view<ltype, rtype, op_type>& ) { in clean()
180 sort(const polygon_set_view<ltype, rtype, op_type>& ) { in sort()
206 …polygon_set_data<coordinate_type>::polygon_set_data(const polygon_set_view<ltype, rtype, op_type>&… in polygon_set_data()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/polygon/detail/
H A Dpolygon_set_view.hpp94 typedef geometry_type_1 ltype; in execute_boolean_op() typedef
165 begin(const polygon_set_view<ltype, rtype, op_type>& polygon_set) { in begin()
171 end(const polygon_set_view<ltype, rtype, op_type>& polygon_set) { in end()
176 clean(const polygon_set_view<ltype, rtype, op_type>& ) { in clean()
180 sort(const polygon_set_view<ltype, rtype, op_type>& ) { in sort()
206 …polygon_set_data<coordinate_type>::polygon_set_data(const polygon_set_view<ltype, rtype, op_type>&… in polygon_set_data()
/dports/databases/xtrabackup/boost_1_59_0/boost/polygon/detail/
H A Dpolygon_set_view.hpp94 typedef geometry_type_1 ltype; in execute_boolean_op() typedef
165 begin(const polygon_set_view<ltype, rtype, op_type>& polygon_set) { in begin()
171 end(const polygon_set_view<ltype, rtype, op_type>& polygon_set) { in end()
176 clean(const polygon_set_view<ltype, rtype, op_type>& ) { in clean()
180 sort(const polygon_set_view<ltype, rtype, op_type>& ) { in sort()
206 …polygon_set_data<coordinate_type>::polygon_set_data(const polygon_set_view<ltype, rtype, op_type>&… in polygon_set_data()
/dports/databases/percona57-client/boost_1_59_0/boost/polygon/detail/
H A Dpolygon_set_view.hpp94 typedef geometry_type_1 ltype; in execute_boolean_op() typedef
165 begin(const polygon_set_view<ltype, rtype, op_type>& polygon_set) { in begin()
171 end(const polygon_set_view<ltype, rtype, op_type>& polygon_set) { in end()
176 clean(const polygon_set_view<ltype, rtype, op_type>& ) { in clean()
180 sort(const polygon_set_view<ltype, rtype, op_type>& ) { in sort()
206 …polygon_set_data<coordinate_type>::polygon_set_data(const polygon_set_view<ltype, rtype, op_type>&… in polygon_set_data()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/polygon/detail/
H A Dpolygon_set_view.hpp94 typedef geometry_type_1 ltype; in execute_boolean_op() typedef
165 begin(const polygon_set_view<ltype, rtype, op_type>& polygon_set) { in begin()
171 end(const polygon_set_view<ltype, rtype, op_type>& polygon_set) { in end()
176 clean(const polygon_set_view<ltype, rtype, op_type>& ) { in clean()
180 sort(const polygon_set_view<ltype, rtype, op_type>& ) { in sort()
206 …polygon_set_data<coordinate_type>::polygon_set_data(const polygon_set_view<ltype, rtype, op_type>&… in polygon_set_data()
/dports/devel/boost-libs/boost_1_72_0/boost/polygon/detail/
H A Dpolygon_set_view.hpp94 typedef geometry_type_1 ltype; in execute_boolean_op() typedef
165 begin(const polygon_set_view<ltype, rtype, op_type>& polygon_set) { in begin()
171 end(const polygon_set_view<ltype, rtype, op_type>& polygon_set) { in end()
176 clean(const polygon_set_view<ltype, rtype, op_type>& ) { in clean()
180 sort(const polygon_set_view<ltype, rtype, op_type>& ) { in sort()
206 …polygon_set_data<coordinate_type>::polygon_set_data(const polygon_set_view<ltype, rtype, op_type>&… in polygon_set_data()
/dports/devel/boost-python-libs/boost_1_72_0/boost/polygon/detail/
H A Dpolygon_set_view.hpp94 typedef geometry_type_1 ltype; in execute_boolean_op() typedef
165 begin(const polygon_set_view<ltype, rtype, op_type>& polygon_set) { in begin()
171 end(const polygon_set_view<ltype, rtype, op_type>& polygon_set) { in end()
176 clean(const polygon_set_view<ltype, rtype, op_type>& ) { in clean()
180 sort(const polygon_set_view<ltype, rtype, op_type>& ) { in sort()
206 …polygon_set_data<coordinate_type>::polygon_set_data(const polygon_set_view<ltype, rtype, op_type>&… in polygon_set_data()

12345678910>>...52