Searched refs:Unwrap (Results 1 - 25 of 26) sorted by relevance

12

/external/webrtc/webrtc/modules/
H A Dmodule_common_types_unittest.cc128 EXPECT_EQ(0, unwrapper.Unwrap(0));
129 EXPECT_EQ(0x8000, unwrapper.Unwrap(0x8000));
131 EXPECT_EQ(0x0, unwrapper.Unwrap(0x0000));
133 EXPECT_EQ(0x8000, unwrapper.Unwrap(0x8000));
134 EXPECT_EQ(0xFFFF, unwrapper.Unwrap(0xFFFF));
135 EXPECT_EQ(0x10000, unwrapper.Unwrap(0x0000));
136 EXPECT_EQ(0xFFFF, unwrapper.Unwrap(0xFFFF));
137 EXPECT_EQ(0x8000, unwrapper.Unwrap(0x8000));
138 EXPECT_EQ(0, unwrapper.Unwrap(0));
141 EXPECT_EQ(0xFFFF, unwrapper.Unwrap(
[all...]
/external/skia/experimental/SkV8Example/
H A DDrawingMethods.cpp18 DrawingMethods* DrawingMethods::Unwrap(v8::Handle<v8::Object> obj) { function in class:DrawingMethods
26 DrawingMethods* drawingMethods = Unwrap(args.This());
36 DrawingMethods* drawingMethods = Unwrap(args.This());
46 DrawingMethods* drawingMethods = Unwrap(args.This());
63 DrawingMethods* drawingMethods = Unwrap(args.This());
81 DrawingMethods* drawingMethods = Unwrap(args.This());
91 DrawingMethods* drawingMethods = Unwrap(args.This());
123 DrawingMethods* drawingMethods = Unwrap(info.This());
136 DrawingMethods* drawingMethods = Unwrap(info.This());
H A DPath2DBuilder.cpp64 Path2DBuilder* Path2DBuilder::Unwrap(const v8::FunctionCallbackInfo<v8::Value>& args) { function in class:Path2DBuilder
72 Path2DBuilder* path = Unwrap(args);
85 Path2DBuilder* path = Unwrap(args);
98 Path2DBuilder* path = Unwrap(args);
113 Path2DBuilder* path = Unwrap(args);
134 Path2DBuilder* path = Unwrap(args);
167 Path2DBuilder* path = Unwrap(args);
197 Path2DBuilder* path = Unwrap(args);
216 Path2DBuilder* path = Unwrap(args);
239 Path2DBuilder* path = Unwrap(arg
[all...]
H A DDrawingMethods.h36 static DrawingMethods* Unwrap(v8::Handle<v8::Object> obj);
H A DPath2DBuilder.h48 static Path2DBuilder* Unwrap(const v8::FunctionCallbackInfo<v8::Value>& args);
/external/libmojo/mojo/public/cpp/bindings/
H A Dstl_converters.h55 static Type Unwrap(T input) { return input; } function in struct:mojo::internal::UnwrapTraits
63 static Type Unwrap(Array<T> input) { function in struct:mojo::internal::UnwrapTraits
78 output.push_back(UnwrapTraits<T>::Unwrap(std::move(input[i])));
96 static Type Unwrap(Map<K, V> input) { function in struct:mojo::internal::UnwrapTraits
115 std::make_pair(UnwrapTraits<K>::Unwrap(pair.first),
116 UnwrapTraits<V>::Unwrap(std::move(pair.second))));
134 static std::string Unwrap(const String& input) { return input; } function in struct:mojo::internal::UnwrapTraits
235 return internal::UnwrapTraits<T>::Unwrap(std::move(input));
/external/webrtc/webrtc/base/
H A Dtimeutils_unittest.cc155 TEST_F(TimestampWrapAroundHandlerTest, Unwrap) {
158 EXPECT_EQ(ts, wraparound_handler_.Unwrap(ts));
161 EXPECT_EQ(unwrapped_ts, wraparound_handler_.Unwrap(ts));
164 EXPECT_EQ(unwrapped_ts, wraparound_handler_.Unwrap(ts));
167 EXPECT_EQ(unwrapped_ts, wraparound_handler_.Unwrap(ts));
H A Dtimeutils.h90 int64_t Unwrap(uint32_t ts);
H A Dtimeutils.cc196 int64_t TimestampWrapAroundHandler::Unwrap(uint32_t ts) { function in class:rtc::TimestampWrapAroundHandler
/external/libchrome/base/
H A Dbind_helpers.h278 // Unwrap the stored parameters for the wrappers above.
280 T&& Unwrap(T&& o) { function in namespace:base::internal
285 T* Unwrap(const UnretainedWrapper<T>& unretained) { function in namespace:base::internal
290 const T& Unwrap(const ConstRefWrapper<T>& const_ref) { function in namespace:base::internal
295 T* Unwrap(const RetainedRefWrapper<T>& o) { function in namespace:base::internal
300 T* Unwrap(const OwnedWrapper<T>& o) { function in namespace:base::internal
305 T Unwrap(const PassedWrapper<T>& o) { function in namespace:base::internal
H A Dtuple.h140 (obj->*method)(internal::Unwrap(std::get<Ns>(arg))...);
156 (*function)(internal::Unwrap(std::get<Ns>(arg))...);
179 (obj->*method)(internal::Unwrap(std::get<InNs>(in))...,
H A Dbind_internal.h348 Unwrap(base::get<indices>(std::forward<BoundArgsTuple>(bound)))...,
/external/llvm/include/llvm/IR/
H A DValueMap.h253 KeyT Unwrap() const { return cast_or_null<KeySansPointerT>(getValPtr()); } function in class:llvm::final
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/include/llvm/ADT/
H A DValueMap.h207 KeyT Unwrap() const { return cast_or_null<KeySansPointerT>(getValPtr()); } function in class:llvm::ValueMapCallbackVH
215 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this.
231 Config::onRAUW(Copy.Map->Data, Copy.Unwrap(), typed_new_key);
259 return PointerInfo::getHashValue(Val.Unwrap());
292 ValueTypeProxy Result = {I->first.Unwrap(), I->second};
342 ValueTypeProxy Result = {I->first.Unwrap(), I->second};
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dtransport_feedback.h75 int64_t Unwrap(uint16_t sequence_number);
H A Dtransport_feedback.cc283 // Unwrap to a larger type, for easier handling of wraps.
284 int64_t TransportFeedback::Unwrap(uint16_t sequence_number) { function in class:webrtc::rtcp::TransportFeedback
332 int64_t seq = Unwrap(sequence_number);
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dremote_estimator_proxy.cc104 int64_t seq = unwrapper_.Unwrap(sequence_number);
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dscreenshare_layers.cc75 int64_t unwrapped_timestamp = time_wrap_handler_.Unwrap(timestamp);
195 int64_t unwrapped_timestamp = time_wrap_handler_.Unwrap(timestamp);
/external/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1312 T Unwrap() { return ::testing::internal::move(value_); }
1317 // calling Unwrap on the same object is unspecified.
1336 T& Unwrap() { return *value_ptr_; }
1375 T Unwrap() {
1376 return result_.Unwrap();
1422 void Unwrap() { }
1586 return holder->Unwrap();
/external/v8/testing/gmock/include/gmock/
H A Dgmock-spec-builders.h1312 T Unwrap() { return ::testing::internal::move(value_); }
1317 // calling Unwrap on the same object is unspecified.
1336 T& Unwrap() { return *value_ptr_; }
1375 T Unwrap() {
1376 return result_.Unwrap();
1422 void Unwrap() { }
1586 return holder->Unwrap();
/external/webrtc/tools/matlab/
H A DrtpAnalyze.m63 %% Unwrap SeqNo and TimeStamp.
/external/webrtc/webrtc/modules/include/
H A Dmodule_common_types.h796 // Unwrap the sequence number and update the internal state.
797 int64_t Unwrap(uint16_t sequence_number) { function in class:webrtc::SequenceNumberUnwrapper
/external/libvorbis/doc/
H A D07-floor1.tex255 Unwrap the always-positive-or-zero values read from the packet into
/external/webrtc/webrtc/video/
H A Dend_to_end_tests.cc1396 // Unwrap packet id and verify uniqueness.
1397 int64_t packet_id = unwrapper_.Unwrap(options.packet_id);
3332 // Unwrap packet id and verify uniqueness.
3334 unwrapper_.Unwrap(header.extension.transportSequenceNumber);
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoengine2.cc2443 (timestamp_wraparound_handler_.Unwrap(frame.timestamp()) -

Completed in 559 milliseconds

12