Home
last modified time | relevance | path

Searched refs:HasType (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFieldDescriptor.cs362 if (Proto.HasType) in CrossLink()
H A DDescriptor.cs2268 public bool HasType { property in Google.Protobuf.Reflection.FieldDescriptorProto
2512 if (HasType) hash ^= Type.GetHashCode(); in GetHashCode()
2552 if (HasType) { in WriteTo()
2605 if (HasType) { in IBufferMessage.InternalWriteTo()
2651 if (HasType) { in CalculateSize()
2695 if (other.HasType) { in MergeFrom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1655 bool HasType = Record[i] == 6; in parseAttributeGroupBlock() local
1660 B.addByValAttr(HasType ? getTypeByID(Record[++i]) : nullptr); in parseAttributeGroupBlock()

Completed in 27 milliseconds