Home
last modified time | relevance | path

Searched defs:IsMap (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs185 …public bool IsMap => fieldType == FieldType.Message && messageType.Proto.Options != null && messag… field in Google.Protobuf.Reflection.FieldDescriptor
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h207 bool IsMap() { return item_type_ == MAP; } in IsMap() function
Dutility.cc316 bool IsMap(const google::protobuf::Field& field, in IsMap() function
Dprotostream_objectwriter.cc1178 bool ProtoStreamObjectWriter::IsMap(const google::protobuf::Field& field) { in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectWriter
Dprotostream_objectsource.cc1014 bool ProtoStreamObjectSource::IsMap( in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectSource
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.h2584 inline bool FieldDef::IsMap() const { return upb_fielddef_ismap(this); } in IsMap() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor_unittest.cc853 TEST_F(DescriptorTest, IsMap) { in TEST_F() argument