Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs185 …public bool IsMap => fieldType == FieldType.Message && messageType.Proto.Options != null && messag… field in Google.Protobuf.Reflection.FieldDescriptor
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h202 bool IsMap() { return item_type_ == MAP; } in IsMap() function
Dutility.cc312 bool IsMap(const google::protobuf::Field& field, in IsMap() function
Dprotostream_objectwriter.cc1169 bool ProtoStreamObjectWriter::IsMap(const google::protobuf::Field& field) { in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectWriter
Dprotostream_objectsource.cc1008 bool ProtoStreamObjectSource::IsMap( in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectSource
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h354 bool IsMap() const { return type_ == TYPE_MAP; } in IsMap() function
/external/protobuf/php/ext/google/protobuf/
Dupb.h2584 inline bool FieldDef::IsMap() const { return upb_fielddef_ismap(this); } in IsMap() function
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc854 TEST_F(DescriptorTest, IsMap) { in TEST_F() argument
/external/v8/src/crankshaft/
Dhydrogen-instructions.h5065 inline bool IsMap() const { in IsMap() function
/external/v8/src/
Dcode-stub-assembler.cc2909 Node* CodeStubAssembler::IsMap(Node* map) { in IsMap() function in v8::internal::CodeStubAssembler