HomeSort by relevance Sort by last modified time
    Searched defs:FeatureCount (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/
RouteGuide.cs 50 new pbr::GeneratedClrTypeInfo(typeof(global::Routeguide.RouteSummary), global::Routeguide.RouteSummary.Parser, new[]{ "PointCount", "FeatureCount", "Distance", "ElapsedTime" }, null, null, null)
810 public int FeatureCount {
859 if (FeatureCount != other.FeatureCount) return false;
869 if (FeatureCount != 0) hash ^= FeatureCount.GetHashCode();
889 if (FeatureCount != 0) {
891 output.WriteInt32(FeatureCount);
912 if (FeatureCount != 0) {
913 size += 1 + pb::CodedOutputStream.ComputeInt32Size(FeatureCount);
    [all...]
  /external/freetype/src/otvalid/
otvcommn.c 478 FT_UInt FeatureCount;
484 FeatureCount = FT_NEXT_USHORT( p );
486 OTV_TRACE(( " (FeatureCount = %d)\n", FeatureCount ));
488 OTV_LIMIT_CHECK( FeatureCount * 2 );
493 for ( ; FeatureCount > 0; FeatureCount-- )
522 FT_UInt FeatureCount;
530 FeatureCount = FT_NEXT_USHORT( p );
533 OTV_TRACE(( " (FeatureCount = %d)\n", FeatureCount ))
    [all...]

Completed in 448 milliseconds