Home
last modified time | relevance | path

Searched defs:wrapped (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/boost/boost/thread/experimental/parallel/v2/
Dtask_region.hpp86 struct wrapped in BOOST_THREAD_INLINE_NAMESPACE() struct
88 TRH& tr; in BOOST_THREAD_INLINE_NAMESPACE()
89 F f; in BOOST_THREAD_INLINE_NAMESPACE()
90 wrapped(TRH& tr, BOOST_THREAD_RV_REF(F) f) : tr(tr), f(move(f)) in BOOST_THREAD_INLINE_NAMESPACE() argument
92 void operator()() in BOOST_THREAD_INLINE_NAMESPACE()
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs44 private readonly IDictionary<TKey, TValue> wrapped; field in Google.Protobuf.Collections.ReadOnlyDictionary
46 public ReadOnlyDictionary(IDictionary<TKey, TValue> wrapped) in ReadOnlyDictionary()
/third_party/node/test/pseudo-tty/
Dtest-stderr-stdout-handle-sigwinch.js8 const wrapped = common.mustCall(() => { constant
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/
DJSONMessageCodec.java37 final Object wrapped = JSONUtil.wrap(message); in encodeMessage() local
/third_party/boost/libs/graph/example/
Dgrid_graph_example.cpp32 boost::array< bool, 3 > wrapped = { { true, false, true } }; in main() local
/third_party/boost/boost/fusion/view/reverse_view/detail/
Dnext_impl.hpp32 wrapped; typedef
Dprior_impl.hpp32 wrapped; typedef
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionAsWeakTypeSource.ts17 const wrapped = create({ first: { view: 0, styleMedia: "???" } }); constant
/third_party/typescript/tests/baselines/reference/
DintersectionAsWeakTypeSource.js25 var wrapped = create({ first: { view: 0, styleMedia: "???" } }); variable
/third_party/ffmpeg/libavcodec/
Dwrapped_avframe.c46 AVFrame *wrapped = av_frame_clone(frame); in wrapped_avframe_encode() local
/third_party/python/Lib/
Dsignal.py48 def _wraps(wrapped): argument
/third_party/node/lib/internal/bootstrap/switches/
Ddoes_own_process_state.js12 const wrapped = wrapPosixCredentialSetters(credentials); constant
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DUtils.java153 IRubyObject wrapped = runtime.newString(((ByteString) value).toStringUtf8()); in wrapPrimaryValue() local
158 IRubyObject wrapped = runtime.newString(value.toString()); in wrapPrimaryValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Diterator.h181 const WrappedIteratorT &wrapped() const { return I; } in wrapped() function
/third_party/typescript/tests/cases/conformance/statements/throwStatements/
DthrowStatements.ts16 wrapped: D<D<T>> property in D
/third_party/typescript/tests/cases/conformance/statements/VariableStatements/
DeveryTypeWithInitializer.ts12 wrapped: D<D<T>> property in D
DeveryTypeWithAnnotationAndInitializer.ts12 wrapped: D<D<T>> property in D
DeveryTypeWithAnnotationAndInvalidInitializer.ts12 wrapped: D<D<T>> property in D
/third_party/skia/third_party/externals/spirv-tools/source/
Ddisassemble.cpp449 auto wrapped = static_cast<WrappedDisassembler*>(user_data); in DisassembleTargetHeader() local
457 auto wrapped = static_cast<WrappedDisassembler*>(user_data); in DisassembleTargetInstruction() local
532 WrappedDisassembler wrapped(&disassembler, instCode, instWordCount); in spvInstructionBinaryToText() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Ddisassemble.cpp449 auto wrapped = static_cast<WrappedDisassembler*>(user_data); in DisassembleTargetHeader() local
457 auto wrapped = static_cast<WrappedDisassembler*>(user_data); in DisassembleTargetInstruction() local
532 WrappedDisassembler wrapped(&disassembler, instCode, instWordCount); in spvInstructionBinaryToText() local
/third_party/spirv-tools/source/
Ddisassemble.cpp437 auto wrapped = static_cast<WrappedDisassembler*>(user_data); in DisassembleTargetHeader() local
445 auto wrapped = static_cast<WrappedDisassembler*>(user_data); in DisassembleTargetInstruction() local
520 WrappedDisassembler wrapped(&disassembler, instCode, instWordCount); in spvInstructionBinaryToText() local
/third_party/typescript/tests/cases/conformance/statements/forStatements/
DforStatements.ts14 wrapped: D<D<T>> property in D
/third_party/typescript/tests/cases/conformance/statements/ifDoWhileStatements/
DifDoWhileStatements.ts19 wrapped: D<D<T>> property in D
/third_party/node/deps/npm/node_modules/asynckit/lib/
Dstreamify.js56 var wrapped = function(error, result) function
/third_party/boost/libs/geometry/test/algorithms/
Dtest_overlay.hpp155 static std::string wrapped[3] = { variable

1234