/external/protobuf/src/google/protobuf/ |
D | empty.pb.cc | 44 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 …]
|
D | empty.pb.h | 40 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/ |
D | ConstantRangeTest.cpp | 22 static ConstantRange Empty; member in __anon15b3c5460111::ConstantRangeTest 29 ConstantRange ConstantRangeTest::Empty(16, false); member in __anon15b3c5460111::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/ |
D | Transform.cs | 34 …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… 37 …Empty), new Org.Brotli.Dec.Transform("s ", Org.Brotli.Dec.WordTransformType.Identity, " "), new Or… 38 …Empty), new Org.Brotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, " an… 39 …Empty, 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… 43 …Empty, Org.Brotli.Dec.WordTransformType.OmitLast3, string.Empty), new Org.Brotli.Dec.Transform(str… [all …]
|
D | SynthTest.cs | 65 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/ |
D | empty-class-layout.cpp | 24 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/ |
D | ConstantRangeTest.cpp | 22 static ConstantRange Empty; member in __anonab7e7ab80111::ConstantRangeTest 29 ConstantRange ConstantRangeTest::Empty(16, false); member in __anonab7e7ab80111::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/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 22 static ConstantRange Empty; member in __anon0cc7f4100111::ConstantRangeTest 29 ConstantRange ConstantRangeTest::Empty(16, false); member in __anon0cc7f4100111::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/antlr/runtime/Cpp/include/ |
D | antlr3traits.hpp | 14 typedef Empty AllocPolicyType; 15 typedef Empty StringType; 16 typedef Empty StringStreamType; 17 typedef Empty StreamDataType; 18 typedef Empty Endianness; 21 typedef Empty BitsetType; 22 typedef Empty BitsetListType; 24 typedef Empty InputStreamType; 27 class IntStreamType : public Empty 30 typedef Empty BaseType; [all …]
|
/external/grpc-grpc-java/interop-testing/src/generated/main/java/io/grpc/testing/integration/ |
D | EmptyProtos.java | 33 public static final class Empty extends class in EmptyProtos 39 private Empty(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Empty() method in EmptyProtos.Empty 42 private Empty() { in Empty() method in EmptyProtos.Empty 50 private Empty( in Empty() method in EmptyProtos.Empty 96 …io.grpc.testing.integration.EmptyProtos.Empty.class, io.grpc.testing.integration.EmptyProtos.Empty… in internalGetFieldAccessorTable() 129 if (!(obj instanceof io.grpc.testing.integration.EmptyProtos.Empty)) { in equals() 132 …io.grpc.testing.integration.EmptyProtos.Empty other = (io.grpc.testing.integration.EmptyProtos.Emp… in equals() 151 public static io.grpc.testing.integration.EmptyProtos.Empty parseFrom( in parseFrom() 156 public static io.grpc.testing.integration.EmptyProtos.Empty parseFrom( in parseFrom() 162 public static io.grpc.testing.integration.EmptyProtos.Empty parseFrom( in parseFrom() [all …]
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Empty.cs | 34 …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/ptypes/empty/ |
D | empty.pb.go | 32 type Empty struct { struct 38 func (m *Empty) Reset() { *m = Empty{} } argument 39 func (m *Empty) String() string { return proto.CompactTextString(m) } argument 40 func (*Empty) ProtoMessage() {} argument 41 func (*Empty) Descriptor() ([]byte, []int) { argument 45 func (*Empty) XXX_WellKnownType() string { return "Empty" } argument 47 func (m *Empty) XXX_Unmarshal(b []byte) error { argument 50 func (m *Empty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument 53 func (m *Empty) XXX_Merge(src proto.Message) { argument 56 func (m *Empty) XXX_Size() int { argument [all …]
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | Empty.cs | 32 …new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.Empty), global::Grpc.Testing.Empty.Parse… in EmptyReflection() 48 public sealed partial class Empty : pb::IMessage<Empty> { class 49 …private static readonly pb::MessageParser<Empty> _parser = new pb::MessageParser<Empty>(() => new … 52 public static pb::MessageParser<Empty> Parser { get { return _parser; } } 65 public Empty() { in Empty() method in Grpc.Testing.Empty 72 public Empty(Empty other) : this() { in Empty() method in Grpc.Testing.Empty 77 public Empty Clone() { in Clone() 78 return new Empty(this); in Clone() 83 return Equals(other as Empty); in Equals() 87 public bool Equals(Empty other) { in Equals() [all …]
|
D | TestGrpc.cs | 37 …Empty> __Marshaller_grpc_testing_Empty = grpc::Marshallers.Create((arg) => global::Google.Protobuf… 45 …Grpc.Testing.Empty, global::Grpc.Testing.Empty> __Method_EmptyCall = new grpc::Method<global::Grpc… 94 ….Testing.Empty, global::Grpc.Testing.Empty> __Method_UnimplementedCall = new grpc::Method<global::… 116 …obal::System.Threading.Tasks.Task<global::Grpc.Testing.Empty> EmptyCall(global::Grpc.Testing.Empty… in EmptyCall() 206 …::System.Threading.Tasks.Task<global::Grpc.Testing.Empty> UnimplementedCall(global::Grpc.Testing.E… in UnimplementedCall() 244 …public virtual global::Grpc.Testing.Empty EmptyCall(global::Grpc.Testing.Empty request, grpc::Meta… in EmptyCall() 254 …public virtual global::Grpc.Testing.Empty EmptyCall(global::Grpc.Testing.Empty request, grpc::Call… in EmptyCall() 266 …c virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> EmptyCallAsync(global::Grpc.Testing.Emp… in EmptyCallAsync() 276 …c virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> EmptyCallAsync(global::Grpc.Testing.Emp… in EmptyCallAsync() 481 …public virtual global::Grpc.Testing.Empty UnimplementedCall(global::Grpc.Testing.Empty request, gr… in UnimplementedCall() [all …]
|
/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/ |
D | ReconnectServiceGrpc.java | 33 private static volatile io.grpc.MethodDescriptor<io.grpc.testing.integration.EmptyProtos.Empty, 34 io.grpc.testing.integration.EmptyProtos.Empty> getStartMethod; 38 requestType = io.grpc.testing.integration.EmptyProtos.Empty.class, 39 responseType = io.grpc.testing.integration.EmptyProtos.Empty.class, 41 public static io.grpc.MethodDescriptor<io.grpc.testing.integration.EmptyProtos.Empty, 42 io.grpc.testing.integration.EmptyProtos.Empty> getStartMethod() { in getStartMethod() 43 …escriptor<io.grpc.testing.integration.EmptyProtos.Empty, io.grpc.testing.integration.EmptyProtos.E… in getStartMethod() 48 …scriptor.<io.grpc.testing.integration.EmptyProtos.Empty, io.grpc.testing.integration.EmptyProtos.E… in getStartMethod() 54 io.grpc.testing.integration.EmptyProtos.Empty.getDefaultInstance())) in getStartMethod() 56 io.grpc.testing.integration.EmptyProtos.Empty.getDefaultInstance())) in getStartMethod() [all …]
|
D | UnimplementedServiceGrpc.java | 34 private static volatile io.grpc.MethodDescriptor<io.grpc.testing.integration.EmptyProtos.Empty, 35 io.grpc.testing.integration.EmptyProtos.Empty> getUnimplementedCallMethod; 39 requestType = io.grpc.testing.integration.EmptyProtos.Empty.class, 40 responseType = io.grpc.testing.integration.EmptyProtos.Empty.class, 42 public static io.grpc.MethodDescriptor<io.grpc.testing.integration.EmptyProtos.Empty, 43 io.grpc.testing.integration.EmptyProtos.Empty> getUnimplementedCallMethod() { in getUnimplementedCallMethod() 44 …escriptor<io.grpc.testing.integration.EmptyProtos.Empty, io.grpc.testing.integration.EmptyProtos.E… in getUnimplementedCallMethod() 49 …scriptor.<io.grpc.testing.integration.EmptyProtos.Empty, io.grpc.testing.integration.EmptyProtos.E… in getUnimplementedCallMethod() 55 io.grpc.testing.integration.EmptyProtos.Empty.getDefaultInstance())) in getUnimplementedCallMethod() 57 io.grpc.testing.integration.EmptyProtos.Empty.getDefaultInstance())) in getUnimplementedCallMethod() [all …]
|
D | TestServiceGrpc.java | 34 private static volatile io.grpc.MethodDescriptor<io.grpc.testing.integration.EmptyProtos.Empty, 35 io.grpc.testing.integration.EmptyProtos.Empty> getEmptyCallMethod; 39 requestType = io.grpc.testing.integration.EmptyProtos.Empty.class, 40 responseType = io.grpc.testing.integration.EmptyProtos.Empty.class, 42 public static io.grpc.MethodDescriptor<io.grpc.testing.integration.EmptyProtos.Empty, 43 io.grpc.testing.integration.EmptyProtos.Empty> getEmptyCallMethod() { in getEmptyCallMethod() 44 …escriptor<io.grpc.testing.integration.EmptyProtos.Empty, io.grpc.testing.integration.EmptyProtos.E… in getEmptyCallMethod() 49 …scriptor.<io.grpc.testing.integration.EmptyProtos.Empty, io.grpc.testing.integration.EmptyProtos.E… in getEmptyCallMethod() 55 io.grpc.testing.integration.EmptyProtos.Empty.getDefaultInstance())) in getEmptyCallMethod() 57 io.grpc.testing.integration.EmptyProtos.Empty.getDefaultInstance())) in getEmptyCallMethod() [all …]
|
/external/golang-protobuf/proto/test_proto/ |
D | test.proto | 369 message Empty { message 373 optional Empty x201 = 201; 374 optional Empty x202 = 202; 375 optional Empty x203 = 203; 376 optional Empty x204 = 204; 377 optional Empty x205 = 205; 378 optional Empty x206 = 206; 379 optional Empty x207 = 207; 380 optional Empty x208 = 208; 381 optional Empty x209 = 209; [all …]
|
/external/grpc-grpc/src/ruby/pb/src/proto/grpc/testing/ |
D | test_services_pb.rb | 39 rpc :EmptyCall, Empty, Empty 63 rpc :UnimplementedCall, Empty, Empty 80 rpc :UnimplementedCall, Empty, Empty 95 rpc :Start, ReconnectParams, Empty 96 rpc :Stop, Empty, ReconnectInfo
|
/external/clang/test/CodeGenCXX/ |
D | empty-classes.cpp | 5 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 =()
|
D | empty-nontrivially-copyable.cpp | 8 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/ |
D | is_nothrow_constructible.pass.cpp | 63 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/ |
D | mMisc.bas | 180 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/ |
D | ASTReaderStmt.cpp | 2817 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/ |
D | is_member_pointer.pass.cpp | 48 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()
|