Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs199 …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.h274 bool IsMap() { return item_type_ == MAP; } in IsMap() function
Dutility.cc360 bool IsMap(const google::protobuf::Field& field, in IsMap() function
Dprotostream_objectwriter.cc1280 bool ProtoStreamObjectWriter::IsMap(const google::protobuf::Field& field) { in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectWriter
Dprotostream_objectsource.cc1061 bool ProtoStreamObjectSource::IsMap( in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectSource
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h384 bool IsMap() const { return type_ == FBT_MAP; } in IsMap() function
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc996 TEST_F(DescriptorTest, IsMap) { in TEST_F() argument
/external/protobuf/php/ext/google/protobuf/
Dupb.h3313 bool IsMap() const { return upb_fielddef_ismap(ptr_); } in IsMap() function
/external/v8/src/codegen/
Dcode-stub-assembler.cc5997 TNode<BoolT> CodeStubAssembler::IsMap(TNode<HeapObject> map) { in IsMap() function in v8::internal::CodeStubAssembler