Home
last modified time | relevance | path

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

12

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dempty.pb.cc45 Empty::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fempty_2eproto()
50 sizeof(Empty), in protobuf_AssignDesc_google_2fprotobuf_2fempty_2eproto()
51 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Empty, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fempty_2eproto()
52 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Empty, _is_default_instance_)); in protobuf_AssignDesc_google_2fprotobuf_2fempty_2eproto()
67 Empty_descriptor_, &Empty::default_instance()); in protobuf_RegisterTypes()
73 delete Empty::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fempty_2eproto()
92 Empty::default_instance_ = new Empty(); in protobuf_AddDesc_google_2fprotobuf_2fempty_2eproto()
93 Empty::default_instance_->InitAsDefaultInstance(); in protobuf_AddDesc_google_2fprotobuf_2fempty_2eproto()
109 Empty::Empty() in Empty() function in google::protobuf::Empty
115 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 /* @@protoc_insertion_point(cla…
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 …]
Dempty.proto49 // rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
52 // The JSON representation for `Empty` is empty JSON object `{}`.
53 message Empty {} message
Dunittest_well_known_types.proto27 google.protobuf.Empty empty_field = 4;
51 repeated google.protobuf.Empty empty_field = 4;
74 google.protobuf.Empty empty_field = 4;
99 map<int32,google.protobuf.Empty> empty_field = 4;
/frameworks/base/libs/hwui/
DOutline.h29 enum class Type { None = 0, Empty = 1, ConvexPath = 2, RoundRect = 3 }; enumerator
72 mType = Type::Empty; in setEmpty()
83 bool isEmpty() const { return mType == Type::Empty; } in isEmpty()
111 if (mType == Type::None || mType == Type::Empty) return nullptr; in getPath()
/frameworks/compile/mclinker/lib/Script/
DScriptParser.yy215 | /* Empty */
314 | /* Empty */
372 | /* Empty */
401 | /* Empty */
419 | /* Empty */
426 | /* Empty */
433 | /* Empty */
441 | /* Empty */
447 | /* Empty */
453 | /* Empty */
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DGeneratedMessageTest.cs64 Assert.AreEqual(ByteString.Empty, message.SingleBytes); in DefaultValues()
112 Assert.AreEqual(ByteString.Empty, message.OneofBytes); in DefaultValues()
220 { 10, ByteString.Empty } in RoundTrip_Maps()
242 MapInt32Bytes = { { 0, ByteString.Empty } } in MapWithEmptyEntry()
250 Assert.AreEqual(ByteString.Empty, parsed.MapInt32Bytes[0]); in MapWithEmptyEntry()
560 Assert.AreEqual(ByteString.Empty, message.OneofBytes); in OneofProperties()
567 Assert.AreEqual(ByteString.Empty, message.OneofBytes); in OneofProperties()
582 Assert.AreEqual(ByteString.Empty, message.OneofBytes); in OneofProperties()
590 Assert.AreEqual(ByteString.Empty, message.OneofBytes); in OneofProperties()
597 Assert.AreEqual(ByteString.Empty, message.OneofBytes); in OneofProperties()
[all …]
DByteStringTest.cs72 Assert.AreEqual(0, ByteString.Empty.Length); in EmptyByteStringHasZeroSize()
168 Assert.AreSame(ByteString.Empty, ByteString.FromBase64("")); in FromBase64_Empty()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstringprintf_unittest.cc45 TEST(StringPrintfTest, Empty) { in TEST() argument
63 TEST(StringAppendFTest, Empty) { in TEST() argument
Dstatus_test.cc40 TEST(Status, Empty) { in TEST() argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Ddefault_value_objectwriter_test.cc80 TEST_P(DefaultValueObjectWriterTest, Empty) { in TEST_P() argument
167 TEST_P(DefaultValueObjectWriterSuppressListTest, Empty) { in TEST_P() argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/google/protobuf/
DEmpty.pbobjc.m17 #import <Protobuf/Empty.pbobjc.h>
19 #import "google/protobuf/Empty.pbobjc.h"
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DByteString.cs94 public static ByteString Empty property in Google.Protobuf.ByteString
141 return bytes == "" ? Empty : new ByteString(Convert.FromBase64String(bytes)); in FromBase64()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DWrappersTest.cs94 BytesField = ByteString.Empty, in NonNullDefaultIsPreservedThroughSerialization()
108 Assert.AreEqual(ByteString.Empty, parsed.BytesField); in NonNullDefaultIsPreservedThroughSerialization()
134 … BytesField = { ByteString.CopyFrom(1, 2, 3), ByteString.CopyFrom(4, 5, 6), ByteString.Empty }, in RepeatedWrappersSerializeDeserialize()
186 { 1000, ByteString.Empty }, in MapWrappersSerializeDeserialize()
262 var message = new OneofWellKnownTypes { EmptyField = new Empty() }; in Oneof()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DSingleFieldAccessor.cs66 : clrType == typeof(ByteString) ? ByteString.Empty in SingleFieldAccessor()
DTypeRegistry.cs45 …public static TypeRegistry Empty { get; } = new TypeRegistry(new Dictionary<string, MessageDescrip… property in Google.Protobuf.Reflection.TypeRegistry
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBProtocolBuffers.h58 #import <Protobuf/Empty.pbobjc.h>
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestWellKnownTypes.cs265 private global::Google.Protobuf.WellKnownTypes.Empty emptyField_;
267 public global::Google.Protobuf.WellKnownTypes.Empty EmptyField {
675 emptyField_ = new global::Google.Protobuf.WellKnownTypes.Empty(); in MergeFrom()
750 if (bytesField_ == null || other.BytesField != pb::ByteString.Empty) { in MergeFrom()
793 emptyField_ = new global::Google.Protobuf.WellKnownTypes.Empty(); in MergeFrom()
891 if (bytesField_ == null || value != pb::ByteString.Empty) { in MergeFrom()
993 …private static readonly pb::FieldCodec<global::Google.Protobuf.WellKnownTypes.Empty> _repeated_emp…
994 = pb::FieldCodec.ForMessage(34, global::Google.Protobuf.WellKnownTypes.Empty.Parser);
995 …:Google.Protobuf.WellKnownTypes.Empty> emptyField_ = new pbc::RepeatedField<global::Google.Protobu…
997 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Empty> EmptyField {
[all …]
/frameworks/compile/mclinker/unittests/
DGCFactoryListTraitsTest.cpp109 TEST_F(GCFactoryListTraitsTest, Empty) { in TEST_F() argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ProtocolBuffers_OSX.xcodeproj/
Dproject.pbxproj62 …F4E6759B1B21D0000054530B /* Empty.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F4E6758B…
194Empty.pbobjc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h…
195Empty.pbobjc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.ob…
294 F4E6758A1B21D0000054530B /* Empty.pbobjc.h */,
295 F4E6758B1B21D0000054530B /* Empty.pbobjc.m */,
623 F4E6759B1B21D0000054530B /* Empty.pbobjc.m in Sources */,
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DProtobuf.podspec22 'objectivec/google/protobuf/Empty.pbobjc.{h,m}',
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ProtocolBuffers_iOS.xcodeproj/
Dproject.pbxproj70 …F4E675D21B21D1620054530B /* Empty.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F4E675BC…
216 …54530B /* Empty.pbobjc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name =
217 …4530B /* Empty.pbobjc.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name …
329 F4E675BB1B21D1440054530B /* Empty.pbobjc.h */,
330 F4E675BC1B21D1440054530B /* Empty.pbobjc.m */,
711 F4E675D21B21D1620054530B /* Empty.pbobjc.m in Sources */,
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/proto/com/google/protobuf/
Dlite_equals_and_hash.proto65 message Empty { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DAny.cs179 private pb::ByteString value_ = pb::ByteString.Empty;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/
Dmessage_test.js86 var empty1 = new proto.jspb.test.Empty([]);
87 var empty2 = new proto.jspb.test.Empty([]);
699 var msg = new proto.jspb.test.Empty([{1: 'hi'}]);
705 var msg = new proto.jspb.test.Empty([1, {4: 'hi'}]);
711 var msg = new proto.jspb.test.Empty([1, 2, 3, {1: 'hi'}]);

12