Home
last modified time | relevance | path

Searched refs:PointCount (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/
DRouteGuide.cs796 public int PointCount { property in Routeguide.RouteSummary
858 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()
/external/dng_sdk/source/
Ddng_bad_pixels.h125 uint32 PointCount () const in PointCount() function
162 return PointCount () == 0 && in IsEmpty()
Ddng_bad_pixels.cpp362 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()
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideServer/
DRouteGuideImpl.cs95 PointCount = pointCount, in RecordRoute()
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideClient/
DProgram.cs134 + "Travelled {2} meters. It took {3} seconds.", summary.PointCount, in RecordRoute()
/external/skqp/modules/skottie/src/
DSkottieAdapter.h75 ADAPTER_PROPERTY(PointCount , SkScalar, 0)
/external/llvm/docs/
DGarbageCollection.rst923 size_t PointCount = MD->size();
1022 // int32_t PointCount;
1023 // void *SafePointAddress[PointCount];
1033 // Emit PointCount.
/external/llvm-project/llvm/docs/
DGarbageCollection.rst952 // int32_t PointCount;
953 // void *SafePointAddress[PointCount];
963 // Emit PointCount.
/external/fonttools/Lib/fontTools/otlLib/
Dbuilder.py2438 self.PointCount = len(self.PointIndex)