Searched refs:PointCount (Results 1 – 9 of 9) sorted by relevance
796 public int PointCount { property in Routeguide.RouteSummary858 if (PointCount != other.PointCount) return false; in Equals()868 if (PointCount != 0) hash ^= PointCount.GetHashCode(); in GetHashCode()885 if (PointCount != 0) { in WriteTo()887 output.WriteInt32(PointCount); in WriteTo()909 if (PointCount != 0) { in CalculateSize()910 size += 1 + pb::CodedOutputStream.ComputeInt32Size(PointCount); in CalculateSize()932 if (other.PointCount != 0) { in MergeFrom()933 PointCount = other.PointCount; in MergeFrom()956 PointCount = input.ReadInt32(); in MergeFrom()
125 uint32 PointCount () const in PointCount() function162 return PointCount () == 0 && in IsEmpty()
362 if (PointCount () > 1) in Sort()411 for (uint32 k = index + 1; k < PointCount (); k++) in IsPointIsolated()526 for (uint32 k = index + 1; k < PointCount (); k++) in IsPointValid()700 uint32 pCount = fList->PointCount (); in PutData()744 if (fList->PointCount ()) in SrcArea()1728 uint32 pointCount = fList->PointCount (); in ProcessArea()
95 PointCount = pointCount, in RecordRoute()
134 + "Travelled {2} meters. It took {3} seconds.", summary.PointCount, in RecordRoute()
75 ADAPTER_PROPERTY(PointCount , SkScalar, 0)
923 size_t PointCount = MD->size();1022 // int32_t PointCount;1023 // void *SafePointAddress[PointCount];1033 // Emit PointCount.
952 // int32_t PointCount;953 // void *SafePointAddress[PointCount];963 // Emit PointCount.
2438 self.PointCount = len(self.PointIndex)