Home
last modified time | relevance | path

Searched defs:Empty (Results 1 – 16 of 16) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DEmpty.cs51 public sealed partial class Empty : pb::IMessage<Empty> { class
67 public Empty() { in Empty() method in Google.Protobuf.WellKnownTypes.Empty
74 public Empty(Empty other) : this() { in Empty() method in Google.Protobuf.WellKnownTypes.Empty
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dempty.proto53 message Empty {} message
Dempty.pb.cc109 Empty::Empty() in Empty() function in google::protobuf::Empty
115 Empty::Empty(::google::protobuf::Arena* arena) in Empty() function in google::protobuf::Empty
127 Empty::Empty(const Empty& from) in Empty() function in google::protobuf::Empty
Dempty.pb.h40 class Empty; variable
Dunknown_field_set_unittest.cc526 TEST_F(UnknownFieldSetTest, Empty) { in TEST_F() 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/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/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/Reflection/
DTypeRegistry.cs45 …public static TypeRegistry Empty { get; } = new TypeRegistry(new Dictionary<string, MessageDescrip… property in Google.Protobuf.Reflection.TypeRegistry
/frameworks/base/libs/hwui/
DOutline.h29 enum class Type { None = 0, Empty = 1, ConvexPath = 2, RoundRect = 3 }; enumerator
/frameworks/compile/mclinker/unittests/
DGCFactoryListTraitsTest.cpp109 TEST_F(GCFactoryListTraitsTest, Empty) { in TEST_F() argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DByteString.cs94 public static ByteString Empty property in Google.Protobuf.ByteString
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/
Dtest.proto42 message Empty { message
/frameworks/base/tools/aapt2/configuration/
DConfigurationParser_test.cpp904 TEST(ArtifactTest, Empty) { argument
/frameworks/native/vulkan/libvulkan/
Dapi.cpp730 bool LayerChain::Empty() const { in Empty() function in vulkan::api::__anon1a3a5f700111::LayerChain