Searched defs:Empty (Results 26 - 50 of 148) sorted by relevance

123456

/external/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_nothrow_copy_assignable.pass.cpp28 class Empty class
53 test_has_nothrow_assign<Empty>();
H A Dis_nothrow_destructible.pass.cpp34 class Empty class
74 test_is_nothrow_destructible<Empty>();
H A Dis_nothrow_move_assignable.pass.cpp28 class Empty class
53 test_has_nothrow_assign<Empty>();
H A Dis_polymorphic.pass.cpp34 class Empty class
74 test_is_not_polymorphic<Empty>();
H A Dis_trivially_copy_assignable.pass.cpp28 class Empty class
58 test_has_trivially_copy_assignable<Empty>();
69 test_has_not_trivially_copy_assignable<const Empty>();
H A Dis_trivially_copy_constructible.pass.cpp30 class Empty class
67 test_is_trivially_copy_constructible<Empty>();
H A Dis_trivially_default_constructible.pass.cpp34 class Empty class
69 test_is_trivially_default_constructible<Empty>();
H A Dis_trivially_destructible.pass.cpp34 class Empty class
69 test_is_trivially_destructible<Empty>();
H A Dis_trivially_move_assignable.pass.cpp28 class Empty class
58 test_has_trivial_assign<Empty>();
69 test_has_not_trivial_assign<const Empty>();
H A Dis_trivially_move_constructible.pass.cpp28 class Empty class
78 test_is_trivially_move_constructible<Empty>();
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/
H A Dget_non_const.pass.cpp24 struct Empty {}; struct
27 std::tuple<int, Empty> a;
29 Empty e;
30 constexpr S() : a{1,Empty{}}, k(std::get<0>(a)), e(std::get<1>(a)) {}
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Daudio_vector.h100 virtual bool Empty() const { return (first_free_ix_ == 0); } function in class:webrtc::AudioVector
H A Dpacket_buffer.h46 virtual bool Empty() const { return buffer_.empty(); } function in class:webrtc::PacketBuffer
/external/chromium_org/v8/test/mjsunit/harmony/
H A Darray-of.js141 function Empty() {} function
142 Empty.of = Array.of;
143 Object.defineProperty(Empty.prototype, "length", {get: function() { return 0; }});
145 var nothing = new Empty;
148 assertThrows(function() { Empty.of(); }, TypeError);
/external/lldb/source/Utility/
H A DStringExtractor.h83 Empty() function in class:StringExtractor
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dvectorbuffer.cpp34 TNodeBuffer::TNode* TNodeBuffer::TNode::Empty(TUint8* aBuffer) function in class:TNodeBuffer::TNode
/external/chromium_org/net/base/
H A Dauth.cc51 bool AuthCredentials::Empty() const { function in class:net::AuthCredentials
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-vtables-multiple-nonvirtual-inheritance-no-thunks.cpp101 struct Empty { }; // Doesn't have a vftable! struct in namespace:test4
104 struct X : Empty, A {
H A Dempty-classes.cpp3 struct Empty { }; struct
11 struct B : A, Empty {
12 B() : A(), Empty() { }
15 struct C : A, Empty {
16 C() : A(), Empty() { }
17 C(const C& other) : A(0x12345678), Empty(other) { }
20 struct D : A, Empty {
23 Empty::operator=(other);
36 // Check that A::a is not overwritten by the Empty default constructor.
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lfstack.h32 bool Empty() const { function in struct:__sanitizer::LFStack
/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_session_tracker.h133 bool Empty() const { function in class:browser_sync::SyncedSessionTracker
/external/chromium_org/chromeos/network/
H A Dcertificate_pattern.cc52 bool IssuerSubjectPattern::Empty() const { function in class:chromeos::IssuerSubjectPattern
86 bool CertificatePattern::Empty() const { function in class:chromeos::CertificatePattern
87 return issuer_ca_pems_.empty() && issuer_.Empty() && subject_.Empty();
/external/chromium_org/components/invalidation/
H A Dobject_id_invalidation_map.cc33 bool ObjectIdInvalidationMap::Empty() const { function in class:syncer::ObjectIdInvalidationMap
/external/chromium_org/third_party/cython/src/Cython/Plex/
H A D__init__.py19 Bol, Eol, Eof, Empty
35 from Regexps import RE, Seq, Alt, Rep1, Empty, Str, Any, AnyBut, AnyChar, Range namespace
/external/clang/test/CXX/special/class.copy/
H A Dimplicit-move-def.cpp74 struct Empty { }; struct
75 struct VirtualWithEmptyBase : Empty {

Completed in 469 milliseconds

123456