Home
last modified time | relevance | path

Searched refs:Unwrap (Results 26 – 50 of 5256) sorted by path

12345678910>>...211

/dports/benchmarks/ali/ali-0.7.5/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go35 func (e *DLLError) Unwrap() error { return e.Err } func
/dports/biology/freebayes/freebayes-1.3.5/vcflib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1312 T Unwrap() { return ::testing::internal::move(value_); } in Unwrap() function
1336 T& Unwrap() { return *value_ptr_; } in Unwrap() function
1375 T Unwrap() { in Unwrap() function
1376 return result_.Unwrap(); in Unwrap()
1422 void Unwrap() { } in Unwrap() function
1586 return holder->Unwrap(); in InvokeWith()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Script/src/js/
H A DActorWrap.cpp87 ActorWrap *obj = ObjectWrap::Unwrap<ActorWrap>(args.This()); in id()
96 ActorWrap *obj = ObjectWrap::Unwrap<ActorWrap>(args.This()); in label()
105 ActorWrap *obj = ObjectWrap::Unwrap<ActorWrap>(args.This()); in isDone()
116 ActorWrap *obj = ObjectWrap::Unwrap<ActorWrap>(args.This()); in isReady()
H A DDebugStatusWrap.cpp99 DebugStatusWrap *obj = ObjectWrap::Unwrap<DebugStatusWrap>(args.This()); in addBreakpointToActor()
115 DebugStatusWrap *obj = ObjectWrap::Unwrap<DebugStatusWrap>(args.This()); in removeBreakpointFromActor()
131 DebugStatusWrap *obj = ObjectWrap::Unwrap<DebugStatusWrap>(args.This()); in setBreakpointEnabled()
144 DebugStatusWrap *obj = ObjectWrap::Unwrap<DebugStatusWrap>(args.This()); in getActorsWithBreakpoints()
170 DebugStatusWrap *obj = ObjectWrap::Unwrap<DebugStatusWrap>(args.This()); in setPaused()
185 DebugStatusWrap *obj = ObjectWrap::Unwrap<DebugStatusWrap>(args.This()); in isPaused()
/dports/biology/vcflib/vcflib-1.0.2/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1312 T Unwrap() { return ::testing::internal::move(value_); } in Unwrap() function
1336 T& Unwrap() { return *value_ptr_; } in Unwrap() function
1375 T Unwrap() { in Unwrap() function
1376 return result_.Unwrap(); in Unwrap()
1422 void Unwrap() { } in Unwrap() function
1586 return holder->Unwrap(); in InvokeWith()
/dports/cad/librepcb/librepcb-0.1.6/libs/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1327 T Unwrap() { return std::move(value_); } in Unwrap() function
1351 T& Unwrap() { return *value_ptr_; } in Unwrap() function
1380 T Unwrap() { in Unwrap() function
1381 return result_.Unwrap(); in Unwrap()
1427 void Unwrap() { } in Unwrap() function
1600 return holder->Unwrap(); in Invoke()
/dports/cad/librepcb/librepcb-0.1.6/libs/googletest/googletest/include/gtest/
H A Dgtest-matchers.h539 static const T& Unwrap(const T& v) { return v; } in Unwrap() function
541 static const T& Unwrap(std::reference_wrapper<T> v) { return v; } in Unwrap() function
549 return Op()(lhs, Unwrap(rhs_)); in MatchAndExplain()
553 UniversalPrint(Unwrap(rhs_), os); in DescribeTo()
557 UniversalPrint(Unwrap(rhs_), os); in DescribeNegationTo()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/docs/dox/
H A Dfilter.dox1074 Unwrap the geometry of current mesh along a clylindrical equatorial projection. The cylindrical pro…
/dports/cad/stepcode/stepcode-0.8/data/ap235/
H A DAP235_TC_engineering_properties_schema_20110222.exp11844 -- Unwrap the elementary kinds of literals
/dports/cad/stepcode/stepcode-0.8/data/wip210e3/
H A D210e3_v1_47_mim_lf.exp32714 -- Unwrap the elementary kinds of literals
/dports/cad/yosys/yosys-yosys-0.12/manual/
H A DPRESENTATION_ExAdv.tex789 Unwrap in {\tt test2}:
/dports/chinese/opencc/OpenCC-ver.1.0.5/node/
H A Dbinding.cc88 conv_data->instance = Nan::ObjectWrap::Unwrap<OpenccBinding>(info.This()); in NAN_METHOD()
133 OpenccBinding* instance = Nan::ObjectWrap::Unwrap<OpenccBinding>(info.This()); in NAN_METHOD()
/dports/comms/flmsg/flmsg-4.0.19/
H A DChangeLog380 bd5cc513: Unwrap failure
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/test/include/gtest/
H A Dgtest-matchers.h539 static const T& Unwrap(const T& v) { return v; } in Unwrap() function
541 static const T& Unwrap(std::reference_wrapper<T> v) { return v; } in Unwrap() function
549 return Op()(lhs, Unwrap(rhs_)); in MatchAndExplain()
553 UniversalPrint(Unwrap(rhs_), os); in DescribeTo()
557 UniversalPrint(Unwrap(rhs_), os); in DescribeNegationTo()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2008-08-1031579 (WebCore::highlightDOMNode): Unwrap the Node that the Inspector passed
31581 (WebCore::databaseTableNames): Unwrap the Database that the Inspector
H A DChangeLog-2010-05-2443234 (JavaInstance::invokeMethod): Unwrap returned JavaObjects that contain JS objects.
H A DChangeLog-2010-12-06103613 Unwrap a few || blocks for easier readability
/dports/databases/arrow/apache-arrow-6.0.1/csharp/src/Apache.Arrow.Flight/Client/
H A DFlightClient.cs72 .Unwrap(); in GetInfo()
110 .Unwrap(); in GetSchema()
/dports/databases/arrow/apache-arrow-6.0.1/docs/source/python/
H A Dextending.rst149 Unwrap and return the Arrow C++ :class:`Array` pointer from *obj*.
165 Unwrap and return the Arrow C++ :class:`Field` pointer from *obj*.
177 Unwrap and return the Arrow C++ :class:`Table` pointer from *obj*.
282 Unwrap the Arrow C++ :cpp:class:`Array` pointer from *obj*.
290 Unwrap the Arrow C++ :cpp:class:`Buffer` pointer from *obj*.
294 Unwrap the Arrow C++ :cpp:class:`CDataType` pointer from *obj*.
298 Unwrap the Arrow C++ :cpp:class:`Field` pointer from *obj*.
302 Unwrap the Arrow C++ :cpp:class:`Scalar` pointer from *obj*.
306 Unwrap the Arrow C++ :cpp:class:`Schema` pointer from *obj*.
310 Unwrap the Arrow C++ :cpp:class:`Table` pointer from *obj*.
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/path/
H A Dpath.go86 qs = graph.Unwrap(qs)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/
H A Dquadwriter.go58 func Unwrap(qs QuadStore) QuadStore { func
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/shape/
H A Dshape.go58 qs = graph.Unwrap(qs)
202 qs = graph.Unwrap(qs)
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/
H A DNEWS4477 * Unwrap GDBus error in generic EClient operations (Milan Crha)
/dports/databases/litestream/google-cloud-go-storage-v1.15.0/spanner/
H A Derrors.go64 func (e *TransactionOutcomeUnknownError) Unwrap() error { return e.err } func
79 func (e *Error) Unwrap() error { func
190 s = status.Convert(se.Unwrap())
H A Derrors112.go25 return xerrors.Unwrap(err)

12345678910>>...211