Home
last modified time | relevance | path

Searched refs:Empty (Results 1 – 25 of 614) sorted by relevance

12345678910>>...25

/external/protobuf/src/google/protobuf/
Dempty.pb.cc44 Empty::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fempty_2eproto()
49 sizeof(Empty), in protobuf_AssignDesc_google_2fprotobuf_2fempty_2eproto()
50 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Empty, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fempty_2eproto()
51 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Empty, _is_default_instance_)); in protobuf_AssignDesc_google_2fprotobuf_2fempty_2eproto()
65 Empty_descriptor_, &Empty::default_instance()); in protobuf_RegisterTypes()
71 delete Empty::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fempty_2eproto()
89 Empty::default_instance_ = new Empty(); in protobuf_AddDesc_google_2fprotobuf_2fempty_2eproto()
90 Empty::default_instance_->InitAsDefaultInstance(); in protobuf_AddDesc_google_2fprotobuf_2fempty_2eproto()
116 Empty::Empty() in Empty() function in google::protobuf::Empty
122 Empty::Empty(::google::protobuf::Arena* arena) in Empty() function in google::protobuf::Empty
[all …]
Dempty.pb.h40 class Empty; variable
44 class LIBPROTOBUF_EXPORT Empty : public ::google::protobuf::Message {
46 Empty();
47 virtual ~Empty();
49 Empty(const Empty& from);
51 inline Empty& operator=(const Empty& from) {
61 static const Empty& default_instance();
63 void UnsafeArenaSwap(Empty* other);
64 void Swap(Empty* other);
68 inline Empty* New() const { return New(NULL); } in New()
[all …]
/external/swiftshader/third_party/LLVM/unittests/Support/
DConstantRangeTest.cpp22 static ConstantRange Empty; member in __anonac0e4e3a0111::ConstantRangeTest
29 ConstantRange ConstantRangeTest::Empty(16, false); member in __anonac0e4e3a0111::ConstantRangeTest
45 EXPECT_FALSE(Empty.isFullSet()); in TEST_F()
46 EXPECT_TRUE(Empty.isEmptySet()); in TEST_F()
47 EXPECT_TRUE(Empty.inverse().isFullSet()); in TEST_F()
48 EXPECT_FALSE(Empty.isWrappedSet()); in TEST_F()
49 EXPECT_FALSE(Empty.contains(APInt(16, 0x0))); in TEST_F()
50 EXPECT_FALSE(Empty.contains(APInt(16, 0x9))); in TEST_F()
51 EXPECT_FALSE(Empty.contains(APInt(16, 0xa))); in TEST_F()
52 EXPECT_FALSE(Empty.contains(APInt(16, 0xaa9))); in TEST_F()
[all …]
/external/brotli/csharp/org/brotli/dec/
DTransform.cs34 …i.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, string.Empty), new Org.Br…
35 …, " "), new Org.Brotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.OmitFirst1, st…
36 …(string.Empty, Org.Brotli.Dec.WordTransformType.UppercaseFirst, " "), new Org.Brotli.Dec.Transform…
37Empty), new Org.Brotli.Dec.Transform("s ", Org.Brotli.Dec.WordTransformType.Identity, " "), new Or…
38Empty), new Org.Brotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, " an…
39Empty, Org.Brotli.Dec.WordTransformType.OmitLast1, string.Empty), new Org.Brotli.Dec.Transform(", …
40 …otli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, " in "), new Org.Brotl…
41 …rotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, "\""), new Org.Brotli…
42 …rotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, "\">"), new Org.Brotl…
43Empty, Org.Brotli.Dec.WordTransformType.OmitLast3, string.Empty), new Org.Brotli.Dec.Transform(str…
[all …]
DSynthTest.cs65 CheckSynth(compressed, true, string.Empty + "time"); in TestBaseDictWord()
87 CheckSynth(compressed, true, string.Empty + "aaaaaaaaaaaaaaaaaaaaaaaaaaaatime"); in TestBaseDictWordFinishBlockOnRingbufferWrap()
103 CheckSynth(compressed, false, string.Empty); in TestBaseDictWordTooLong()
124 CheckSynth(compressed, true, string.Empty + "aabbaaaaabab"); in TestBlockCountMessage()
174 CheckSynth(compressed, true, string.Empty + "aabbaaaaabab"); in TestBlockSwitchMessage()
224 CheckSynth(compressed, false, string.Empty + "aaab"); in TestClClTreeDeficiency()
253 CheckSynth(compressed, false, string.Empty + "aaab"); in TestClClTreeExcess()
281 CheckSynth(compressed, true, string.Empty + "ab"); in TestComplexHuffmanCodeTwoSymbols()
318 …CheckSynth(compressed, true, string.Empty + "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa… in TestCompressedUncompressedShortCompressed()
346 …CheckSynth(compressed, true, string.Empty + "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa… in TestCompressedUncompressedShortCompressedSmallWindow()
[all …]
/external/clang/test/SemaCXX/
Dempty-class-layout.cpp24 struct Empty { Empty(); }; struct
26 struct I : Empty {
27 Empty e;
31 struct J : Empty {
32 Empty e[2];
36 template<int N> struct Derived : Empty, Derived<N - 1> {
38 template<> struct Derived<0> : Empty { };
41 Empty e;
46 Empty e[2];
51 Empty e;
[all …]
/external/llvm/unittests/IR/
DConstantRangeTest.cpp22 static ConstantRange Empty; member in __anona05cff2c0111::ConstantRangeTest
29 ConstantRange ConstantRangeTest::Empty(16, false); member in __anona05cff2c0111::ConstantRangeTest
45 EXPECT_FALSE(Empty.isFullSet()); in TEST_F()
46 EXPECT_TRUE(Empty.isEmptySet()); in TEST_F()
47 EXPECT_TRUE(Empty.inverse().isFullSet()); in TEST_F()
48 EXPECT_FALSE(Empty.isWrappedSet()); in TEST_F()
49 EXPECT_FALSE(Empty.contains(APInt(16, 0x0))); in TEST_F()
50 EXPECT_FALSE(Empty.contains(APInt(16, 0x9))); in TEST_F()
51 EXPECT_FALSE(Empty.contains(APInt(16, 0xa))); in TEST_F()
52 EXPECT_FALSE(Empty.contains(APInt(16, 0xaa9))); in TEST_F()
[all …]
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DEmpty.cs34 …nfo(typeof(global::Google.Protobuf.WellKnownTypes.Empty), global::Google.Protobuf.WellKnownTypes.E… in EmptyReflection()
53 public sealed partial class Empty : pb::IMessage<Empty> { class
54 …private static readonly pb::MessageParser<Empty> _parser = new pb::MessageParser<Empty>(() => new
55 public static pb::MessageParser<Empty> Parser { get { return _parser; } }
65 public Empty() { in Empty() method in Google.Protobuf.WellKnownTypes.Empty
71 public Empty(Empty other) : this() { in Empty() method in Google.Protobuf.WellKnownTypes.Empty
74 public Empty Clone() { in Clone()
75 return new Empty(this); in Clone()
79 return Equals(other as Empty); in Equals()
82 public bool Equals(Empty other) { in Equals()
[all …]
/external/golang-protobuf/proto/testdata/
Dtest.proto355 message Empty { message
359 optional Empty x201 = 201;
360 optional Empty x202 = 202;
361 optional Empty x203 = 203;
362 optional Empty x204 = 204;
363 optional Empty x205 = 205;
364 optional Empty x206 = 206;
365 optional Empty x207 = 207;
366 optional Empty x208 = 208;
367 optional Empty x209 = 209;
[all …]
/external/golang-protobuf/ptypes/empty/
Dempty.pb.go39 type Empty struct { struct
42 func (m *Empty) Reset() { *m = Empty{} } argument
43 func (m *Empty) String() string { return proto.CompactTextString(m) } argument
44 func (*Empty) ProtoMessage() {} argument
45 func (*Empty) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } argument
46 func (*Empty) XXX_WellKnownType() string { return "Empty" } argument
49 proto.RegisterType((*Empty)(nil), "google.protobuf.Empty")
/external/clang/test/CodeGenCXX/
Dempty-classes.cpp5 struct Empty { }; struct
13 struct B : A, Empty {
14 B() : A(), Empty() { } in B()
17 struct C : A, Empty {
18 C() : A(), Empty() { } in C()
19 C(const C& other) : A(0x12345678), Empty(other) { } in C()
22 struct D : A, Empty {
25 Empty::operator=(other); in operator =()
Dempty-nontrivially-copyable.cpp8 struct Empty;
10 struct Empty { struct
11 Empty(const Empty &e);
15 bool foo(Empty e) { in foo()
21 void caller(Empty &e) { in caller()
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_nothrow_constructible.pass.cpp63 class Empty class
97 Tuple(Empty&&) noexcept {} in Tuple()
105 test_is_nothrow_constructible<Empty> (); in main()
106 test_is_nothrow_constructible<Empty, const Empty&> (); in main()
113 test_is_nothrow_constructible<Tuple &&, Empty> (); // See bug #19616. in main()
115 static_assert(!std::is_constructible<Tuple&, Empty>::value, ""); in main()
116 test_is_not_nothrow_constructible<Tuple &, Empty> (); // See bug #19616. in main()
/external/capstone/bindings/vb6/
DmMisc.bas180 str = Replace(hexstr, vbCr, Empty)
181 str = Replace(str, vbLf, Empty)
182 str = Replace(str, vbTab, Empty)
183 str = Replace(str, Chr(0), Empty)
184 str = Replace(str, "{", Empty)
185 str = Replace(str, "}", Empty)
186 str = Replace(str, ";", Empty)
187 str = Replace(str, "+", Empty)
188 str = Replace(str, """""", Empty)
189 str = Replace(str, "'", Empty)
[all …]
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2817 Stmt::EmptyShell Empty; in ReadStmtFromStream() local
2856 S = new (Context) NullStmt(Empty); in ReadStmtFromStream()
2860 S = new (Context) CompoundStmt(Empty); in ReadStmtFromStream()
2864 S = new (Context) CaseStmt(Empty); in ReadStmtFromStream()
2868 S = new (Context) DefaultStmt(Empty); in ReadStmtFromStream()
2872 S = new (Context) LabelStmt(Empty); in ReadStmtFromStream()
2882 S = new (Context) IfStmt(Empty); in ReadStmtFromStream()
2886 S = new (Context) SwitchStmt(Empty); in ReadStmtFromStream()
2890 S = new (Context) WhileStmt(Empty); in ReadStmtFromStream()
2894 S = new (Context) DoStmt(Empty); in ReadStmtFromStream()
[all …]
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
Dis_member_pointer.pass.cpp48 class Empty class
79 test_is_member_pointer<FunctionPtr Empty::*>(); in main()
80 test_is_member_pointer<void (Empty::*)()>(); in main()
95 test_is_not_member_pointer<Empty>(); in main()
102 test_is_member_pointer<int (Empty::*)(int, ...) const>(); in main()
103 test_is_member_pointer<int (Empty::*)(int, long, long) const noexcept>(); in main()
104 test_is_member_pointer<int (Empty::*)() & noexcept>(); in main()
/external/clang/test/Analysis/
Dpadding_cpp.cpp121 class Empty {}; // no-warning class
124 Empty e1;
126 Empty e2;
129 class EBO1 : public Empty { // xxxexpected-warning{{Excessive padding in 'class EBO1'}}
135 class EBO2 : public Empty { // xxxexpected-warning{{Excessive padding in 'class EBO2'}}
136 Empty c1;
138 Empty c2;
/external/clang/include/clang/AST/
DStmtObjC.h32 explicit ObjCForCollectionStmt(EmptyShell Empty) : in ObjCForCollectionStmt() argument
33 Stmt(ObjCForCollectionStmtClass, Empty) { } in ObjCForCollectionStmt()
87 explicit ObjCAtCatchStmt(EmptyShell Empty) : in ObjCAtCatchStmt() argument
88 Stmt(ObjCAtCatchStmtClass, Empty) { } in ObjCAtCatchStmt()
129 explicit ObjCAtFinallyStmt(EmptyShell Empty) : in ObjCAtFinallyStmt() argument
130 Stmt(ObjCAtFinallyStmtClass, Empty) { } in ObjCAtFinallyStmt()
179 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt() argument
181 : Stmt(ObjCAtTryStmtClass, Empty), NumCatchStmts(NumCatchStmts), in ObjCAtTryStmt()
276 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) : in ObjCAtSynchronizedStmt() argument
277 Stmt(ObjCAtSynchronizedStmtClass, Empty) { } in ObjCAtSynchronizedStmt()
[all …]
DExprCXX.h71 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) : in CXXOperatorCallExpr() argument
72 CallExpr(C, CXXOperatorCallExprClass, Empty) { } in CXXOperatorCallExpr()
127 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty) in CXXMemberCallExpr() argument
128 : CallExpr(C, CXXMemberCallExprClass, Empty) { } in CXXMemberCallExpr()
170 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty) in CUDAKernelCallExpr() argument
171 : CallExpr(C, CUDAKernelCallExprClass, END_PREARG, Empty) { } in CUDAKernelCallExpr()
264 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize) in CXXStaticCastExpr() argument
265 : CXXNamedCastExpr(CXXStaticCastExprClass, Empty, PathSize) { } in CXXStaticCastExpr()
300 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize) in CXXDynamicCastExpr() argument
301 : CXXNamedCastExpr(CXXDynamicCastExprClass, Empty, pathSize) { } in CXXDynamicCastExpr()
[all …]
DStmt.h453 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { } in DeclStmt() argument
526 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty), in NullStmt() argument
568 explicit CompoundStmt(EmptyShell Empty) in CompoundStmt() argument
569 : Stmt(CompoundStmtClass, Empty), Body(nullptr) { in CompoundStmt()
705 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass, Empty) { } in CaseStmt() argument
757 explicit DefaultStmt(EmptyShell Empty) in DefaultStmt() argument
758 : SwitchCase(DefaultStmtClass, Empty) { } in DefaultStmt()
803 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { } in LabelStmt() argument
843 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) in AttributedStmt() argument
844 : Stmt(AttributedStmtClass, Empty), NumAttrs(NumAttrs) { in AttributedStmt()
[all …]
DExprObjC.h37 explicit ObjCStringLiteral(EmptyShell Empty) in ObjCStringLiteral() argument
38 : Expr(ObjCStringLiteralClass, Empty) {} in ObjCStringLiteral()
68 explicit ObjCBoolLiteralExpr(EmptyShell Empty) in ObjCBoolLiteralExpr() argument
69 : Expr(ObjCBoolLiteralExprClass, Empty) { } in ObjCBoolLiteralExpr()
105 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr() argument
106 : Expr(ObjCBoxedExprClass, Empty) {} in ObjCBoxedExpr()
155 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral() argument
156 : Expr(ObjCArrayLiteralClass, Empty), NumElements(NumElements) {} in ObjCArrayLiteral()
289 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements,
291 : Expr(ObjCDictionaryLiteralClass, Empty), NumElements(NumElements),
[all …]
/external/compiler-rt/test/msan/
Ddtor-bit-fields.cc29 struct Empty { struct
31 ~Empty() {} in ~Empty() argument
57 Empty *e = new Empty(); in main()
58 e->~Empty(); in main()
/external/skia/src/core/
DSkTDynamicHash.h50 } while (!this->done() && (this->current() == Empty() || this->current() == Deleted()));
77 } while (!this->done() && (this->current() == Empty() || this->current() == Deleted()));
95 if (Empty() == candidate) { in find()
149 if (Empty() == candidate || Deleted() == candidate || GetKey(*candidate) == key) { in countCollisions()
160 static T* Empty() { return reinterpret_cast<T*>(0); } // i.e. nullptr in Empty() function
178 } else if (Empty() != fArray[i]) { in validate()
191 if (Empty() == fArray[i] || Deleted() == fArray[i]) { in validate()
195 if (Empty() == fArray[j] || Deleted() == fArray[j]) { in validate()
213 if (Empty() == candidate || Deleted() == candidate) { in innerAdd()
260 if (Empty() != entry && Deleted() != entry) { in resize()
/external/skqp/src/core/
DSkTDynamicHash.h50 } while (!this->done() && (this->current() == Empty() || this->current() == Deleted()));
77 } while (!this->done() && (this->current() == Empty() || this->current() == Deleted()));
95 if (Empty() == candidate) { in find()
149 if (Empty() == candidate || Deleted() == candidate || GetKey(*candidate) == key) { in countCollisions()
160 static T* Empty() { return reinterpret_cast<T*>(0); } // i.e. nullptr in Empty() function
178 } else if (Empty() != fArray[i]) { in validate()
191 if (Empty() == fArray[i] || Deleted() == fArray[i]) { in validate()
195 if (Empty() == fArray[j] || Deleted() == fArray[j]) { in validate()
213 if (Empty() == candidate || Deleted() == candidate) { in innerAdd()
260 if (Empty() != entry && Deleted() != entry) { in resize()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dpacket_buffer.cc53 bool PacketBuffer::Empty() const { in Empty() function in webrtc::PacketBuffer
148 if (Empty()) { in NextTimestamp()
160 if (Empty()) { in NextHigherTimestamp()
178 if (Empty()) { in NextRtpHeader()
185 if (Empty()) { in GetNextPacket()
199 while (!Empty() && in GetNextPacket()
216 if (Empty()) { in DiscardNextPacket()
228 while (!Empty() && timestamp_limit != buffer_.front()->header.timestamp && in DiscardOldPackets()

12345678910>>...25