HomeSort by relevance Sort by last modified time
    Searched refs:IsEquivalent (Results 1 - 10 of 10) sorted by null

  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
type_operators.h 28 using IsEquivalent = typename std::is_same<Decay<A>, Decay<B>>::type;
53 struct IsConvertible : IsEquivalent<A, B> {};
137 : IsEquivalent<A, B> {};
140 BufferWrapper<B*>> : IsEquivalent<A, B> {};
144 : IsEquivalent<A, B> {};
147 : IsEquivalent<A, B> {};
153 : IsEquivalent<A, B> {};
156 : IsEquivalent<A, B> {};
  /external/webrtc/talk/app/webrtc/
jsepicecandidate.cc 91 (*it)->candidate().IsEquivalent(candidate->candidate())) {
jsepsessiondescription_unittest.cc 147 EXPECT_TRUE(ice_candidate->candidate().IsEquivalent(candidate_));
164 EXPECT_TRUE(ice_candidate->candidate().IsEquivalent(candidate_));
181 EXPECT_TRUE(ice_candidate->candidate().IsEquivalent(candidate_));
webrtcsdp_unittest.cc     [all...]
webrtcsession_unittest.cc     [all...]
  /external/v8/include/
v8-profiler.h 857 virtual bool IsEquivalent(RetainedObjectInfo* other) = 0;
  /external/webrtc/webrtc/p2p/base/
candidate.h 162 bool IsEquivalent(const Candidate& c) const {
p2ptransportchannel.cc 776 if (!remote_candidate.IsEquivalent(connection->remote_candidate())) {
835 if (remote_candidates_[i].IsEquivalent(candidate)) {
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.h 511 (reinterpret_cast<v8::RetainedObjectInfo*>(key1))->IsEquivalent(
heap-snapshot-generator.cc     [all...]

Completed in 507 milliseconds