Home
last modified time | relevance | path

Searched refs:Unwrap (Results 1 – 25 of 35) sorted by relevance

12

/external/webrtc/webrtc/modules/
Dmodule_common_types_unittest.cc128 EXPECT_EQ(0, unwrapper.Unwrap(0)); in TEST()
129 EXPECT_EQ(0x8000, unwrapper.Unwrap(0x8000)); in TEST()
131 EXPECT_EQ(0x0, unwrapper.Unwrap(0x0000)); in TEST()
133 EXPECT_EQ(0x8000, unwrapper.Unwrap(0x8000)); in TEST()
134 EXPECT_EQ(0xFFFF, unwrapper.Unwrap(0xFFFF)); in TEST()
135 EXPECT_EQ(0x10000, unwrapper.Unwrap(0x0000)); in TEST()
136 EXPECT_EQ(0xFFFF, unwrapper.Unwrap(0xFFFF)); in TEST()
137 EXPECT_EQ(0x8000, unwrapper.Unwrap(0x8000)); in TEST()
138 EXPECT_EQ(0, unwrapper.Unwrap(0)); in TEST()
141 EXPECT_EQ(0xFFFF, unwrapper.Unwrap(0xFFFF)); in TEST()
[all …]
/external/vulkan-validation-layers/layers/generated/
Dlayer_chassis_dispatch.cpp58 … safe_struct->pAcquireSyncs[index0] = layer_data->Unwrap(safe_struct->pAcquireSyncs[index0]); in WrapPnextChainHandles()
63 … safe_struct->pReleaseSyncs[index0] = layer_data->Unwrap(safe_struct->pReleaseSyncs[index0]); in WrapPnextChainHandles()
74 … safe_struct->pAcquireSyncs[index0] = layer_data->Unwrap(safe_struct->pAcquireSyncs[index0]); in WrapPnextChainHandles()
79 … safe_struct->pReleaseSyncs[index0] = layer_data->Unwrap(safe_struct->pReleaseSyncs[index0]); in WrapPnextChainHandles()
88 safe_struct->image = layer_data->Unwrap(safe_struct->image); in WrapPnextChainHandles()
91 safe_struct->buffer = layer_data->Unwrap(safe_struct->buffer); in WrapPnextChainHandles()
98 safe_struct->image = layer_data->Unwrap(safe_struct->image); in WrapPnextChainHandles()
101 safe_struct->buffer = layer_data->Unwrap(safe_struct->buffer); in WrapPnextChainHandles()
108 safe_struct->swapchain = layer_data->Unwrap(safe_struct->swapchain); in WrapPnextChainHandles()
115 safe_struct->conversion = layer_data->Unwrap(safe_struct->conversion); in WrapPnextChainHandles()
[all …]
/external/webrtc/webrtc/base/
Dtimeutils_unittest.cc155 TEST_F(TimestampWrapAroundHandlerTest, Unwrap) { in TEST_F() argument
158 EXPECT_EQ(ts, wraparound_handler_.Unwrap(ts)); in TEST_F()
161 EXPECT_EQ(unwrapped_ts, wraparound_handler_.Unwrap(ts)); in TEST_F()
164 EXPECT_EQ(unwrapped_ts, wraparound_handler_.Unwrap(ts)); in TEST_F()
167 EXPECT_EQ(unwrapped_ts, wraparound_handler_.Unwrap(ts)); in TEST_F()
Dtimeutils.h90 int64_t Unwrap(uint32_t ts);
Dtimeutils.cc196 int64_t TimestampWrapAroundHandler::Unwrap(uint32_t ts) { in Unwrap() function in rtc::TimestampWrapAroundHandler
/external/llvm/include/llvm/IR/
DValueMap.h253 KeyT Unwrap() const { return cast_or_null<KeySansPointerT>(getValPtr()); }
262 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this.
277 Config::onRAUW(Copy.Map->Data, Copy.Unwrap(), typed_new_key);
302 return DenseMapInfo<KeyT>::getHashValue(Val.Unwrap());
341 ValueTypeProxy Result = {I->first.Unwrap(), I->second};
391 ValueTypeProxy Result = {I->first.Unwrap(), I->second};
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DValueMap.h264 KeyT Unwrap() const { return cast_or_null<KeySansPointerT>(getValPtr()); }
273 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this.
289 Config::onRAUW(Copy.Map->Data, Copy.Unwrap(), typed_new_key);
316 return DenseMapInfo<KeyT>::getHashValue(Val.Unwrap());
360 ValueTypeProxy Result = {I->first.Unwrap(), I->second};
412 ValueTypeProxy Result = {I->first.Unwrap(), I->second};
/external/libchrome/base/
Dbind_internal.h171 decltype(auto) Unwrap(T&& o) { in decltype()
172 return Unwrapper<T>::Unwrap(std::forward<T>(o)); in decltype()
682 Unwrap(std::get<indices>(std::forward<BoundArgsTuple>(bound)))...,
881 static T&& Unwrap(T&& o) {
888 static T* Unwrap(const internal::UnretainedWrapper<T>& o) { return o.get(); }
893 static const T& Unwrap(const internal::ConstRefWrapper<T>& o) {
900 static T* Unwrap(const internal::RetainedRefWrapper<T>& o) { return o.get(); }
905 static T* Unwrap(const internal::OwnedWrapper<T>& o) { return o.get(); }
910 static T Unwrap(const internal::PassedWrapper<T>& o) { return o.Take(); }
Dbind_unittest.cc1450 EXPECT_EQ(&i, internal::Unwrap(unretained)); in TEST_F()
1451 EXPECT_EQ(&i, internal::Unwrap(std::move(unretained))); in TEST_F()
1457 EXPECT_EQ(&p, &internal::Unwrap(const_ref)); in TEST_F()
1458 EXPECT_EQ(&p, &internal::Unwrap(std::move(const_ref))); in TEST_F()
1464 EXPECT_EQ(p.get(), internal::Unwrap(retained_ref)); in TEST_F()
1465 EXPECT_EQ(p.get(), internal::Unwrap(std::move(retained_ref))); in TEST_F()
1471 EXPECT_EQ(p, internal::Unwrap(owned)); in TEST_F()
1472 EXPECT_EQ(p, internal::Unwrap(std::move(owned))); in TEST_F()
1478 EXPECT_EQ(p, internal::Unwrap(passed).get()); in TEST_F()
1481 EXPECT_EQ(p, internal::Unwrap(Passed(WrapUnique(p))).get()); in TEST_F()
Dbind.h133 using Unwrapped = decltype(Unwrap(std::declval<ForwardType>()));
140 using Unwrapped = decltype(Unwrap(std::declval<ForwardType>()));
/external/mesa3d/src/gtest/include/gtest/
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()
/external/googletest/googletest/include/gtest/
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()
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest-matchers.h548 static const T &Unwrap(const T &v) { in Unwrap() function
552 static const T &Unwrap(std::reference_wrapper<T> v) { in Unwrap() function
562 return Op()(lhs, Unwrap(rhs_)); in MatchAndExplain()
566 UniversalPrint(Unwrap(rhs_), os); in DescribeTo()
570 UniversalPrint(Unwrap(rhs_), os); in DescribeNegationTo()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dscreenshare_layers.cc75 int64_t unwrapped_timestamp = time_wrap_handler_.Unwrap(timestamp); in EncodeFlags()
195 int64_t unwrapped_timestamp = time_wrap_handler_.Unwrap(timestamp); in PopulateCodecSpecific()
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dtransport_feedback.h75 int64_t Unwrap(uint16_t sequence_number);
Dtransport_feedback.cc284 int64_t TransportFeedback::Unwrap(uint16_t sequence_number) { in Unwrap() function in webrtc::rtcp::TransportFeedback
332 int64_t seq = Unwrap(sequence_number); in WithReceivedPacket()
/external/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h1322 T Unwrap() { return std::move(value_); } in Unwrap() function
1346 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
1595 return holder->Unwrap(); in Invoke()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
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()
/external/v8/src/objects/
Dhash-table-inl.h177 *out_k = Shape::Unwrap(k); in ToKey()
186 *out_k = Shape::Unwrap(k); in ToKey()
Dhash-table.h63 static Object Unwrap(Object key) { return key; } in Unwrap() function
Ddictionary.h214 static inline Object Unwrap(Object key);
Ddictionary-inl.h175 Object GlobalDictionaryShape::Unwrap(Object object) { in Unwrap() function
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_estimator_proxy.cc104 int64_t seq = unwrapper_.Unwrap(sequence_number); in OnPacketArrival()
/external/webrtc/talk/session/media/
Dtypewrapping.h.pump106 (unwrapper<fromType>::Unwrap(from))
219 static FORCE_INLINE ToType Unwrap(FromType from) { \
242 static FORCE_INLINE unwrappedType Unwrap(wrappedType var) { \
/external/webrtc/tools/matlab/
DrtpAnalyze.m63 %% Unwrap SeqNo and TimeStamp.

12