Home
last modified time | relevance | path

Searched defs:extract (Results 26 – 50 of 6019) sorted by relevance

12345678910>>...241

/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/unordered/detail/
H A Dextract_key.hpp54 static key_type const& extract(key_type const& v) in extract() function
59 static no_key extract() in extract() function
65 static no_key extract(Arg const&) in extract() function
72 static no_key extract(Arg1 const&, Arg2 const&, Args const&...) in extract() function
78 static no_key extract(Arg1 const&, Arg2 const&) in extract() function
91 static key_type const& extract(value_type const& v) in extract() function
103 static key_type const& extract( in extract() function
115 static no_key extract() in extract() function
121 static no_key extract(Arg const&) in extract() function
127 static no_key extract(Arg1 const&, Arg2 const&) in extract() function
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/unordered/detail/
H A Dextract_key.hpp54 static key_type const& extract(key_type const& v) in extract() function
59 static no_key extract() in extract() function
65 static no_key extract(Arg const&) in extract() function
72 static no_key extract(Arg1 const&, Arg2 const&, Args const&...) in extract() function
78 static no_key extract(Arg1 const&, Arg2 const&) in extract() function
91 static key_type const& extract(value_type const& v) in extract() function
103 static key_type const& extract( in extract() function
115 static no_key extract() in extract() function
121 static no_key extract(Arg const&) in extract() function
127 static no_key extract(Arg1 const&, Arg2 const&) in extract() function
[all …]
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/src/
H A Delixir_interpolation.erl10 extract(Line, Column, Scope, Interpol, String, Last) -> function
18 extract([], Buffer, Output, Line, Column, Scope, _Interpol, _Last) -> function
21 extract([Last | Rest], Buffer, Output, Line, Column, Scope, _Interpol, Last) -> function
29 extract([$\\, $\n | Rest], Buffer, Output, Line, _Column, Scope, Interpol, Last) -> function
32 extract([$\n | Rest], Buffer, Output, Line, _Column, Scope, Interpol, Last) -> function
35 extract([$\\, Last | Rest], Buffer, Output, Line, Column, Scope, Interpol, Last) -> function
41 extract([$\\, $#, ${ | Rest], Buffer, Output, Line, Column, Scope, true, Last) -> function
44 extract([$#, ${ | Rest], Buffer, Output, Line, Column, Scope, true, Last) -> function
61 extract([$\\ | Rest], Buffer, Output, Line, Column, Scope, Interpol, Last) -> function
66 extract([Char1, Char2 | Rest], Buffer, Output, Line, Column, Scope, Interpol, Last) function
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/
H A Dfield_parser.cpp39 FieldParser::FieldState FieldParser::extract(BSONObj doc, in extract() function in mongo::FieldParser
46 FieldParser::FieldState FieldParser::extract(BSONElement elem, in extract() function in mongo::FieldParser
68 FieldParser::FieldState FieldParser::extract(BSONObj doc, in extract() function in mongo::FieldParser
98 FieldParser::FieldState FieldParser::extract(BSONObj doc, in extract() function in mongo::FieldParser
128 FieldParser::FieldState FieldParser::extract(BSONObj doc, in extract() function in mongo::FieldParser
158 FieldParser::FieldState FieldParser::extract(BSONObj doc, in extract() function in mongo::FieldParser
188 FieldParser::FieldState FieldParser::extract(BSONObj doc, in extract() function in mongo::FieldParser
218 FieldParser::FieldState FieldParser::extract(BSONObj doc, in extract() function in mongo::FieldParser
248 FieldParser::FieldState FieldParser::extract(BSONObj doc, in extract() function in mongo::FieldParser
306 FieldParser::FieldState FieldParser::extract(BSONObj doc, in extract() function in mongo::FieldParser
[all …]
H A Dfield_parser-inl.h58 FieldParser::FieldState FieldParser::extract(BSONObj doc, in extract() function
85 FieldParser::FieldState FieldParser::extract(BSONObj doc, in extract() function
117 FieldParser::FieldState FieldParser::extract(BSONObj doc, in extract() function
152 FieldParser::FieldState FieldParser::extract(BSONObj doc, in extract() function
160 FieldParser::FieldState FieldParser::extract(BSONElement elem, in extract() function
209 FieldParser::FieldState FieldParser::extract(BSONObj doc, in extract() function
224 FieldParser::FieldState FieldParser::extract(BSONElement elem, in extract() function
263 FieldParser::FieldState FieldParser::extract(BSONObj doc, in extract() function
314 FieldParser::FieldState FieldParser::extract(BSONObj doc, in extract() function
322 FieldParser::FieldState FieldParser::extract(BSONElement elem, in extract() function
/dports/lang/elixir/elixir-1.12.3/lib/elixir/src/
H A Delixir_interpolation.erl12 extract(Line, Column, Raw, Interpol, String, Last) -> function
19 extract(Line, Column, _Scope, _Interpol, [], _Buffer, _Output, Last) -> function
22 extract(Line, Column, _Scope, _Interpol, [Last | Rest], Buffer, Output, Last) -> function
27 extract(Line, _Column, Scope, Interpol, [$\\, $\r, $\n | Rest], Buffer, Output, Last) -> function
30 extract(Line, _Column, Scope, Interpol, [$\\, $\n | Rest], Buffer, Output, Last) -> function
33 extract(Line, _Column, Scope, Interpol, [$\n | Rest], Buffer, Output, Last) -> function
36 extract(Line, Column, Scope, Interpol, [$\\, Last | Rest], Buffer, Output, Last) -> function
39 extract(Line, Column, Scope, true, [$\\, $#, ${ | Rest], Buffer, Output, Last) -> function
42 extract(Line, Column, Scope, true, [$#, ${ | Rest], Buffer, Output, Last) -> function
54 extract(Line, Column, Scope, Interpol, [$\\, Char | Rest], Buffer, Output, Last) -> function
[all …]
/dports/sysutils/tarsnap/tarsnap-autoconf-1.0.39/libarchive/
H A Darchive_read_extract.c47 struct extract { struct
50 /* Progress function invoked during extract. */ argument
51 void (*extract_progress)(void *); argument
52 void *extract_progress_user_data; argument
88 struct extract *extract; in archive_read_extract() local
133 struct extract *extract = get_extract(a); in archive_read_extract_set_progress_callback() local
145 struct extract *extract; in copy_data() local
/dports/cad/netgen/netgen-6.2.2105/libsrc/general/
H A Dngpython.hpp36 struct extract struct
38 py::handle obj;
39 extract( py::handle aobj ) : obj(aobj) {} in extract() argument
41 bool check() { return CheckCast<T>(obj); } in check()
42 T operator()() { return obj.cast<T>(); } in operator ()()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/filter/testing/
H A DUnitTestExtractStructuredFilter.cxx32 vtkm::filter::ExtractStructured extract; in TestUniform2D() local
66 vtkm::filter::ExtractStructured extract; in TestUniform3D0() local
102 vtkm::filter::ExtractStructured extract; in TestUniform3D1() local
139 vtkm::filter::ExtractStructured extract; in TestUniform3D2() local
176 vtkm::filter::ExtractStructured extract; in TestUniform3D3() local
214 vtkm::filter::ExtractStructured extract; in TestUniform3D4() local
252 vtkm::filter::ExtractStructured extract; in TestUniform3D5() local
290 vtkm::filter::ExtractStructured extract; in TestUniform3D6() local
328 vtkm::filter::ExtractStructured extract; in TestUniform3D7() local
364 vtkm::filter::ExtractStructured extract; in TestUniform3D8() local
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/filter/testing/
H A DUnitTestExtractStructuredFilter.cxx42 vtkm::filter::ExtractStructured extract; in TestUniform2D() local
79 vtkm::filter::ExtractStructured extract; in TestUniform3D0() local
118 vtkm::filter::ExtractStructured extract; in TestUniform3D1() local
158 vtkm::filter::ExtractStructured extract; in TestUniform3D2() local
197 vtkm::filter::ExtractStructured extract; in TestUniform3D3() local
238 vtkm::filter::ExtractStructured extract; in TestUniform3D4() local
279 vtkm::filter::ExtractStructured extract; in TestUniform3D5() local
319 vtkm::filter::ExtractStructured extract; in TestUniform3D6() local
359 vtkm::filter::ExtractStructured extract; in TestUniform3D7() local
397 vtkm::filter::ExtractStructured extract; in TestUniform3D8() local
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/lens-family-core-2.1.0/src/Lens/Family/
H A DIdentical.hs12 extract (Identity x) = x function
15 extract (Backwards x) = extract x function
18 extract (Compose x) = extract (extract x) function
/dports/devel/boost-docs/boost_1_72_0/boost/type_erasure/detail/
H A Dstorage.hpp52 T extract(T arg) { return std::forward<T>(arg); } in extract() function
57 T extract(T arg) { return arg; } in extract() function
62 T extract(storage& arg) in extract() function
68 T extract(const storage& arg) in extract() function
76 T extract(storage&& arg) in extract() function
/dports/devel/boost-python-libs/boost_1_72_0/boost/type_erasure/detail/
H A Dstorage.hpp52 T extract(T arg) { return std::forward<T>(arg); } in extract() function
57 T extract(T arg) { return arg; } in extract() function
62 T extract(storage& arg) in extract() function
68 T extract(const storage& arg) in extract() function
76 T extract(storage&& arg) in extract() function
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/type_erasure/detail/
H A Dstorage.hpp53 T extract(T arg) { return std::forward<T>(arg); } in extract() function
58 T extract(T arg) { return arg; } in extract() function
63 T extract(storage& arg) in extract() function
69 T extract(const storage& arg) in extract() function
77 T extract(storage&& arg) in extract() function
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/type_erasure/detail/
H A Dstorage.hpp52 T extract(T arg) { return std::forward<T>(arg); } in extract() function
57 T extract(T arg) { return arg; } in extract() function
62 T extract(storage& arg) in extract() function
68 T extract(const storage& arg) in extract() function
76 T extract(storage&& arg) in extract() function
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/type_erasure/detail/
H A Dstorage.hpp52 T extract(T arg) { return std::forward<T>(arg); } in extract() function
57 T extract(T arg) { return arg; } in extract() function
62 T extract(storage& arg) in extract() function
68 T extract(const storage& arg) in extract() function
76 T extract(storage&& arg) in extract() function
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/type_erasure/detail/
H A Dstorage.hpp53 T extract(T arg) { return std::forward<T>(arg); } in extract() function
58 T extract(T arg) { return arg; } in extract() function
63 T extract(storage& arg) in extract() function
69 T extract(const storage& arg) in extract() function
77 T extract(storage&& arg) in extract() function
/dports/databases/xtrabackup/boost_1_59_0/boost/type_erasure/detail/
H A Dstorage.hpp53 T extract(T arg) { return std::forward<T>(arg); } in extract() function
58 T extract(T arg) { return arg; } in extract() function
63 T extract(storage& arg) in extract() function
69 T extract(const storage& arg) in extract() function
77 T extract(storage&& arg) in extract() function
/dports/databases/percona57-server/boost_1_59_0/boost/type_erasure/detail/
H A Dstorage.hpp53 T extract(T arg) { return std::forward<T>(arg); } in extract() function
58 T extract(T arg) { return arg; } in extract() function
63 T extract(storage& arg) in extract() function
69 T extract(const storage& arg) in extract() function
77 T extract(storage&& arg) in extract() function
/dports/databases/percona57-client/boost_1_59_0/boost/type_erasure/detail/
H A Dstorage.hpp53 T extract(T arg) { return std::forward<T>(arg); } in extract() function
58 T extract(T arg) { return arg; } in extract() function
63 T extract(storage& arg) in extract() function
69 T extract(const storage& arg) in extract() function
77 T extract(storage&& arg) in extract() function
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/type_erasure/detail/
H A Dstorage.hpp53 T extract(T arg) { return std::forward<T>(arg); } in extract() function
58 T extract(T arg) { return arg; } in extract() function
63 T extract(storage& arg) in extract() function
69 T extract(const storage& arg) in extract() function
77 T extract(storage&& arg) in extract() function
/dports/devel/boost-libs/boost_1_72_0/boost/type_erasure/detail/
H A Dstorage.hpp52 T extract(T arg) { return std::forward<T>(arg); } in extract() function
57 T extract(T arg) { return arg; } in extract() function
62 T extract(storage& arg) in extract() function
68 T extract(const storage& arg) in extract() function
76 T extract(storage&& arg) in extract() function
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/type_erasure/detail/
H A Dstorage.hpp53 T extract(T arg) { return std::forward<T>(arg); } in extract() function
58 T extract(T arg) { return arg; } in extract() function
63 T extract(storage& arg) in extract() function
69 T extract(const storage& arg) in extract() function
77 T extract(storage&& arg) in extract() function
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/type_erasure/detail/
H A Dstorage.hpp52 T extract(T arg) { return std::forward<T>(arg); } in extract() function
57 T extract(T arg) { return arg; } in extract() function
62 T extract(storage& arg) in extract() function
68 T extract(const storage& arg) in extract() function
76 T extract(storage&& arg) in extract() function
/dports/devel/hyperscan/boost_1_75_0/boost/type_erasure/detail/
H A Dstorage.hpp52 T extract(T arg) { return std::forward<T>(arg); } in extract() function
57 T extract(T arg) { return arg; } in extract() function
62 T extract(storage& arg) in extract() function
68 T extract(const storage& arg) in extract() function
76 T extract(storage&& arg) in extract() function

12345678910>>...241