Documentation
¶
Index ¶
- type ArrayMapServer
- func (s *ArrayMapServer) Clear(_ context.Context, req *pb.SparseBooleanArrayClearRequest) (*pb.SparseBooleanArrayClearResponse, error)
- func (s *ArrayMapServer) ContainsKey(_ context.Context, req *pb.ContainsKeyRequest) (*pb.ContainsKeyResponse, error)
- func (s *ArrayMapServer) ContainsValue(_ context.Context, req *pb.ContainsValueRequest) (*pb.ContainsValueResponse, error)
- func (s *ArrayMapServer) EnsureCapacity(_ context.Context, req *pb.EnsureCapacityRequest) (*pb.EnsureCapacityResponse, error)
- func (s *ArrayMapServer) Equals(_ context.Context, req *pb.SparseBooleanArrayEqualsRequest) (*pb.EqualsResponse, error)
- func (s *ArrayMapServer) HashCode(_ context.Context, req *pb.SparseBooleanArrayHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *ArrayMapServer) IndexOfKey(_ context.Context, req *pb.ArrayMapIndexOfKeyRequest) (*pb.IndexOfKeyResponse, error)
- func (s *ArrayMapServer) IndexOfValue(_ context.Context, req *pb.ArrayMapIndexOfValueRequest) (*pb.IndexOfValueResponse, error)
- func (s *ArrayMapServer) IsEmpty(_ context.Context, req *pb.IsEmptyRequest) (*pb.IsEmptyResponse, error)
- func (s *ArrayMapServer) KeySet(_ context.Context, req *pb.KeySetRequest) (*pb.KeySetResponse, error)
- func (s *ArrayMapServer) NewArrayMap(_ context.Context, req *pb.NewArrayMapRequest) (*pb.NewArrayMapResponse, error)
- func (s *ArrayMapServer) Size(_ context.Context, req *pb.SizeRequest) (*pb.SizeResponse, error)
- func (s *ArrayMapServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- func (s *ArrayMapServer) Values(_ context.Context, req *pb.ArrayMapValuesRequest) (*pb.ValuesResponse, error)
- type ArraySetServer
- func (s *ArraySetServer) Clear(_ context.Context, req *pb.SparseBooleanArrayClearRequest) (*pb.SparseBooleanArrayClearResponse, error)
- func (s *ArraySetServer) Contains(_ context.Context, req *pb.ArraySetContainsRequest) (*pb.ContainsResponse, error)
- func (s *ArraySetServer) EnsureCapacity(_ context.Context, req *pb.EnsureCapacityRequest) (*pb.EnsureCapacityResponse, error)
- func (s *ArraySetServer) Equals(_ context.Context, req *pb.SparseBooleanArrayEqualsRequest) (*pb.EqualsResponse, error)
- func (s *ArraySetServer) HashCode(_ context.Context, req *pb.SparseBooleanArrayHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *ArraySetServer) IndexOf(_ context.Context, req *pb.IndexOfRequest) (*pb.IndexOfResponse, error)
- func (s *ArraySetServer) IsEmpty(_ context.Context, req *pb.IsEmptyRequest) (*pb.IsEmptyResponse, error)
- func (s *ArraySetServer) Iterator(_ context.Context, req *pb.IteratorRequest) (*pb.IteratorResponse, error)
- func (s *ArraySetServer) NewArraySet(_ context.Context, req *pb.NewArraySetRequest) (*pb.NewArraySetResponse, error)
- func (s *ArraySetServer) Remove(_ context.Context, req *pb.ArraySetRemoveRequest) (*pb.ArraySetRemoveResponse, error)
- func (s *ArraySetServer) Size(_ context.Context, req *pb.SizeRequest) (*pb.SizeResponse, error)
- func (s *ArraySetServer) ToArray(_ context.Context, req *pb.ToArrayRequest) (*pb.ToArrayResponse, error)
- func (s *ArraySetServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- type AtomicFileServer
- func (s *AtomicFileServer) Delete(_ context.Context, req *pb.AtomicFileDeleteRequest) (*pb.DeleteResponse, error)
- func (s *AtomicFileServer) FailWrite(_ context.Context, req *pb.FailWriteRequest) (*pb.FailWriteResponse, error)
- func (s *AtomicFileServer) FinishWrite(_ context.Context, req *pb.FinishWriteRequest) (*pb.FinishWriteResponse, error)
- func (s *AtomicFileServer) GetBaseFile(_ context.Context, req *pb.GetBaseFileRequest) (*pb.GetBaseFileResponse, error)
- func (s *AtomicFileServer) GetLastModifiedTime(_ context.Context, req *pb.GetLastModifiedTimeRequest) (*pb.GetLastModifiedTimeResponse, error)
- func (s *AtomicFileServer) NewAtomicFile(_ context.Context, req *pb.NewAtomicFileRequest) (*pb.NewAtomicFileResponse, error)
- func (s *AtomicFileServer) OpenRead(_ context.Context, req *pb.OpenReadRequest) (*pb.OpenReadResponse, error)
- func (s *AtomicFileServer) ReadFully(_ context.Context, req *pb.ReadFullyRequest) (*pb.ReadFullyResponse, error)
- func (s *AtomicFileServer) StartWrite(_ context.Context, req *pb.StartWriteRequest) (*pb.StartWriteResponse, error)
- func (s *AtomicFileServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- type Base64InputStreamServer
- func (s *Base64InputStreamServer) Available(_ context.Context, req *pb.AvailableRequest) (*pb.AvailableResponse, error)
- func (s *Base64InputStreamServer) Close(_ context.Context, req *pb.CloseRequest) (*pb.CloseResponse, error)
- func (s *Base64InputStreamServer) Mark(_ context.Context, req *pb.MarkRequest) (*pb.MarkResponse, error)
- func (s *Base64InputStreamServer) MarkSupported(_ context.Context, req *pb.MarkSupportedRequest) (*pb.MarkSupportedResponse, error)
- func (s *Base64InputStreamServer) NewBase64InputStream(_ context.Context, req *pb.NewBase64InputStreamRequest) (*pb.NewBase64InputStreamResponse, error)
- func (s *Base64InputStreamServer) Read0(_ context.Context, req *pb.Read0Request) (*pb.Read0Response, error)
- func (s *Base64InputStreamServer) Read3_1(_ context.Context, req *pb.Read3_1Request) (*pb.Read3_1Response, error)
- func (s *Base64InputStreamServer) Reset(_ context.Context, req *pb.Base64InputStreamResetRequest) (*pb.ResetResponse, error)
- func (s *Base64InputStreamServer) Skip(_ context.Context, req *pb.SkipRequest) (*pb.SkipResponse, error)
- type Base64OutputStreamServer
- func (s *Base64OutputStreamServer) Close(_ context.Context, req *pb.CloseRequest) (*pb.CloseResponse, error)
- func (s *Base64OutputStreamServer) NewBase64OutputStream(_ context.Context, req *pb.NewBase64OutputStreamRequest) (*pb.NewBase64OutputStreamResponse, error)
- func (s *Base64OutputStreamServer) Write1_1(_ context.Context, req *pb.Write1_1Request) (*pb.Write1_1Response, error)
- func (s *Base64OutputStreamServer) Write3(_ context.Context, req *pb.Write3Request) (*pb.Write3Response, error)
- type BuddhistCalendarServer
- type ChineseCalendarServer
- func (s *ChineseCalendarServer) Add(_ context.Context, req *pb.ChineseCalendarAddRequest) (*pb.AddResponse, error)
- func (s *ChineseCalendarServer) GetTemporalMonthCode(_ context.Context, req *pb.ChineseCalendarGetTemporalMonthCodeRequest) (*pb.GetTemporalMonthCodeResponse, error)
- func (s *ChineseCalendarServer) GetType(_ context.Context, req *pb.GetTypeRequest) (*pb.GetTypeResponse, error)
- func (s *ChineseCalendarServer) InTemporalLeapYear(_ context.Context, req *pb.ChineseCalendarInTemporalLeapYearRequest) (*pb.InTemporalLeapYearResponse, error)
- func (s *ChineseCalendarServer) NewChineseCalendar(_ context.Context, req *pb.NewChineseCalendarRequest) (*pb.NewChineseCalendarResponse, error)
- func (s *ChineseCalendarServer) Roll(_ context.Context, req *pb.RollRequest) (*pb.RollResponse, error)
- func (s *ChineseCalendarServer) SetTemporalMonthCode(_ context.Context, req *pb.ChineseCalendarSetTemporalMonthCodeRequest) (*pb.SetTemporalMonthCodeResponse, error)
- type CloseGuardServer
- func (s *CloseGuardServer) Close(_ context.Context, req *pb.CloseRequest) (*pb.CloseResponse, error)
- func (s *CloseGuardServer) NewCloseGuard(_ context.Context, req *pb.NewCloseGuardRequest) (*pb.NewCloseGuardResponse, error)
- func (s *CloseGuardServer) Open(_ context.Context, req *pb.OpenRequest) (*pb.OpenResponse, error)
- func (s *CloseGuardServer) WarnIfOpen(_ context.Context, req *pb.WarnIfOpenRequest) (*pb.WarnIfOpenResponse, error)
- type CopticCalendarServer
- func (s *CopticCalendarServer) GetTemporalMonthCode(_ context.Context, req *pb.CopticCalendarGetTemporalMonthCodeRequest) (*pb.GetTemporalMonthCodeResponse, error)
- func (s *CopticCalendarServer) GetType(_ context.Context, req *pb.GetTypeRequest) (*pb.GetTypeResponse, error)
- func (s *CopticCalendarServer) NewCopticCalendar(_ context.Context, req *pb.NewCopticCalendarRequest) (*pb.NewCopticCalendarResponse, error)
- func (s *CopticCalendarServer) SetTemporalMonthCode(_ context.Context, req *pb.CopticCalendarSetTemporalMonthCodeRequest) (*pb.SetTemporalMonthCodeResponse, error)
- type CurrencyAmountServer
- type DateIntervalServer
- func (s *DateIntervalServer) Equals(_ context.Context, req *pb.DateIntervalEqualsRequest) (*pb.EqualsResponse, error)
- func (s *DateIntervalServer) GetFromDate(_ context.Context, req *pb.GetFromDateRequest) (*pb.GetFromDateResponse, error)
- func (s *DateIntervalServer) GetToDate(_ context.Context, req *pb.GetToDateRequest) (*pb.GetToDateResponse, error)
- func (s *DateIntervalServer) HashCode(_ context.Context, req *pb.DateIntervalHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *DateIntervalServer) NewDateInterval(_ context.Context, req *pb.NewDateIntervalRequest) (*pb.NewDateIntervalResponse, error)
- func (s *DateIntervalServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- type EthiopicCalendarServer
- func (s *EthiopicCalendarServer) GetTemporalMonthCode(_ context.Context, req *pb.EthiopicCalendarGetTemporalMonthCodeRequest) (*pb.GetTemporalMonthCodeResponse, error)
- func (s *EthiopicCalendarServer) GetType(_ context.Context, req *pb.GetTypeRequest) (*pb.GetTypeResponse, error)
- func (s *EthiopicCalendarServer) IsAmeteAlemEra(_ context.Context, req *pb.IsAmeteAlemEraRequest) (*pb.IsAmeteAlemEraResponse, error)
- func (s *EthiopicCalendarServer) NewEthiopicCalendar(_ context.Context, req *pb.NewEthiopicCalendarRequest) (*pb.NewEthiopicCalendarResponse, error)
- func (s *EthiopicCalendarServer) SetAmeteAlemEra(_ context.Context, req *pb.SetAmeteAlemEraRequest) (*pb.SetAmeteAlemEraResponse, error)
- func (s *EthiopicCalendarServer) SetTemporalMonthCode(_ context.Context, req *pb.EthiopicCalendarSetTemporalMonthCodeRequest) (*pb.SetTemporalMonthCodeResponse, error)
- type EventLogTagsServer
- func (s *EventLogTagsServer) Get1(_ context.Context, req *pb.Get1Request) (*pb.EventLogTagsGet1Response, error)
- func (s *EventLogTagsServer) Get1_1(_ context.Context, req *pb.Get1_1Request) (*pb.Get1_1Response, error)
- func (s *EventLogTagsServer) NewEventLogTags(_ context.Context, req *pb.NewEventLogTagsRequest) (*pb.NewEventLogTagsResponse, error)
- type GregorianCalendarServer
- func (s *GregorianCalendarServer) GetActualMaximum(_ context.Context, req *pb.GregorianCalendarGetActualMaximumRequest) (*pb.GetActualMaximumResponse, error)
- func (s *GregorianCalendarServer) GetActualMinimum(_ context.Context, req *pb.GregorianCalendarGetActualMinimumRequest) (*pb.GetActualMinimumResponse, error)
- func (s *GregorianCalendarServer) GetGregorianChange(_ context.Context, req *pb.GetGregorianChangeRequest) (*pb.GetGregorianChangeResponse, error)
- func (s *GregorianCalendarServer) GetType(_ context.Context, req *pb.GetTypeRequest) (*pb.GetTypeResponse, error)
- func (s *GregorianCalendarServer) HashCode(_ context.Context, req *pb.GregorianCalendarHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *GregorianCalendarServer) IsEquivalentTo(_ context.Context, req *pb.GregorianCalendarIsEquivalentToRequest) (*pb.IsEquivalentToResponse, error)
- func (s *GregorianCalendarServer) IsLeapYear(_ context.Context, req *pb.IsLeapYearRequest) (*pb.IsLeapYearResponse, error)
- func (s *GregorianCalendarServer) NewGregorianCalendar(_ context.Context, req *pb.NewGregorianCalendarRequest) (*pb.NewGregorianCalendarResponse, error)
- func (s *GregorianCalendarServer) Roll(_ context.Context, req *pb.RollRequest) (*pb.RollResponse, error)
- func (s *GregorianCalendarServer) SetGregorianChange(_ context.Context, req *pb.SetGregorianChangeRequest) (*pb.SetGregorianChangeResponse, error)
- type HalfServer
- func (s *HalfServer) Abs(_ context.Context, req *pb.AbsRequest) (*pb.AbsResponse, error)
- func (s *HalfServer) ByteValue(_ context.Context, req *pb.ByteValueRequest) (*pb.ByteValueResponse, error)
- func (s *HalfServer) Ceil(_ context.Context, req *pb.CeilRequest) (*pb.CeilResponse, error)
- func (s *HalfServer) Compare(_ context.Context, req *pb.CompareRequest) (*pb.CompareResponse, error)
- func (s *HalfServer) CompareTo1(_ context.Context, req *pb.HalfCompareTo1Request) (*pb.CompareTo1Response, error)
- func (s *HalfServer) CompareTo1_1(_ context.Context, req *pb.HalfCompareTo1_1Request) (*pb.CompareTo1_1Response, error)
- func (s *HalfServer) CopySign(_ context.Context, req *pb.CopySignRequest) (*pb.CopySignResponse, error)
- func (s *HalfServer) DoubleValue(_ context.Context, req *pb.DoubleValueRequest) (*pb.DoubleValueResponse, error)
- func (s *HalfServer) Equals1(_ context.Context, req *pb.Equals1Request) (*pb.Equals1Response, error)
- func (s *HalfServer) Equals2_1(_ context.Context, req *pb.Equals2_1Request) (*pb.Equals2_1Response, error)
- func (s *HalfServer) FloatValue(_ context.Context, req *pb.FloatValueRequest) (*pb.FloatValueResponse, error)
- func (s *HalfServer) Floor(_ context.Context, req *pb.FloorRequest) (*pb.FloorResponse, error)
- func (s *HalfServer) GetExponent(_ context.Context, req *pb.GetExponentRequest) (*pb.GetExponentResponse, error)
- func (s *HalfServer) GetSign(_ context.Context, req *pb.GetSignRequest) (*pb.GetSignResponse, error)
- func (s *HalfServer) GetSignificand(_ context.Context, req *pb.GetSignificandRequest) (*pb.GetSignificandResponse, error)
- func (s *HalfServer) Greater(_ context.Context, req *pb.GreaterRequest) (*pb.GreaterResponse, error)
- func (s *HalfServer) GreaterEquals(_ context.Context, req *pb.GreaterEqualsRequest) (*pb.GreaterEqualsResponse, error)
- func (s *HalfServer) HalfToIntBits(_ context.Context, req *pb.HalfToIntBitsRequest) (*pb.HalfToIntBitsResponse, error)
- func (s *HalfServer) HalfToRawIntBits(_ context.Context, req *pb.HalfToRawIntBitsRequest) (*pb.HalfToRawIntBitsResponse, error)
- func (s *HalfServer) HalfToShortBits(_ context.Context, req *pb.HalfToShortBitsRequest) (*pb.HalfToShortBitsResponse, error)
- func (s *HalfServer) HalfValue(_ context.Context, req *pb.HalfValueRequest) (*pb.HalfValueResponse, error)
- func (s *HalfServer) HashCode0(_ context.Context, req *pb.HashCode0Request) (*pb.HashCode0Response, error)
- func (s *HalfServer) HashCode1_1(_ context.Context, req *pb.HashCode1_1Request) (*pb.HashCode1_1Response, error)
- func (s *HalfServer) IntBitsToHalf(_ context.Context, req *pb.IntBitsToHalfRequest) (*pb.IntBitsToHalfResponse, error)
- func (s *HalfServer) IntValue(_ context.Context, req *pb.IntValueRequest) (*pb.IntValueResponse, error)
- func (s *HalfServer) IsInfinite(_ context.Context, req *pb.IsInfiniteRequest) (*pb.IsInfiniteResponse, error)
- func (s *HalfServer) IsNaN0(_ context.Context, req *pb.IsNaN0Request) (*pb.IsNaN0Response, error)
- func (s *HalfServer) IsNaN1_1(_ context.Context, req *pb.IsNaN1_1Request) (*pb.IsNaN1_1Response, error)
- func (s *HalfServer) IsNormalized(_ context.Context, req *pb.IsNormalizedRequest) (*pb.IsNormalizedResponse, error)
- func (s *HalfServer) Less(_ context.Context, req *pb.LessRequest) (*pb.LessResponse, error)
- func (s *HalfServer) LessEquals(_ context.Context, req *pb.LessEqualsRequest) (*pb.LessEqualsResponse, error)
- func (s *HalfServer) LongValue(_ context.Context, req *pb.LongValueRequest) (*pb.LongValueResponse, error)
- func (s *HalfServer) Max(_ context.Context, req *pb.MaxRequest) (*pb.MaxResponse, error)
- func (s *HalfServer) Min(_ context.Context, req *pb.MinRequest) (*pb.MinResponse, error)
- func (s *HalfServer) NewHalf(_ context.Context, req *pb.NewHalfRequest) (*pb.NewHalfResponse, error)
- func (s *HalfServer) ParseHalf(_ context.Context, req *pb.ParseHalfRequest) (*pb.ParseHalfResponse, error)
- func (s *HalfServer) Round(_ context.Context, req *pb.RoundRequest) (*pb.RoundResponse, error)
- func (s *HalfServer) ShortValue(_ context.Context, req *pb.ShortValueRequest) (*pb.ShortValueResponse, error)
- func (s *HalfServer) ToFloat(_ context.Context, req *pb.ToFloatRequest) (*pb.ToFloatResponse, error)
- func (s *HalfServer) ToHalf(_ context.Context, req *pb.ToHalfRequest) (*pb.ToHalfResponse, error)
- func (s *HalfServer) ToHexString(_ context.Context, req *pb.ToHexStringRequest) (*pb.ToHexStringResponse, error)
- func (s *HalfServer) ToString0(_ context.Context, req *pb.ToString0Request) (*pb.ToString0Response, error)
- func (s *HalfServer) ToString1_1(_ context.Context, req *pb.ToString1_1Request) (*pb.ToString1_1Response, error)
- func (s *HalfServer) Trunc(_ context.Context, req *pb.TruncRequest) (*pb.TruncResponse, error)
- func (s *HalfServer) ValueOf1(_ context.Context, req *pb.ValueOf1Request) (*pb.ValueOf1Response, error)
- func (s *HalfServer) ValueOf1_1(_ context.Context, req *pb.ValueOf1_1Request) (*pb.ValueOf1_1Response, error)
- func (s *HalfServer) ValueOf1_2(_ context.Context, req *pb.ValueOf1_2Request) (*pb.ValueOf1_2Response, error)
- type HebrewCalendarServer
- func (s *HebrewCalendarServer) Add(_ context.Context, req *pb.HebrewCalendarAddRequest) (*pb.AddResponse, error)
- func (s *HebrewCalendarServer) GetTemporalMonthCode(_ context.Context, req *pb.HebrewCalendarGetTemporalMonthCodeRequest) (*pb.GetTemporalMonthCodeResponse, error)
- func (s *HebrewCalendarServer) GetType(_ context.Context, req *pb.GetTypeRequest) (*pb.GetTypeResponse, error)
- func (s *HebrewCalendarServer) InTemporalLeapYear(_ context.Context, req *pb.HebrewCalendarInTemporalLeapYearRequest) (*pb.InTemporalLeapYearResponse, error)
- func (s *HebrewCalendarServer) NewHebrewCalendar(_ context.Context, req *pb.NewHebrewCalendarRequest) (*pb.NewHebrewCalendarResponse, error)
- func (s *HebrewCalendarServer) Roll(_ context.Context, req *pb.RollRequest) (*pb.RollResponse, error)
- func (s *HebrewCalendarServer) SetTemporalMonthCode(_ context.Context, req *pb.HebrewCalendarSetTemporalMonthCodeRequest) (*pb.SetTemporalMonthCodeResponse, error)
- type IllformedLocaleExceptionServer
- func (s *IllformedLocaleExceptionServer) GetErrorIndex(_ context.Context, req *pb.GetErrorIndexRequest) (*pb.GetErrorIndexResponse, error)
- func (s *IllformedLocaleExceptionServer) NewIllformedLocaleException(_ context.Context, req *pb.NewIllformedLocaleExceptionRequest) (*pb.NewIllformedLocaleExceptionResponse, error)
- type IndianCalendarServer
- type IslamicCalendarServer
- func (s *IslamicCalendarServer) GetCalculationType(_ context.Context, req *pb.GetCalculationTypeRequest) (*pb.GetCalculationTypeResponse, error)
- func (s *IslamicCalendarServer) GetType(_ context.Context, req *pb.GetTypeRequest) (*pb.GetTypeResponse, error)
- func (s *IslamicCalendarServer) InTemporalLeapYear(_ context.Context, req *pb.IslamicCalendarInTemporalLeapYearRequest) (*pb.InTemporalLeapYearResponse, error)
- func (s *IslamicCalendarServer) NewIslamicCalendar(_ context.Context, req *pb.NewIslamicCalendarRequest) (*pb.NewIslamicCalendarResponse, error)
- func (s *IslamicCalendarServer) SetCalculationType(_ context.Context, req *pb.SetCalculationTypeRequest) (*pb.SetCalculationTypeResponse, error)
- type JapaneseCalendarServer
- func (s *JapaneseCalendarServer) GetActualMaximum(_ context.Context, req *pb.JapaneseCalendarGetActualMaximumRequest) (*pb.GetActualMaximumResponse, error)
- func (s *JapaneseCalendarServer) GetType(_ context.Context, req *pb.GetTypeRequest) (*pb.GetTypeResponse, error)
- func (s *JapaneseCalendarServer) NewJapaneseCalendar(_ context.Context, req *pb.NewJapaneseCalendarRequest) (*pb.NewJapaneseCalendarResponse, error)
- type JsonReaderServer
- func (s *JsonReaderServer) BeginArray(_ context.Context, req *pb.BeginArrayRequest) (*pb.BeginArrayResponse, error)
- func (s *JsonReaderServer) BeginObject(_ context.Context, req *pb.BeginObjectRequest) (*pb.BeginObjectResponse, error)
- func (s *JsonReaderServer) Close(_ context.Context, req *pb.CloseRequest) (*pb.CloseResponse, error)
- func (s *JsonReaderServer) EndArray(_ context.Context, req *pb.EndArrayRequest) (*pb.EndArrayResponse, error)
- func (s *JsonReaderServer) EndObject(_ context.Context, req *pb.EndObjectRequest) (*pb.EndObjectResponse, error)
- func (s *JsonReaderServer) HasNext(_ context.Context, req *pb.HasNextRequest) (*pb.HasNextResponse, error)
- func (s *JsonReaderServer) IsLenient(_ context.Context, req *pb.JsonReaderIsLenientRequest) (*pb.IsLenientResponse, error)
- func (s *JsonReaderServer) NewJsonReader(_ context.Context, req *pb.NewJsonReaderRequest) (*pb.NewJsonReaderResponse, error)
- func (s *JsonReaderServer) NextBoolean(_ context.Context, req *pb.NextBooleanRequest) (*pb.NextBooleanResponse, error)
- func (s *JsonReaderServer) NextDouble(_ context.Context, req *pb.NextDoubleRequest) (*pb.NextDoubleResponse, error)
- func (s *JsonReaderServer) NextInt(_ context.Context, req *pb.NextIntRequest) (*pb.NextIntResponse, error)
- func (s *JsonReaderServer) NextLong(_ context.Context, req *pb.NextLongRequest) (*pb.NextLongResponse, error)
- func (s *JsonReaderServer) NextName(_ context.Context, req *pb.NextNameRequest) (*pb.NextNameResponse, error)
- func (s *JsonReaderServer) NextNull(_ context.Context, req *pb.NextNullRequest) (*pb.NextNullResponse, error)
- func (s *JsonReaderServer) NextString(_ context.Context, req *pb.NextStringRequest) (*pb.NextStringResponse, error)
- func (s *JsonReaderServer) Peek(_ context.Context, req *pb.PeekRequest) (*pb.PeekResponse, error)
- func (s *JsonReaderServer) SetLenient(_ context.Context, req *pb.JsonReaderSetLenientRequest) (*pb.SetLenientResponse, error)
- func (s *JsonReaderServer) SkipValue(_ context.Context, req *pb.SkipValueRequest) (*pb.SkipValueResponse, error)
- func (s *JsonReaderServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- type JsonWriterServer
- func (s *JsonWriterServer) BeginArray(_ context.Context, req *pb.BeginArrayRequest) (*pb.JsonWriterBeginArrayResponse, error)
- func (s *JsonWriterServer) BeginObject(_ context.Context, req *pb.BeginObjectRequest) (*pb.JsonWriterBeginObjectResponse, error)
- func (s *JsonWriterServer) Close(_ context.Context, req *pb.CloseRequest) (*pb.CloseResponse, error)
- func (s *JsonWriterServer) EndArray(_ context.Context, req *pb.EndArrayRequest) (*pb.JsonWriterEndArrayResponse, error)
- func (s *JsonWriterServer) EndObject(_ context.Context, req *pb.EndObjectRequest) (*pb.JsonWriterEndObjectResponse, error)
- func (s *JsonWriterServer) Flush(_ context.Context, req *pb.FlushRequest) (*pb.FlushResponse, error)
- func (s *JsonWriterServer) IsLenient(_ context.Context, req *pb.JsonReaderIsLenientRequest) (*pb.IsLenientResponse, error)
- func (s *JsonWriterServer) Name(_ context.Context, req *pb.NameRequest) (*pb.NameResponse, error)
- func (s *JsonWriterServer) NewJsonWriter(_ context.Context, req *pb.NewJsonWriterRequest) (*pb.NewJsonWriterResponse, error)
- func (s *JsonWriterServer) NullValue(_ context.Context, req *pb.NullValueRequest) (*pb.NullValueResponse, error)
- func (s *JsonWriterServer) SetIndent(_ context.Context, req *pb.SetIndentRequest) (*pb.SetIndentResponse, error)
- func (s *JsonWriterServer) SetLenient(_ context.Context, req *pb.JsonReaderSetLenientRequest) (*pb.SetLenientResponse, error)
- func (s *JsonWriterServer) Value1(_ context.Context, req *pb.Value1Request) (*pb.Value1Response, error)
- func (s *JsonWriterServer) Value1_1(_ context.Context, req *pb.Value1_1Request) (*pb.Value1_1Response, error)
- func (s *JsonWriterServer) Value1_2(_ context.Context, req *pb.Value1_2Request) (*pb.Value1_2Response, error)
- func (s *JsonWriterServer) Value1_3(_ context.Context, req *pb.Value1_3Request) (*pb.Value1_3Response, error)
- func (s *JsonWriterServer) Value1_4(_ context.Context, req *pb.Value1_4Request) (*pb.Value1_4Response, error)
- type LinkifyServer
- func (s *LinkifyServer) AddLinks2(_ context.Context, req *pb.AddLinks2Request) (*pb.AddLinks2Response, error)
- func (s *LinkifyServer) AddLinks2_4(_ context.Context, req *pb.AddLinks2_4Request) (*pb.AddLinks2_4Response, error)
- func (s *LinkifyServer) AddLinks3_1(_ context.Context, req *pb.AddLinks3_1Request) (*pb.AddLinks3_1Response, error)
- func (s *LinkifyServer) AddLinks3_5(_ context.Context, req *pb.AddLinks3_5Request) (*pb.AddLinks3_5Response, error)
- func (s *LinkifyServer) AddLinks5_2(_ context.Context, req *pb.AddLinks5_2Request) (*pb.AddLinks5_2Response, error)
- func (s *LinkifyServer) AddLinks5_6(_ context.Context, req *pb.AddLinks5_6Request) (*pb.AddLinks5_6Response, error)
- func (s *LinkifyServer) AddLinks6_3(_ context.Context, req *pb.AddLinks6_3Request) (*pb.AddLinks6_3Response, error)
- func (s *LinkifyServer) AddLinks6_7(_ context.Context, req *pb.AddLinks6_7Request) (*pb.AddLinks6_7Response, error)
- func (s *LinkifyServer) NewLinkify(_ context.Context, req *pb.NewLinkifyRequest) (*pb.NewLinkifyResponse, error)
- type LogPrinterServer
- type LongSparseArrayServer
- func (s *LongSparseArrayServer) Clear(_ context.Context, req *pb.SparseBooleanArrayClearRequest) (*pb.SparseBooleanArrayClearResponse, error)
- func (s *LongSparseArrayServer) Clone0(_ context.Context, req *pb.Clone0Request) (*pb.Clone0Response, error)
- func (s *LongSparseArrayServer) Clone0_1(_ context.Context, req *pb.Clone0_1Request) (*pb.Clone0_1Response, error)
- func (s *LongSparseArrayServer) Delete(_ context.Context, req *pb.LongSparseArrayDeleteRequest) (*pb.DeleteResponse, error)
- func (s *LongSparseArrayServer) IndexOfKey(_ context.Context, req *pb.LongSparseArrayIndexOfKeyRequest) (*pb.IndexOfKeyResponse, error)
- func (s *LongSparseArrayServer) KeyAt(_ context.Context, req *pb.KeyAtRequest) (*pb.LongSparseArrayKeyAtResponse, error)
- func (s *LongSparseArrayServer) NewLongSparseArray(_ context.Context, req *pb.NewLongSparseArrayRequest) (*pb.NewLongSparseArrayResponse, error)
- func (s *LongSparseArrayServer) Remove(_ context.Context, req *pb.LongSparseArrayRemoveRequest) (*pb.RemoveResponse, error)
- func (s *LongSparseArrayServer) RemoveAt(_ context.Context, req *pb.RemoveAtRequest) (*pb.RemoveAtResponse, error)
- func (s *LongSparseArrayServer) Size(_ context.Context, req *pb.SizeRequest) (*pb.SizeResponse, error)
- func (s *LongSparseArrayServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- type LruCacheServer
- func (s *LruCacheServer) EvictAll(_ context.Context, req *pb.EvictAllRequest) (*pb.EvictAllResponse, error)
- func (s *LruCacheServer) NewLruCache(_ context.Context, req *pb.NewLruCacheRequest) (*pb.NewLruCacheResponse, error)
- func (s *LruCacheServer) Resize(_ context.Context, req *pb.ResizeRequest) (*pb.ResizeResponse, error)
- func (s *LruCacheServer) TrimToSize(_ context.Context, req *pb.TrimToSizeRequest) (*pb.TrimToSizeResponse, error)
- type MeasureServer
- func (s *MeasureServer) Equals(_ context.Context, req *pb.MeasureEqualsRequest) (*pb.EqualsResponse, error)
- func (s *MeasureServer) GetNumber(_ context.Context, req *pb.GetNumberRequest) (*pb.GetNumberResponse, error)
- func (s *MeasureServer) GetUnit(_ context.Context, req *pb.GetUnitRequest) (*pb.GetUnitResponse, error)
- func (s *MeasureServer) HashCode(_ context.Context, req *pb.MeasureHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *MeasureServer) NewMeasure(_ context.Context, req *pb.NewMeasureRequest) (*pb.NewMeasureResponse, error)
- func (s *MeasureServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- type MonthDisplayHelperServer
- func (s *MonthDisplayHelperServer) GetColumnOf(_ context.Context, req *pb.GetColumnOfRequest) (*pb.GetColumnOfResponse, error)
- func (s *MonthDisplayHelperServer) GetDayAt(_ context.Context, req *pb.GetDayAtRequest) (*pb.GetDayAtResponse, error)
- func (s *MonthDisplayHelperServer) GetDigitsForRow(_ context.Context, req *pb.GetDigitsForRowRequest) (*pb.GetDigitsForRowResponse, error)
- func (s *MonthDisplayHelperServer) GetFirstDayOfMonth(_ context.Context, req *pb.GetFirstDayOfMonthRequest) (*pb.GetFirstDayOfMonthResponse, error)
- func (s *MonthDisplayHelperServer) GetMonth(_ context.Context, req *pb.GetMonthRequest) (*pb.GetMonthResponse, error)
- func (s *MonthDisplayHelperServer) GetNumberOfDaysInMonth(_ context.Context, req *pb.GetNumberOfDaysInMonthRequest) (*pb.GetNumberOfDaysInMonthResponse, error)
- func (s *MonthDisplayHelperServer) GetOffset(_ context.Context, req *pb.GetOffsetRequest) (*pb.GetOffsetResponse, error)
- func (s *MonthDisplayHelperServer) GetRowOf(_ context.Context, req *pb.GetRowOfRequest) (*pb.GetRowOfResponse, error)
- func (s *MonthDisplayHelperServer) GetWeekStartDay(_ context.Context, req *pb.GetWeekStartDayRequest) (*pb.GetWeekStartDayResponse, error)
- func (s *MonthDisplayHelperServer) GetYear(_ context.Context, req *pb.GetYearRequest) (*pb.GetYearResponse, error)
- func (s *MonthDisplayHelperServer) IsWithinCurrentMonth(_ context.Context, req *pb.IsWithinCurrentMonthRequest) (*pb.IsWithinCurrentMonthResponse, error)
- func (s *MonthDisplayHelperServer) NewMonthDisplayHelper(_ context.Context, req *pb.NewMonthDisplayHelperRequest) (*pb.NewMonthDisplayHelperResponse, error)
- func (s *MonthDisplayHelperServer) NextMonth(_ context.Context, req *pb.NextMonthRequest) (*pb.NextMonthResponse, error)
- func (s *MonthDisplayHelperServer) PreviousMonth(_ context.Context, req *pb.PreviousMonthRequest) (*pb.PreviousMonthResponse, error)
- type OutputServer
- type PairServer
- func (s *PairServer) Equals(_ context.Context, req *pb.SparseBooleanArrayEqualsRequest) (*pb.EqualsResponse, error)
- func (s *PairServer) HashCode(_ context.Context, req *pb.SparseBooleanArrayHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *PairServer) NewPair(_ context.Context, req *pb.NewPairRequest) (*pb.NewPairResponse, error)
- func (s *PairServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- type PrintStreamPrinterServer
- type PrintWriterPrinterServer
- type RangeServer
- func (s *RangeServer) Equals(_ context.Context, req *pb.SparseBooleanArrayEqualsRequest) (*pb.EqualsResponse, error)
- func (s *RangeServer) HashCode(_ context.Context, req *pb.SparseBooleanArrayHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *RangeServer) NewRange(_ context.Context, req *pb.NewRangeRequest) (*pb.NewRangeResponse, error)
- func (s *RangeServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- type RationalServer
- func (s *RationalServer) CompareTo1(_ context.Context, req *pb.HalfCompareTo1Request) (*pb.CompareTo1Response, error)
- func (s *RationalServer) CompareTo1_1(_ context.Context, req *pb.HalfCompareTo1_1Request) (*pb.CompareTo1_1Response, error)
- func (s *RationalServer) DoubleValue(_ context.Context, req *pb.DoubleValueRequest) (*pb.DoubleValueResponse, error)
- func (s *RationalServer) Equals(_ context.Context, req *pb.SparseBooleanArrayEqualsRequest) (*pb.EqualsResponse, error)
- func (s *RationalServer) FloatValue(_ context.Context, req *pb.FloatValueRequest) (*pb.FloatValueResponse, error)
- func (s *RationalServer) GetDenominator(_ context.Context, req *pb.GetDenominatorRequest) (*pb.GetDenominatorResponse, error)
- func (s *RationalServer) GetNumerator(_ context.Context, req *pb.GetNumeratorRequest) (*pb.GetNumeratorResponse, error)
- func (s *RationalServer) HashCode(_ context.Context, req *pb.SparseBooleanArrayHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *RationalServer) IntValue(_ context.Context, req *pb.IntValueRequest) (*pb.IntValueResponse, error)
- func (s *RationalServer) IsFinite(_ context.Context, req *pb.IsFiniteRequest) (*pb.IsFiniteResponse, error)
- func (s *RationalServer) IsInfinite(_ context.Context, req *pb.RationalIsInfiniteRequest) (*pb.IsInfiniteResponse, error)
- func (s *RationalServer) IsNaN(_ context.Context, req *pb.IsNaNRequest) (*pb.IsNaNResponse, error)
- func (s *RationalServer) IsZero(_ context.Context, req *pb.IsZeroRequest) (*pb.IsZeroResponse, error)
- func (s *RationalServer) LongValue(_ context.Context, req *pb.LongValueRequest) (*pb.LongValueResponse, error)
- func (s *RationalServer) NewRational(_ context.Context, req *pb.NewRationalRequest) (*pb.NewRationalResponse, error)
- func (s *RationalServer) ParseRational(_ context.Context, req *pb.ParseRationalRequest) (*pb.ParseRationalResponse, error)
- func (s *RationalServer) ShortValue(_ context.Context, req *pb.ShortValueRequest) (*pb.ShortValueResponse, error)
- func (s *RationalServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- type Rfc822TokenServer
- func (s *Rfc822TokenServer) Equals(_ context.Context, req *pb.Rfc822TokenEqualsRequest) (*pb.EqualsResponse, error)
- func (s *Rfc822TokenServer) GetAddress(_ context.Context, req *pb.GetAddressRequest) (*pb.GetAddressResponse, error)
- func (s *Rfc822TokenServer) GetComment(_ context.Context, req *pb.GetCommentRequest) (*pb.GetCommentResponse, error)
- func (s *Rfc822TokenServer) GetName(_ context.Context, req *pb.GetNameRequest) (*pb.GetNameResponse, error)
- func (s *Rfc822TokenServer) HashCode(_ context.Context, req *pb.Rfc822TokenHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *Rfc822TokenServer) NewRfc822Token(_ context.Context, req *pb.NewRfc822TokenRequest) (*pb.NewRfc822TokenResponse, error)
- func (s *Rfc822TokenServer) QuoteComment(_ context.Context, req *pb.QuoteCommentRequest) (*pb.QuoteCommentResponse, error)
- func (s *Rfc822TokenServer) QuoteName(_ context.Context, req *pb.QuoteNameRequest) (*pb.QuoteNameResponse, error)
- func (s *Rfc822TokenServer) QuoteNameIfNecessary(_ context.Context, req *pb.QuoteNameIfNecessaryRequest) (*pb.QuoteNameIfNecessaryResponse, error)
- func (s *Rfc822TokenServer) SetAddress(_ context.Context, req *pb.SetAddressRequest) (*pb.SetAddressResponse, error)
- func (s *Rfc822TokenServer) SetComment(_ context.Context, req *pb.SetCommentRequest) (*pb.SetCommentResponse, error)
- func (s *Rfc822TokenServer) SetName(_ context.Context, req *pb.SetNameRequest) (*pb.SetNameResponse, error)
- func (s *Rfc822TokenServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- type Rfc822TokenizerServer
- func (s *Rfc822TokenizerServer) FindTokenEnd(_ context.Context, req *pb.FindTokenEndRequest) (*pb.FindTokenEndResponse, error)
- func (s *Rfc822TokenizerServer) FindTokenStart(_ context.Context, req *pb.FindTokenStartRequest) (*pb.FindTokenStartResponse, error)
- func (s *Rfc822TokenizerServer) NewRfc822Tokenizer(_ context.Context, req *pb.NewRfc822TokenizerRequest) (*pb.NewRfc822TokenizerResponse, error)
- func (s *Rfc822TokenizerServer) TerminateToken(_ context.Context, req *pb.TerminateTokenRequest) (*pb.TerminateTokenResponse, error)
- func (s *Rfc822TokenizerServer) Tokenize(_ context.Context, req *pb.TokenizeRequest) (*pb.TokenizeResponse, error)
- type SizeFServer
- func (s *SizeFServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *SizeFServer) Equals(_ context.Context, req *pb.SparseBooleanArrayEqualsRequest) (*pb.EqualsResponse, error)
- func (s *SizeFServer) GetHeight(_ context.Context, req *pb.SizeFGetHeightRequest) (*pb.SizeFGetHeightResponse, error)
- func (s *SizeFServer) GetWidth(_ context.Context, req *pb.SizeFGetWidthRequest) (*pb.SizeFGetWidthResponse, error)
- func (s *SizeFServer) HashCode(_ context.Context, req *pb.SparseBooleanArrayHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *SizeFServer) NewSizeF(_ context.Context, req *pb.NewSizeFRequest) (*pb.NewSizeFResponse, error)
- func (s *SizeFServer) ParseSizeF(_ context.Context, req *pb.ParseSizeFRequest) (*pb.ParseSizeFResponse, error)
- func (s *SizeFServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- func (s *SizeFServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type SizeServer
- func (s *SizeServer) Equals(_ context.Context, req *pb.SparseBooleanArrayEqualsRequest) (*pb.EqualsResponse, error)
- func (s *SizeServer) GetHeight(_ context.Context, req *pb.SizeFGetHeightRequest) (*pb.SizeGetHeightResponse, error)
- func (s *SizeServer) GetWidth(_ context.Context, req *pb.SizeFGetWidthRequest) (*pb.SizeGetWidthResponse, error)
- func (s *SizeServer) HashCode(_ context.Context, req *pb.SparseBooleanArrayHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *SizeServer) NewSize(_ context.Context, req *pb.NewSizeRequest) (*pb.NewSizeResponse, error)
- func (s *SizeServer) ParseSize(_ context.Context, req *pb.ParseSizeRequest) (*pb.ParseSizeResponse, error)
- func (s *SizeServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- type SparseArrayServer
- func (s *SparseArrayServer) Clear(_ context.Context, req *pb.SparseBooleanArrayClearRequest) (*pb.SparseBooleanArrayClearResponse, error)
- func (s *SparseArrayServer) Clone0(_ context.Context, req *pb.Clone0Request) (*pb.Clone0Response, error)
- func (s *SparseArrayServer) Clone0_1(_ context.Context, req *pb.Clone0_1Request) (*pb.Clone0_1Response, error)
- func (s *SparseArrayServer) Contains(_ context.Context, req *pb.ContainsRequest) (*pb.ContainsResponse, error)
- func (s *SparseArrayServer) ContentHashCode(_ context.Context, req *pb.ContentHashCodeRequest) (*pb.ContentHashCodeResponse, error)
- func (s *SparseArrayServer) Delete(_ context.Context, req *pb.DeleteRequest) (*pb.DeleteResponse, error)
- func (s *SparseArrayServer) IndexOfKey(_ context.Context, req *pb.IndexOfKeyRequest) (*pb.IndexOfKeyResponse, error)
- func (s *SparseArrayServer) KeyAt(_ context.Context, req *pb.KeyAtRequest) (*pb.KeyAtResponse, error)
- func (s *SparseArrayServer) NewSparseArray(_ context.Context, req *pb.NewSparseArrayRequest) (*pb.NewSparseArrayResponse, error)
- func (s *SparseArrayServer) Remove(_ context.Context, req *pb.RemoveRequest) (*pb.RemoveResponse, error)
- func (s *SparseArrayServer) RemoveAt(_ context.Context, req *pb.RemoveAtRequest) (*pb.RemoveAtResponse, error)
- func (s *SparseArrayServer) RemoveAtRange(_ context.Context, req *pb.RemoveAtRangeRequest) (*pb.RemoveAtRangeResponse, error)
- func (s *SparseArrayServer) Size(_ context.Context, req *pb.SizeRequest) (*pb.SizeResponse, error)
- func (s *SparseArrayServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- type SparseBooleanArrayServer
- func (s *SparseBooleanArrayServer) Append(_ context.Context, req *pb.AppendRequest) (*pb.AppendResponse, error)
- func (s *SparseBooleanArrayServer) Clear(_ context.Context, req *pb.SparseBooleanArrayClearRequest) (*pb.SparseBooleanArrayClearResponse, error)
- func (s *SparseBooleanArrayServer) Clone0(_ context.Context, req *pb.Clone0Request) (*pb.Clone0Response, error)
- func (s *SparseBooleanArrayServer) Clone0_1(_ context.Context, req *pb.Clone0_1Request) (*pb.Clone0_1Response, error)
- func (s *SparseBooleanArrayServer) Delete(_ context.Context, req *pb.DeleteRequest) (*pb.DeleteResponse, error)
- func (s *SparseBooleanArrayServer) Equals(_ context.Context, req *pb.SparseBooleanArrayEqualsRequest) (*pb.EqualsResponse, error)
- func (s *SparseBooleanArrayServer) Get1(_ context.Context, req *pb.Get1Request) (*pb.Get1Response, error)
- func (s *SparseBooleanArrayServer) Get2_1(_ context.Context, req *pb.Get2_1Request) (*pb.Get2_1Response, error)
- func (s *SparseBooleanArrayServer) HashCode(_ context.Context, req *pb.SparseBooleanArrayHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *SparseBooleanArrayServer) IndexOfKey(_ context.Context, req *pb.IndexOfKeyRequest) (*pb.IndexOfKeyResponse, error)
- func (s *SparseBooleanArrayServer) IndexOfValue(_ context.Context, req *pb.IndexOfValueRequest) (*pb.IndexOfValueResponse, error)
- func (s *SparseBooleanArrayServer) KeyAt(_ context.Context, req *pb.KeyAtRequest) (*pb.KeyAtResponse, error)
- func (s *SparseBooleanArrayServer) NewSparseBooleanArray(_ context.Context, req *pb.NewSparseBooleanArrayRequest) (*pb.NewSparseBooleanArrayResponse, error)
- func (s *SparseBooleanArrayServer) Put(_ context.Context, req *pb.PutRequest) (*pb.PutResponse, error)
- func (s *SparseBooleanArrayServer) RemoveAt(_ context.Context, req *pb.RemoveAtRequest) (*pb.RemoveAtResponse, error)
- func (s *SparseBooleanArrayServer) SetValueAt(_ context.Context, req *pb.SetValueAtRequest) (*pb.SetValueAtResponse, error)
- func (s *SparseBooleanArrayServer) Size(_ context.Context, req *pb.SizeRequest) (*pb.SizeResponse, error)
- func (s *SparseBooleanArrayServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- func (s *SparseBooleanArrayServer) ValueAt(_ context.Context, req *pb.ValueAtRequest) (*pb.ValueAtResponse, error)
- type SparseIntArrayServer
- func (s *SparseIntArrayServer) Append(_ context.Context, req *pb.SparseIntArrayAppendRequest) (*pb.AppendResponse, error)
- func (s *SparseIntArrayServer) Clear(_ context.Context, req *pb.SparseBooleanArrayClearRequest) (*pb.SparseBooleanArrayClearResponse, error)
- func (s *SparseIntArrayServer) Clone0(_ context.Context, req *pb.Clone0Request) (*pb.Clone0Response, error)
- func (s *SparseIntArrayServer) Clone0_1(_ context.Context, req *pb.Clone0_1Request) (*pb.Clone0_1Response, error)
- func (s *SparseIntArrayServer) Delete(_ context.Context, req *pb.DeleteRequest) (*pb.DeleteResponse, error)
- func (s *SparseIntArrayServer) Get1(_ context.Context, req *pb.Get1Request) (*pb.SparseIntArrayGet1Response, error)
- func (s *SparseIntArrayServer) Get2_1(_ context.Context, req *pb.SparseIntArrayGet2_1Request) (*pb.SparseIntArrayGet2_1Response, error)
- func (s *SparseIntArrayServer) IndexOfKey(_ context.Context, req *pb.IndexOfKeyRequest) (*pb.IndexOfKeyResponse, error)
- func (s *SparseIntArrayServer) IndexOfValue(_ context.Context, req *pb.SparseIntArrayIndexOfValueRequest) (*pb.IndexOfValueResponse, error)
- func (s *SparseIntArrayServer) KeyAt(_ context.Context, req *pb.KeyAtRequest) (*pb.KeyAtResponse, error)
- func (s *SparseIntArrayServer) NewSparseIntArray(_ context.Context, req *pb.NewSparseIntArrayRequest) (*pb.NewSparseIntArrayResponse, error)
- func (s *SparseIntArrayServer) Put(_ context.Context, req *pb.SparseIntArrayPutRequest) (*pb.PutResponse, error)
- func (s *SparseIntArrayServer) RemoveAt(_ context.Context, req *pb.RemoveAtRequest) (*pb.RemoveAtResponse, error)
- func (s *SparseIntArrayServer) SetValueAt(_ context.Context, req *pb.SparseIntArraySetValueAtRequest) (*pb.SetValueAtResponse, error)
- func (s *SparseIntArrayServer) Size(_ context.Context, req *pb.SizeRequest) (*pb.SizeResponse, error)
- func (s *SparseIntArrayServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- func (s *SparseIntArrayServer) ValueAt(_ context.Context, req *pb.ValueAtRequest) (*pb.SparseIntArrayValueAtResponse, error)
- type SparseLongArrayServer
- func (s *SparseLongArrayServer) Append(_ context.Context, req *pb.SparseLongArrayAppendRequest) (*pb.AppendResponse, error)
- func (s *SparseLongArrayServer) Clear(_ context.Context, req *pb.SparseBooleanArrayClearRequest) (*pb.SparseBooleanArrayClearResponse, error)
- func (s *SparseLongArrayServer) Clone0(_ context.Context, req *pb.Clone0Request) (*pb.Clone0Response, error)
- func (s *SparseLongArrayServer) Clone0_1(_ context.Context, req *pb.Clone0_1Request) (*pb.Clone0_1Response, error)
- func (s *SparseLongArrayServer) Delete(_ context.Context, req *pb.DeleteRequest) (*pb.DeleteResponse, error)
- func (s *SparseLongArrayServer) Get1(_ context.Context, req *pb.Get1Request) (*pb.SparseLongArrayGet1Response, error)
- func (s *SparseLongArrayServer) Get2_1(_ context.Context, req *pb.SparseLongArrayGet2_1Request) (*pb.SparseLongArrayGet2_1Response, error)
- func (s *SparseLongArrayServer) IndexOfKey(_ context.Context, req *pb.IndexOfKeyRequest) (*pb.IndexOfKeyResponse, error)
- func (s *SparseLongArrayServer) IndexOfValue(_ context.Context, req *pb.SparseLongArrayIndexOfValueRequest) (*pb.IndexOfValueResponse, error)
- func (s *SparseLongArrayServer) KeyAt(_ context.Context, req *pb.KeyAtRequest) (*pb.KeyAtResponse, error)
- func (s *SparseLongArrayServer) NewSparseLongArray(_ context.Context, req *pb.NewSparseLongArrayRequest) (*pb.NewSparseLongArrayResponse, error)
- func (s *SparseLongArrayServer) Put(_ context.Context, req *pb.SparseLongArrayPutRequest) (*pb.PutResponse, error)
- func (s *SparseLongArrayServer) RemoveAt(_ context.Context, req *pb.RemoveAtRequest) (*pb.RemoveAtResponse, error)
- func (s *SparseLongArrayServer) Size(_ context.Context, req *pb.SizeRequest) (*pb.SizeResponse, error)
- func (s *SparseLongArrayServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- func (s *SparseLongArrayServer) ValueAt(_ context.Context, req *pb.ValueAtRequest) (*pb.SparseLongArrayValueAtResponse, error)
- type StringBuilderPrinterServer
- type TaiwanCalendarServer
- type TimingLoggerServer
- func (s *TimingLoggerServer) AddSplit(_ context.Context, req *pb.AddSplitRequest) (*pb.AddSplitResponse, error)
- func (s *TimingLoggerServer) DumpToLog(_ context.Context, req *pb.DumpToLogRequest) (*pb.DumpToLogResponse, error)
- func (s *TimingLoggerServer) NewTimingLogger(_ context.Context, req *pb.NewTimingLoggerRequest) (*pb.NewTimingLoggerResponse, error)
- func (s *TimingLoggerServer) Reset0(_ context.Context, req *pb.Reset0Request) (*pb.Reset0Response, error)
- func (s *TimingLoggerServer) Reset2_1(_ context.Context, req *pb.Reset2_1Request) (*pb.Reset2_1Response, error)
- type TypedValueServer
- func (s *TypedValueServer) ApplyDimension(_ context.Context, req *pb.ApplyDimensionRequest) (*pb.ApplyDimensionResponse, error)
- func (s *TypedValueServer) CoerceToString0(_ context.Context, req *pb.CoerceToString0Request) (*pb.CoerceToString0Response, error)
- func (s *TypedValueServer) CoerceToString2_1(_ context.Context, req *pb.CoerceToString2_1Request) (*pb.CoerceToString2_1Response, error)
- func (s *TypedValueServer) ComplexToDimension(_ context.Context, req *pb.ComplexToDimensionRequest) (*pb.ComplexToDimensionResponse, error)
- func (s *TypedValueServer) ComplexToDimensionPixelOffset(_ context.Context, req *pb.ComplexToDimensionPixelOffsetRequest) (*pb.ComplexToDimensionPixelOffsetResponse, error)
- func (s *TypedValueServer) ComplexToDimensionPixelSize(_ context.Context, req *pb.ComplexToDimensionPixelSizeRequest) (*pb.ComplexToDimensionPixelSizeResponse, error)
- func (s *TypedValueServer) ComplexToFloat(_ context.Context, req *pb.ComplexToFloatRequest) (*pb.ComplexToFloatResponse, error)
- func (s *TypedValueServer) ComplexToFraction(_ context.Context, req *pb.ComplexToFractionRequest) (*pb.ComplexToFractionResponse, error)
- func (s *TypedValueServer) ConvertDimensionToPixels(_ context.Context, req *pb.ConvertDimensionToPixelsRequest) (*pb.ConvertDimensionToPixelsResponse, error)
- func (s *TypedValueServer) ConvertPixelsToDimension(_ context.Context, req *pb.ConvertPixelsToDimensionRequest) (*pb.ConvertPixelsToDimensionResponse, error)
- func (s *TypedValueServer) DeriveDimension(_ context.Context, req *pb.DeriveDimensionRequest) (*pb.DeriveDimensionResponse, error)
- func (s *TypedValueServer) GetComplexUnit(_ context.Context, req *pb.GetComplexUnitRequest) (*pb.GetComplexUnitResponse, error)
- func (s *TypedValueServer) GetDimension(_ context.Context, req *pb.GetDimensionRequest) (*pb.GetDimensionResponse, error)
- func (s *TypedValueServer) GetFloat(_ context.Context, req *pb.GetFloatRequest) (*pb.GetFloatResponse, error)
- func (s *TypedValueServer) GetFraction(_ context.Context, req *pb.GetFractionRequest) (*pb.GetFractionResponse, error)
- func (s *TypedValueServer) IsColorType(_ context.Context, req *pb.IsColorTypeRequest) (*pb.IsColorTypeResponse, error)
- func (s *TypedValueServer) NewTypedValue(_ context.Context, req *pb.NewTypedValueRequest) (*pb.NewTypedValueResponse, error)
- func (s *TypedValueServer) SetTo(_ context.Context, req *pb.SetToRequest) (*pb.SetToResponse, error)
- func (s *TypedValueServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- type ULocaleServer
- func (s *ULocaleServer) AcceptLanguage2_1(_ context.Context, req *pb.AcceptLanguage2_1Request) (*pb.AcceptLanguage2_1Response, error)
- func (s *ULocaleServer) AcceptLanguage2_3(_ context.Context, req *pb.AcceptLanguage2_3Request) (*pb.AcceptLanguage2_3Response, error)
- func (s *ULocaleServer) AcceptLanguage3(_ context.Context, req *pb.AcceptLanguage3Request) (*pb.AcceptLanguage3Response, error)
- func (s *ULocaleServer) AcceptLanguage3_2(_ context.Context, req *pb.AcceptLanguage3_2Request) (*pb.AcceptLanguage3_2Response, error)
- func (s *ULocaleServer) AddLikelySubtags(_ context.Context, req *pb.AddLikelySubtagsRequest) (*pb.AddLikelySubtagsResponse, error)
- func (s *ULocaleServer) Canonicalize(_ context.Context, req *pb.CanonicalizeRequest) (*pb.CanonicalizeResponse, error)
- func (s *ULocaleServer) Clone(_ context.Context, req *pb.ULocaleCloneRequest) (*pb.CloneResponse, error)
- func (s *ULocaleServer) CompareTo1(_ context.Context, req *pb.ULocaleCompareTo1Request) (*pb.CompareTo1Response, error)
- func (s *ULocaleServer) CompareTo1_1(_ context.Context, req *pb.ULocaleCompareTo1_1Request) (*pb.CompareTo1_1Response, error)
- func (s *ULocaleServer) CreateCanonical1(_ context.Context, req *pb.CreateCanonical1Request) (*pb.CreateCanonical1Response, error)
- func (s *ULocaleServer) CreateCanonical1_1(_ context.Context, req *pb.CreateCanonical1_1Request) (*pb.CreateCanonical1_1Response, error)
- func (s *ULocaleServer) Equals(_ context.Context, req *pb.ULocaleEqualsRequest) (*pb.EqualsResponse, error)
- func (s *ULocaleServer) ForLanguageTag(_ context.Context, req *pb.ForLanguageTagRequest) (*pb.ForLanguageTagResponse, error)
- func (s *ULocaleServer) ForLocale(_ context.Context, req *pb.ForLocaleRequest) (*pb.ForLocaleResponse, error)
- func (s *ULocaleServer) GetAvailableLocales(_ context.Context, req *pb.ULocaleGetAvailableLocalesRequest) (*pb.GetAvailableLocalesResponse, error)
- func (s *ULocaleServer) GetAvailableLocalesByType(_ context.Context, req *pb.GetAvailableLocalesByTypeRequest) (*pb.GetAvailableLocalesByTypeResponse, error)
- func (s *ULocaleServer) GetBaseName0(_ context.Context, req *pb.GetBaseName0Request) (*pb.GetBaseName0Response, error)
- func (s *ULocaleServer) GetBaseName1_1(_ context.Context, req *pb.GetBaseName1_1Request) (*pb.GetBaseName1_1Response, error)
- func (s *ULocaleServer) GetCharacterOrientation(_ context.Context, req *pb.GetCharacterOrientationRequest) (*pb.GetCharacterOrientationResponse, error)
- func (s *ULocaleServer) GetCountry0(_ context.Context, req *pb.GetCountry0Request) (*pb.GetCountry0Response, error)
- func (s *ULocaleServer) GetCountry1_1(_ context.Context, req *pb.GetCountry1_1Request) (*pb.GetCountry1_1Response, error)
- func (s *ULocaleServer) GetDefault0(_ context.Context, req *pb.GetDefault0Request) (*pb.GetDefault0Response, error)
- func (s *ULocaleServer) GetDefault1_1(_ context.Context, req *pb.GetDefault1_1Request) (*pb.GetDefault1_1Response, error)
- func (s *ULocaleServer) GetDisplayCountry0(_ context.Context, req *pb.GetDisplayCountry0Request) (*pb.GetDisplayCountry0Response, error)
- func (s *ULocaleServer) GetDisplayCountry1_1(_ context.Context, req *pb.GetDisplayCountry1_1Request) (*pb.GetDisplayCountry1_1Response, error)
- func (s *ULocaleServer) GetDisplayCountry2_2(_ context.Context, req *pb.GetDisplayCountry2_2Request) (*pb.GetDisplayCountry2_2Response, error)
- func (s *ULocaleServer) GetDisplayCountry2_3(_ context.Context, req *pb.GetDisplayCountry2_3Request) (*pb.GetDisplayCountry2_3Response, error)
- func (s *ULocaleServer) GetDisplayKeyword1(_ context.Context, req *pb.GetDisplayKeyword1Request) (*pb.GetDisplayKeyword1Response, error)
- func (s *ULocaleServer) GetDisplayKeyword2_1(_ context.Context, req *pb.GetDisplayKeyword2_1Request) (*pb.GetDisplayKeyword2_1Response, error)
- func (s *ULocaleServer) GetDisplayKeyword2_2(_ context.Context, req *pb.GetDisplayKeyword2_2Request) (*pb.GetDisplayKeyword2_2Response, error)
- func (s *ULocaleServer) GetDisplayKeywordValue1(_ context.Context, req *pb.GetDisplayKeywordValue1Request) (*pb.GetDisplayKeywordValue1Response, error)
- func (s *ULocaleServer) GetDisplayKeywordValue2_1(_ context.Context, req *pb.GetDisplayKeywordValue2_1Request) (*pb.GetDisplayKeywordValue2_1Response, error)
- func (s *ULocaleServer) GetDisplayKeywordValue3_2(_ context.Context, req *pb.GetDisplayKeywordValue3_2Request) (*pb.GetDisplayKeywordValue3_2Response, error)
- func (s *ULocaleServer) GetDisplayKeywordValue3_3(_ context.Context, req *pb.GetDisplayKeywordValue3_3Request) (*pb.GetDisplayKeywordValue3_3Response, error)
- func (s *ULocaleServer) GetDisplayLanguage0(_ context.Context, req *pb.GetDisplayLanguage0Request) (*pb.GetDisplayLanguage0Response, error)
- func (s *ULocaleServer) GetDisplayLanguage1_1(_ context.Context, req *pb.GetDisplayLanguage1_1Request) (*pb.GetDisplayLanguage1_1Response, error)
- func (s *ULocaleServer) GetDisplayLanguage2_2(_ context.Context, req *pb.GetDisplayLanguage2_2Request) (*pb.GetDisplayLanguage2_2Response, error)
- func (s *ULocaleServer) GetDisplayLanguage2_3(_ context.Context, req *pb.GetDisplayLanguage2_3Request) (*pb.GetDisplayLanguage2_3Response, error)
- func (s *ULocaleServer) GetDisplayLanguageWithDialect0(_ context.Context, req *pb.GetDisplayLanguageWithDialect0Request) (*pb.GetDisplayLanguageWithDialect0Response, error)
- func (s *ULocaleServer) GetDisplayLanguageWithDialect1_1(_ context.Context, req *pb.GetDisplayLanguageWithDialect1_1Request) (*pb.GetDisplayLanguageWithDialect1_1Response, error)
- func (s *ULocaleServer) GetDisplayLanguageWithDialect2_2(_ context.Context, req *pb.GetDisplayLanguageWithDialect2_2Request) (*pb.GetDisplayLanguageWithDialect2_2Response, error)
- func (s *ULocaleServer) GetDisplayLanguageWithDialect2_3(_ context.Context, req *pb.GetDisplayLanguageWithDialect2_3Request) (*pb.GetDisplayLanguageWithDialect2_3Response, error)
- func (s *ULocaleServer) GetDisplayName0(_ context.Context, req *pb.ULocaleGetDisplayName0Request) (*pb.GetDisplayName0Response, error)
- func (s *ULocaleServer) GetDisplayName1_1(_ context.Context, req *pb.ULocaleGetDisplayName1_1Request) (*pb.GetDisplayName1_1Response, error)
- func (s *ULocaleServer) GetDisplayName2_2(_ context.Context, req *pb.ULocaleGetDisplayName2_2Request) (*pb.GetDisplayName2_2Response, error)
- func (s *ULocaleServer) GetDisplayName2_3(_ context.Context, req *pb.GetDisplayName2_3Request) (*pb.GetDisplayName2_3Response, error)
- func (s *ULocaleServer) GetDisplayNameWithDialect0(_ context.Context, req *pb.GetDisplayNameWithDialect0Request) (*pb.GetDisplayNameWithDialect0Response, error)
- func (s *ULocaleServer) GetDisplayNameWithDialect1_1(_ context.Context, req *pb.GetDisplayNameWithDialect1_1Request) (*pb.GetDisplayNameWithDialect1_1Response, error)
- func (s *ULocaleServer) GetDisplayNameWithDialect2_2(_ context.Context, req *pb.GetDisplayNameWithDialect2_2Request) (*pb.GetDisplayNameWithDialect2_2Response, error)
- func (s *ULocaleServer) GetDisplayNameWithDialect2_3(_ context.Context, req *pb.GetDisplayNameWithDialect2_3Request) (*pb.GetDisplayNameWithDialect2_3Response, error)
- func (s *ULocaleServer) GetDisplayScript0(_ context.Context, req *pb.GetDisplayScript0Request) (*pb.GetDisplayScript0Response, error)
- func (s *ULocaleServer) GetDisplayScript1_1(_ context.Context, req *pb.GetDisplayScript1_1Request) (*pb.GetDisplayScript1_1Response, error)
- func (s *ULocaleServer) GetDisplayScript2_2(_ context.Context, req *pb.GetDisplayScript2_2Request) (*pb.GetDisplayScript2_2Response, error)
- func (s *ULocaleServer) GetDisplayScript2_3(_ context.Context, req *pb.GetDisplayScript2_3Request) (*pb.GetDisplayScript2_3Response, error)
- func (s *ULocaleServer) GetDisplayVariant0(_ context.Context, req *pb.GetDisplayVariant0Request) (*pb.GetDisplayVariant0Response, error)
- func (s *ULocaleServer) GetDisplayVariant1_1(_ context.Context, req *pb.GetDisplayVariant1_1Request) (*pb.GetDisplayVariant1_1Response, error)
- func (s *ULocaleServer) GetDisplayVariant2_2(_ context.Context, req *pb.GetDisplayVariant2_2Request) (*pb.GetDisplayVariant2_2Response, error)
- func (s *ULocaleServer) GetDisplayVariant2_3(_ context.Context, req *pb.GetDisplayVariant2_3Request) (*pb.GetDisplayVariant2_3Response, error)
- func (s *ULocaleServer) GetExtension(_ context.Context, req *pb.GetExtensionRequest) (*pb.GetExtensionResponse, error)
- func (s *ULocaleServer) GetExtensionKeys(_ context.Context, req *pb.GetExtensionKeysRequest) (*pb.GetExtensionKeysResponse, error)
- func (s *ULocaleServer) GetFallback0(_ context.Context, req *pb.GetFallback0Request) (*pb.GetFallback0Response, error)
- func (s *ULocaleServer) GetFallback1_1(_ context.Context, req *pb.GetFallback1_1Request) (*pb.GetFallback1_1Response, error)
- func (s *ULocaleServer) GetISO3Country0(_ context.Context, req *pb.GetISO3Country0Request) (*pb.GetISO3Country0Response, error)
- func (s *ULocaleServer) GetISO3Country1_1(_ context.Context, req *pb.GetISO3Country1_1Request) (*pb.GetISO3Country1_1Response, error)
- func (s *ULocaleServer) GetISO3Language0(_ context.Context, req *pb.GetISO3Language0Request) (*pb.GetISO3Language0Response, error)
- func (s *ULocaleServer) GetISO3Language1_1(_ context.Context, req *pb.GetISO3Language1_1Request) (*pb.GetISO3Language1_1Response, error)
- func (s *ULocaleServer) GetISOCountries(_ context.Context, req *pb.GetISOCountriesRequest) (*pb.GetISOCountriesResponse, error)
- func (s *ULocaleServer) GetISOLanguages(_ context.Context, req *pb.GetISOLanguagesRequest) (*pb.GetISOLanguagesResponse, error)
- func (s *ULocaleServer) GetKeywordValue1(_ context.Context, req *pb.GetKeywordValue1Request) (*pb.GetKeywordValue1Response, error)
- func (s *ULocaleServer) GetKeywordValue2_1(_ context.Context, req *pb.GetKeywordValue2_1Request) (*pb.GetKeywordValue2_1Response, error)
- func (s *ULocaleServer) GetKeywords0(_ context.Context, req *pb.GetKeywords0Request) (*pb.GetKeywords0Response, error)
- func (s *ULocaleServer) GetKeywords1_1(_ context.Context, req *pb.GetKeywords1_1Request) (*pb.GetKeywords1_1Response, error)
- func (s *ULocaleServer) GetLanguage0(_ context.Context, req *pb.GetLanguage0Request) (*pb.GetLanguage0Response, error)
- func (s *ULocaleServer) GetLanguage1_1(_ context.Context, req *pb.GetLanguage1_1Request) (*pb.GetLanguage1_1Response, error)
- func (s *ULocaleServer) GetLineOrientation(_ context.Context, req *pb.GetLineOrientationRequest) (*pb.GetLineOrientationResponse, error)
- func (s *ULocaleServer) GetName0(_ context.Context, req *pb.GetName0Request) (*pb.GetName0Response, error)
- func (s *ULocaleServer) GetName1_1(_ context.Context, req *pb.GetName1_1Request) (*pb.GetName1_1Response, error)
- func (s *ULocaleServer) GetScript0(_ context.Context, req *pb.GetScript0Request) (*pb.GetScript0Response, error)
- func (s *ULocaleServer) GetScript1_1(_ context.Context, req *pb.GetScript1_1Request) (*pb.GetScript1_1Response, error)
- func (s *ULocaleServer) GetUnicodeLocaleAttributes(_ context.Context, req *pb.GetUnicodeLocaleAttributesRequest) (*pb.GetUnicodeLocaleAttributesResponse, error)
- func (s *ULocaleServer) GetUnicodeLocaleKeys(_ context.Context, req *pb.GetUnicodeLocaleKeysRequest) (*pb.GetUnicodeLocaleKeysResponse, error)
- func (s *ULocaleServer) GetUnicodeLocaleType(_ context.Context, req *pb.GetUnicodeLocaleTypeRequest) (*pb.GetUnicodeLocaleTypeResponse, error)
- func (s *ULocaleServer) GetVariant0(_ context.Context, req *pb.GetVariant0Request) (*pb.GetVariant0Response, error)
- func (s *ULocaleServer) GetVariant1_1(_ context.Context, req *pb.GetVariant1_1Request) (*pb.GetVariant1_1Response, error)
- func (s *ULocaleServer) HashCode(_ context.Context, req *pb.ULocaleHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *ULocaleServer) IsRightToLeft(_ context.Context, req *pb.IsRightToLeftRequest) (*pb.IsRightToLeftResponse, error)
- func (s *ULocaleServer) MinimizeSubtags(_ context.Context, req *pb.MinimizeSubtagsRequest) (*pb.MinimizeSubtagsResponse, error)
- func (s *ULocaleServer) NewULocale(_ context.Context, req *pb.NewULocaleRequest) (*pb.NewULocaleResponse, error)
- func (s *ULocaleServer) SetKeywordValue2(_ context.Context, req *pb.SetKeywordValue2Request) (*pb.SetKeywordValue2Response, error)
- func (s *ULocaleServer) SetKeywordValue3_1(_ context.Context, req *pb.SetKeywordValue3_1Request) (*pb.SetKeywordValue3_1Response, error)
- func (s *ULocaleServer) ToLanguageTag(_ context.Context, req *pb.ToLanguageTagRequest) (*pb.ToLanguageTagResponse, error)
- func (s *ULocaleServer) ToLegacyKey(_ context.Context, req *pb.ToLegacyKeyRequest) (*pb.ToLegacyKeyResponse, error)
- func (s *ULocaleServer) ToLegacyType(_ context.Context, req *pb.ToLegacyTypeRequest) (*pb.ToLegacyTypeResponse, error)
- func (s *ULocaleServer) ToLocale(_ context.Context, req *pb.ToLocaleRequest) (*pb.ToLocaleResponse, error)
- func (s *ULocaleServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- func (s *ULocaleServer) ToUnicodeLocaleKey(_ context.Context, req *pb.ToUnicodeLocaleKeyRequest) (*pb.ToUnicodeLocaleKeyResponse, error)
- func (s *ULocaleServer) ToUnicodeLocaleType(_ context.Context, req *pb.ToUnicodeLocaleTypeRequest) (*pb.ToUnicodeLocaleTypeResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArrayMapServer ¶
type ArrayMapServer struct {
pb.UnimplementedArrayMapServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ArrayMapServer implements pb.ArrayMapServiceServer.
func (*ArrayMapServer) Clear ¶
func (s *ArrayMapServer) Clear(_ context.Context, req *pb.SparseBooleanArrayClearRequest) (*pb.SparseBooleanArrayClearResponse, error)
func (*ArrayMapServer) ContainsKey ¶
func (s *ArrayMapServer) ContainsKey(_ context.Context, req *pb.ContainsKeyRequest) (*pb.ContainsKeyResponse, error)
func (*ArrayMapServer) ContainsValue ¶
func (s *ArrayMapServer) ContainsValue(_ context.Context, req *pb.ContainsValueRequest) (*pb.ContainsValueResponse, error)
func (*ArrayMapServer) EnsureCapacity ¶
func (s *ArrayMapServer) EnsureCapacity(_ context.Context, req *pb.EnsureCapacityRequest) (*pb.EnsureCapacityResponse, error)
func (*ArrayMapServer) Equals ¶
func (s *ArrayMapServer) Equals(_ context.Context, req *pb.SparseBooleanArrayEqualsRequest) (*pb.EqualsResponse, error)
func (*ArrayMapServer) HashCode ¶
func (s *ArrayMapServer) HashCode(_ context.Context, req *pb.SparseBooleanArrayHashCodeRequest) (*pb.HashCodeResponse, error)
func (*ArrayMapServer) IndexOfKey ¶
func (s *ArrayMapServer) IndexOfKey(_ context.Context, req *pb.ArrayMapIndexOfKeyRequest) (*pb.IndexOfKeyResponse, error)
func (*ArrayMapServer) IndexOfValue ¶
func (s *ArrayMapServer) IndexOfValue(_ context.Context, req *pb.ArrayMapIndexOfValueRequest) (*pb.IndexOfValueResponse, error)
func (*ArrayMapServer) IsEmpty ¶
func (s *ArrayMapServer) IsEmpty(_ context.Context, req *pb.IsEmptyRequest) (*pb.IsEmptyResponse, error)
func (*ArrayMapServer) KeySet ¶
func (s *ArrayMapServer) KeySet(_ context.Context, req *pb.KeySetRequest) (*pb.KeySetResponse, error)
func (*ArrayMapServer) NewArrayMap ¶
func (s *ArrayMapServer) NewArrayMap(_ context.Context, req *pb.NewArrayMapRequest) (*pb.NewArrayMapResponse, error)
func (*ArrayMapServer) Size ¶
func (s *ArrayMapServer) Size(_ context.Context, req *pb.SizeRequest) (*pb.SizeResponse, error)
func (*ArrayMapServer) ToString ¶
func (s *ArrayMapServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
func (*ArrayMapServer) Values ¶
func (s *ArrayMapServer) Values(_ context.Context, req *pb.ArrayMapValuesRequest) (*pb.ValuesResponse, error)
type ArraySetServer ¶
type ArraySetServer struct {
pb.UnimplementedArraySetServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ArraySetServer implements pb.ArraySetServiceServer.
func (*ArraySetServer) Clear ¶
func (s *ArraySetServer) Clear(_ context.Context, req *pb.SparseBooleanArrayClearRequest) (*pb.SparseBooleanArrayClearResponse, error)
func (*ArraySetServer) Contains ¶
func (s *ArraySetServer) Contains(_ context.Context, req *pb.ArraySetContainsRequest) (*pb.ContainsResponse, error)
func (*ArraySetServer) EnsureCapacity ¶
func (s *ArraySetServer) EnsureCapacity(_ context.Context, req *pb.EnsureCapacityRequest) (*pb.EnsureCapacityResponse, error)
func (*ArraySetServer) Equals ¶
func (s *ArraySetServer) Equals(_ context.Context, req *pb.SparseBooleanArrayEqualsRequest) (*pb.EqualsResponse, error)
func (*ArraySetServer) HashCode ¶
func (s *ArraySetServer) HashCode(_ context.Context, req *pb.SparseBooleanArrayHashCodeRequest) (*pb.HashCodeResponse, error)
func (*ArraySetServer) IndexOf ¶
func (s *ArraySetServer) IndexOf(_ context.Context, req *pb.IndexOfRequest) (*pb.IndexOfResponse, error)
func (*ArraySetServer) IsEmpty ¶
func (s *ArraySetServer) IsEmpty(_ context.Context, req *pb.IsEmptyRequest) (*pb.IsEmptyResponse, error)
func (*ArraySetServer) Iterator ¶
func (s *ArraySetServer) Iterator(_ context.Context, req *pb.IteratorRequest) (*pb.IteratorResponse, error)
func (*ArraySetServer) NewArraySet ¶
func (s *ArraySetServer) NewArraySet(_ context.Context, req *pb.NewArraySetRequest) (*pb.NewArraySetResponse, error)
func (*ArraySetServer) Remove ¶
func (s *ArraySetServer) Remove(_ context.Context, req *pb.ArraySetRemoveRequest) (*pb.ArraySetRemoveResponse, error)
func (*ArraySetServer) Size ¶
func (s *ArraySetServer) Size(_ context.Context, req *pb.SizeRequest) (*pb.SizeResponse, error)
func (*ArraySetServer) ToArray ¶
func (s *ArraySetServer) ToArray(_ context.Context, req *pb.ToArrayRequest) (*pb.ToArrayResponse, error)
func (*ArraySetServer) ToString ¶
func (s *ArraySetServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
type AtomicFileServer ¶
type AtomicFileServer struct {
pb.UnimplementedAtomicFileServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
AtomicFileServer implements pb.AtomicFileServiceServer.
func (*AtomicFileServer) Delete ¶
func (s *AtomicFileServer) Delete(_ context.Context, req *pb.AtomicFileDeleteRequest) (*pb.DeleteResponse, error)
func (*AtomicFileServer) FailWrite ¶
func (s *AtomicFileServer) FailWrite(_ context.Context, req *pb.FailWriteRequest) (*pb.FailWriteResponse, error)
func (*AtomicFileServer) FinishWrite ¶
func (s *AtomicFileServer) FinishWrite(_ context.Context, req *pb.FinishWriteRequest) (*pb.FinishWriteResponse, error)
func (*AtomicFileServer) GetBaseFile ¶
func (s *AtomicFileServer) GetBaseFile(_ context.Context, req *pb.GetBaseFileRequest) (*pb.GetBaseFileResponse, error)
func (*AtomicFileServer) GetLastModifiedTime ¶
func (s *AtomicFileServer) GetLastModifiedTime(_ context.Context, req *pb.GetLastModifiedTimeRequest) (*pb.GetLastModifiedTimeResponse, error)
func (*AtomicFileServer) NewAtomicFile ¶
func (s *AtomicFileServer) NewAtomicFile(_ context.Context, req *pb.NewAtomicFileRequest) (*pb.NewAtomicFileResponse, error)
func (*AtomicFileServer) OpenRead ¶
func (s *AtomicFileServer) OpenRead(_ context.Context, req *pb.OpenReadRequest) (*pb.OpenReadResponse, error)
func (*AtomicFileServer) ReadFully ¶
func (s *AtomicFileServer) ReadFully(_ context.Context, req *pb.ReadFullyRequest) (*pb.ReadFullyResponse, error)
func (*AtomicFileServer) StartWrite ¶
func (s *AtomicFileServer) StartWrite(_ context.Context, req *pb.StartWriteRequest) (*pb.StartWriteResponse, error)
func (*AtomicFileServer) ToString ¶
func (s *AtomicFileServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
type Base64InputStreamServer ¶
type Base64InputStreamServer struct {
pb.UnimplementedBase64InputStreamServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
Base64InputStreamServer implements pb.Base64InputStreamServiceServer.
func (*Base64InputStreamServer) Available ¶
func (s *Base64InputStreamServer) Available(_ context.Context, req *pb.AvailableRequest) (*pb.AvailableResponse, error)
func (*Base64InputStreamServer) Close ¶
func (s *Base64InputStreamServer) Close(_ context.Context, req *pb.CloseRequest) (*pb.CloseResponse, error)
func (*Base64InputStreamServer) Mark ¶
func (s *Base64InputStreamServer) Mark(_ context.Context, req *pb.MarkRequest) (*pb.MarkResponse, error)
func (*Base64InputStreamServer) MarkSupported ¶
func (s *Base64InputStreamServer) MarkSupported(_ context.Context, req *pb.MarkSupportedRequest) (*pb.MarkSupportedResponse, error)
func (*Base64InputStreamServer) NewBase64InputStream ¶
func (s *Base64InputStreamServer) NewBase64InputStream(_ context.Context, req *pb.NewBase64InputStreamRequest) (*pb.NewBase64InputStreamResponse, error)
func (*Base64InputStreamServer) Read0 ¶
func (s *Base64InputStreamServer) Read0(_ context.Context, req *pb.Read0Request) (*pb.Read0Response, error)
func (*Base64InputStreamServer) Read3_1 ¶
func (s *Base64InputStreamServer) Read3_1(_ context.Context, req *pb.Read3_1Request) (*pb.Read3_1Response, error)
func (*Base64InputStreamServer) Reset ¶
func (s *Base64InputStreamServer) Reset(_ context.Context, req *pb.Base64InputStreamResetRequest) (*pb.ResetResponse, error)
func (*Base64InputStreamServer) Skip ¶
func (s *Base64InputStreamServer) Skip(_ context.Context, req *pb.SkipRequest) (*pb.SkipResponse, error)
type Base64OutputStreamServer ¶
type Base64OutputStreamServer struct {
pb.UnimplementedBase64OutputStreamServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
Base64OutputStreamServer implements pb.Base64OutputStreamServiceServer.
func (*Base64OutputStreamServer) Close ¶
func (s *Base64OutputStreamServer) Close(_ context.Context, req *pb.CloseRequest) (*pb.CloseResponse, error)
func (*Base64OutputStreamServer) NewBase64OutputStream ¶
func (s *Base64OutputStreamServer) NewBase64OutputStream(_ context.Context, req *pb.NewBase64OutputStreamRequest) (*pb.NewBase64OutputStreamResponse, error)
func (*Base64OutputStreamServer) Write1_1 ¶
func (s *Base64OutputStreamServer) Write1_1(_ context.Context, req *pb.Write1_1Request) (*pb.Write1_1Response, error)
func (*Base64OutputStreamServer) Write3 ¶
func (s *Base64OutputStreamServer) Write3(_ context.Context, req *pb.Write3Request) (*pb.Write3Response, error)
type BuddhistCalendarServer ¶
type BuddhistCalendarServer struct {
pb.UnimplementedBuddhistCalendarServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
BuddhistCalendarServer implements pb.BuddhistCalendarServiceServer.
func (*BuddhistCalendarServer) GetType ¶
func (s *BuddhistCalendarServer) GetType(_ context.Context, req *pb.GetTypeRequest) (*pb.GetTypeResponse, error)
func (*BuddhistCalendarServer) NewBuddhistCalendar ¶
func (s *BuddhistCalendarServer) NewBuddhistCalendar(_ context.Context, req *pb.NewBuddhistCalendarRequest) (*pb.NewBuddhistCalendarResponse, error)
type ChineseCalendarServer ¶
type ChineseCalendarServer struct {
pb.UnimplementedChineseCalendarServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ChineseCalendarServer implements pb.ChineseCalendarServiceServer.
func (*ChineseCalendarServer) Add ¶
func (s *ChineseCalendarServer) Add(_ context.Context, req *pb.ChineseCalendarAddRequest) (*pb.AddResponse, error)
func (*ChineseCalendarServer) GetTemporalMonthCode ¶
func (s *ChineseCalendarServer) GetTemporalMonthCode(_ context.Context, req *pb.ChineseCalendarGetTemporalMonthCodeRequest) (*pb.GetTemporalMonthCodeResponse, error)
func (*ChineseCalendarServer) GetType ¶
func (s *ChineseCalendarServer) GetType(_ context.Context, req *pb.GetTypeRequest) (*pb.GetTypeResponse, error)
func (*ChineseCalendarServer) InTemporalLeapYear ¶
func (s *ChineseCalendarServer) InTemporalLeapYear(_ context.Context, req *pb.ChineseCalendarInTemporalLeapYearRequest) (*pb.InTemporalLeapYearResponse, error)
func (*ChineseCalendarServer) NewChineseCalendar ¶
func (s *ChineseCalendarServer) NewChineseCalendar(_ context.Context, req *pb.NewChineseCalendarRequest) (*pb.NewChineseCalendarResponse, error)
func (*ChineseCalendarServer) Roll ¶
func (s *ChineseCalendarServer) Roll(_ context.Context, req *pb.RollRequest) (*pb.RollResponse, error)
func (*ChineseCalendarServer) SetTemporalMonthCode ¶
func (s *ChineseCalendarServer) SetTemporalMonthCode(_ context.Context, req *pb.ChineseCalendarSetTemporalMonthCodeRequest) (*pb.SetTemporalMonthCodeResponse, error)
type CloseGuardServer ¶
type CloseGuardServer struct {
pb.UnimplementedCloseGuardServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
CloseGuardServer implements pb.CloseGuardServiceServer.
func (*CloseGuardServer) Close ¶
func (s *CloseGuardServer) Close(_ context.Context, req *pb.CloseRequest) (*pb.CloseResponse, error)
func (*CloseGuardServer) NewCloseGuard ¶
func (s *CloseGuardServer) NewCloseGuard(_ context.Context, req *pb.NewCloseGuardRequest) (*pb.NewCloseGuardResponse, error)
func (*CloseGuardServer) Open ¶
func (s *CloseGuardServer) Open(_ context.Context, req *pb.OpenRequest) (*pb.OpenResponse, error)
func (*CloseGuardServer) WarnIfOpen ¶
func (s *CloseGuardServer) WarnIfOpen(_ context.Context, req *pb.WarnIfOpenRequest) (*pb.WarnIfOpenResponse, error)
type CopticCalendarServer ¶
type CopticCalendarServer struct {
pb.UnimplementedCopticCalendarServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
CopticCalendarServer implements pb.CopticCalendarServiceServer.
func (*CopticCalendarServer) GetTemporalMonthCode ¶
func (s *CopticCalendarServer) GetTemporalMonthCode(_ context.Context, req *pb.CopticCalendarGetTemporalMonthCodeRequest) (*pb.GetTemporalMonthCodeResponse, error)
func (*CopticCalendarServer) GetType ¶
func (s *CopticCalendarServer) GetType(_ context.Context, req *pb.GetTypeRequest) (*pb.GetTypeResponse, error)
func (*CopticCalendarServer) NewCopticCalendar ¶
func (s *CopticCalendarServer) NewCopticCalendar(_ context.Context, req *pb.NewCopticCalendarRequest) (*pb.NewCopticCalendarResponse, error)
func (*CopticCalendarServer) SetTemporalMonthCode ¶
func (s *CopticCalendarServer) SetTemporalMonthCode(_ context.Context, req *pb.CopticCalendarSetTemporalMonthCodeRequest) (*pb.SetTemporalMonthCodeResponse, error)
type CurrencyAmountServer ¶
type CurrencyAmountServer struct {
pb.UnimplementedCurrencyAmountServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
CurrencyAmountServer implements pb.CurrencyAmountServiceServer.
func (*CurrencyAmountServer) GetCurrency ¶
func (s *CurrencyAmountServer) GetCurrency(_ context.Context, req *pb.GetCurrencyRequest) (*pb.GetCurrencyResponse, error)
func (*CurrencyAmountServer) NewCurrencyAmount ¶
func (s *CurrencyAmountServer) NewCurrencyAmount(_ context.Context, req *pb.NewCurrencyAmountRequest) (*pb.NewCurrencyAmountResponse, error)
type DateIntervalServer ¶
type DateIntervalServer struct {
pb.UnimplementedDateIntervalServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
DateIntervalServer implements pb.DateIntervalServiceServer.
func (*DateIntervalServer) Equals ¶
func (s *DateIntervalServer) Equals(_ context.Context, req *pb.DateIntervalEqualsRequest) (*pb.EqualsResponse, error)
func (*DateIntervalServer) GetFromDate ¶
func (s *DateIntervalServer) GetFromDate(_ context.Context, req *pb.GetFromDateRequest) (*pb.GetFromDateResponse, error)
func (*DateIntervalServer) GetToDate ¶
func (s *DateIntervalServer) GetToDate(_ context.Context, req *pb.GetToDateRequest) (*pb.GetToDateResponse, error)
func (*DateIntervalServer) HashCode ¶
func (s *DateIntervalServer) HashCode(_ context.Context, req *pb.DateIntervalHashCodeRequest) (*pb.HashCodeResponse, error)
func (*DateIntervalServer) NewDateInterval ¶
func (s *DateIntervalServer) NewDateInterval(_ context.Context, req *pb.NewDateIntervalRequest) (*pb.NewDateIntervalResponse, error)
func (*DateIntervalServer) ToString ¶
func (s *DateIntervalServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
type EthiopicCalendarServer ¶
type EthiopicCalendarServer struct {
pb.UnimplementedEthiopicCalendarServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
EthiopicCalendarServer implements pb.EthiopicCalendarServiceServer.
func (*EthiopicCalendarServer) GetTemporalMonthCode ¶
func (s *EthiopicCalendarServer) GetTemporalMonthCode(_ context.Context, req *pb.EthiopicCalendarGetTemporalMonthCodeRequest) (*pb.GetTemporalMonthCodeResponse, error)
func (*EthiopicCalendarServer) GetType ¶
func (s *EthiopicCalendarServer) GetType(_ context.Context, req *pb.GetTypeRequest) (*pb.GetTypeResponse, error)
func (*EthiopicCalendarServer) IsAmeteAlemEra ¶
func (s *EthiopicCalendarServer) IsAmeteAlemEra(_ context.Context, req *pb.IsAmeteAlemEraRequest) (*pb.IsAmeteAlemEraResponse, error)
func (*EthiopicCalendarServer) NewEthiopicCalendar ¶
func (s *EthiopicCalendarServer) NewEthiopicCalendar(_ context.Context, req *pb.NewEthiopicCalendarRequest) (*pb.NewEthiopicCalendarResponse, error)
func (*EthiopicCalendarServer) SetAmeteAlemEra ¶
func (s *EthiopicCalendarServer) SetAmeteAlemEra(_ context.Context, req *pb.SetAmeteAlemEraRequest) (*pb.SetAmeteAlemEraResponse, error)
func (*EthiopicCalendarServer) SetTemporalMonthCode ¶
func (s *EthiopicCalendarServer) SetTemporalMonthCode(_ context.Context, req *pb.EthiopicCalendarSetTemporalMonthCodeRequest) (*pb.SetTemporalMonthCodeResponse, error)
type EventLogTagsServer ¶
type EventLogTagsServer struct {
pb.UnimplementedEventLogTagsServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
EventLogTagsServer implements pb.EventLogTagsServiceServer.
func (*EventLogTagsServer) Get1 ¶
func (s *EventLogTagsServer) Get1(_ context.Context, req *pb.Get1Request) (*pb.EventLogTagsGet1Response, error)
func (*EventLogTagsServer) Get1_1 ¶
func (s *EventLogTagsServer) Get1_1(_ context.Context, req *pb.Get1_1Request) (*pb.Get1_1Response, error)
func (*EventLogTagsServer) NewEventLogTags ¶
func (s *EventLogTagsServer) NewEventLogTags(_ context.Context, req *pb.NewEventLogTagsRequest) (*pb.NewEventLogTagsResponse, error)
type GregorianCalendarServer ¶
type GregorianCalendarServer struct {
pb.UnimplementedGregorianCalendarServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
GregorianCalendarServer implements pb.GregorianCalendarServiceServer.
func (*GregorianCalendarServer) GetActualMaximum ¶
func (s *GregorianCalendarServer) GetActualMaximum(_ context.Context, req *pb.GregorianCalendarGetActualMaximumRequest) (*pb.GetActualMaximumResponse, error)
func (*GregorianCalendarServer) GetActualMinimum ¶
func (s *GregorianCalendarServer) GetActualMinimum(_ context.Context, req *pb.GregorianCalendarGetActualMinimumRequest) (*pb.GetActualMinimumResponse, error)
func (*GregorianCalendarServer) GetGregorianChange ¶
func (s *GregorianCalendarServer) GetGregorianChange(_ context.Context, req *pb.GetGregorianChangeRequest) (*pb.GetGregorianChangeResponse, error)
func (*GregorianCalendarServer) GetType ¶
func (s *GregorianCalendarServer) GetType(_ context.Context, req *pb.GetTypeRequest) (*pb.GetTypeResponse, error)
func (*GregorianCalendarServer) HashCode ¶
func (s *GregorianCalendarServer) HashCode(_ context.Context, req *pb.GregorianCalendarHashCodeRequest) (*pb.HashCodeResponse, error)
func (*GregorianCalendarServer) IsEquivalentTo ¶
func (s *GregorianCalendarServer) IsEquivalentTo(_ context.Context, req *pb.GregorianCalendarIsEquivalentToRequest) (*pb.IsEquivalentToResponse, error)
func (*GregorianCalendarServer) IsLeapYear ¶
func (s *GregorianCalendarServer) IsLeapYear(_ context.Context, req *pb.IsLeapYearRequest) (*pb.IsLeapYearResponse, error)
func (*GregorianCalendarServer) NewGregorianCalendar ¶
func (s *GregorianCalendarServer) NewGregorianCalendar(_ context.Context, req *pb.NewGregorianCalendarRequest) (*pb.NewGregorianCalendarResponse, error)
func (*GregorianCalendarServer) Roll ¶
func (s *GregorianCalendarServer) Roll(_ context.Context, req *pb.RollRequest) (*pb.RollResponse, error)
func (*GregorianCalendarServer) SetGregorianChange ¶
func (s *GregorianCalendarServer) SetGregorianChange(_ context.Context, req *pb.SetGregorianChangeRequest) (*pb.SetGregorianChangeResponse, error)
type HalfServer ¶
type HalfServer struct {
pb.UnimplementedHalfServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
HalfServer implements pb.HalfServiceServer.
func (*HalfServer) Abs ¶
func (s *HalfServer) Abs(_ context.Context, req *pb.AbsRequest) (*pb.AbsResponse, error)
func (*HalfServer) ByteValue ¶
func (s *HalfServer) ByteValue(_ context.Context, req *pb.ByteValueRequest) (*pb.ByteValueResponse, error)
func (*HalfServer) Ceil ¶
func (s *HalfServer) Ceil(_ context.Context, req *pb.CeilRequest) (*pb.CeilResponse, error)
func (*HalfServer) Compare ¶
func (s *HalfServer) Compare(_ context.Context, req *pb.CompareRequest) (*pb.CompareResponse, error)
func (*HalfServer) CompareTo1 ¶
func (s *HalfServer) CompareTo1(_ context.Context, req *pb.HalfCompareTo1Request) (*pb.CompareTo1Response, error)
func (*HalfServer) CompareTo1_1 ¶
func (s *HalfServer) CompareTo1_1(_ context.Context, req *pb.HalfCompareTo1_1Request) (*pb.CompareTo1_1Response, error)
func (*HalfServer) CopySign ¶
func (s *HalfServer) CopySign(_ context.Context, req *pb.CopySignRequest) (*pb.CopySignResponse, error)
func (*HalfServer) DoubleValue ¶
func (s *HalfServer) DoubleValue(_ context.Context, req *pb.DoubleValueRequest) (*pb.DoubleValueResponse, error)
func (*HalfServer) Equals1 ¶
func (s *HalfServer) Equals1(_ context.Context, req *pb.Equals1Request) (*pb.Equals1Response, error)
func (*HalfServer) Equals2_1 ¶
func (s *HalfServer) Equals2_1(_ context.Context, req *pb.Equals2_1Request) (*pb.Equals2_1Response, error)
func (*HalfServer) FloatValue ¶
func (s *HalfServer) FloatValue(_ context.Context, req *pb.FloatValueRequest) (*pb.FloatValueResponse, error)
func (*HalfServer) Floor ¶
func (s *HalfServer) Floor(_ context.Context, req *pb.FloorRequest) (*pb.FloorResponse, error)
func (*HalfServer) GetExponent ¶
func (s *HalfServer) GetExponent(_ context.Context, req *pb.GetExponentRequest) (*pb.GetExponentResponse, error)
func (*HalfServer) GetSign ¶
func (s *HalfServer) GetSign(_ context.Context, req *pb.GetSignRequest) (*pb.GetSignResponse, error)
func (*HalfServer) GetSignificand ¶
func (s *HalfServer) GetSignificand(_ context.Context, req *pb.GetSignificandRequest) (*pb.GetSignificandResponse, error)
func (*HalfServer) Greater ¶
func (s *HalfServer) Greater(_ context.Context, req *pb.GreaterRequest) (*pb.GreaterResponse, error)
func (*HalfServer) GreaterEquals ¶
func (s *HalfServer) GreaterEquals(_ context.Context, req *pb.GreaterEqualsRequest) (*pb.GreaterEqualsResponse, error)
func (*HalfServer) HalfToIntBits ¶
func (s *HalfServer) HalfToIntBits(_ context.Context, req *pb.HalfToIntBitsRequest) (*pb.HalfToIntBitsResponse, error)
func (*HalfServer) HalfToRawIntBits ¶
func (s *HalfServer) HalfToRawIntBits(_ context.Context, req *pb.HalfToRawIntBitsRequest) (*pb.HalfToRawIntBitsResponse, error)
func (*HalfServer) HalfToShortBits ¶
func (s *HalfServer) HalfToShortBits(_ context.Context, req *pb.HalfToShortBitsRequest) (*pb.HalfToShortBitsResponse, error)
func (*HalfServer) HalfValue ¶
func (s *HalfServer) HalfValue(_ context.Context, req *pb.HalfValueRequest) (*pb.HalfValueResponse, error)
func (*HalfServer) HashCode0 ¶
func (s *HalfServer) HashCode0(_ context.Context, req *pb.HashCode0Request) (*pb.HashCode0Response, error)
func (*HalfServer) HashCode1_1 ¶
func (s *HalfServer) HashCode1_1(_ context.Context, req *pb.HashCode1_1Request) (*pb.HashCode1_1Response, error)
func (*HalfServer) IntBitsToHalf ¶
func (s *HalfServer) IntBitsToHalf(_ context.Context, req *pb.IntBitsToHalfRequest) (*pb.IntBitsToHalfResponse, error)
func (*HalfServer) IntValue ¶
func (s *HalfServer) IntValue(_ context.Context, req *pb.IntValueRequest) (*pb.IntValueResponse, error)
func (*HalfServer) IsInfinite ¶
func (s *HalfServer) IsInfinite(_ context.Context, req *pb.IsInfiniteRequest) (*pb.IsInfiniteResponse, error)
func (*HalfServer) IsNaN0 ¶
func (s *HalfServer) IsNaN0(_ context.Context, req *pb.IsNaN0Request) (*pb.IsNaN0Response, error)
func (*HalfServer) IsNaN1_1 ¶
func (s *HalfServer) IsNaN1_1(_ context.Context, req *pb.IsNaN1_1Request) (*pb.IsNaN1_1Response, error)
func (*HalfServer) IsNormalized ¶
func (s *HalfServer) IsNormalized(_ context.Context, req *pb.IsNormalizedRequest) (*pb.IsNormalizedResponse, error)
func (*HalfServer) Less ¶
func (s *HalfServer) Less(_ context.Context, req *pb.LessRequest) (*pb.LessResponse, error)
func (*HalfServer) LessEquals ¶
func (s *HalfServer) LessEquals(_ context.Context, req *pb.LessEqualsRequest) (*pb.LessEqualsResponse, error)
func (*HalfServer) LongValue ¶
func (s *HalfServer) LongValue(_ context.Context, req *pb.LongValueRequest) (*pb.LongValueResponse, error)
func (*HalfServer) Max ¶
func (s *HalfServer) Max(_ context.Context, req *pb.MaxRequest) (*pb.MaxResponse, error)
func (*HalfServer) Min ¶
func (s *HalfServer) Min(_ context.Context, req *pb.MinRequest) (*pb.MinResponse, error)
func (*HalfServer) NewHalf ¶
func (s *HalfServer) NewHalf(_ context.Context, req *pb.NewHalfRequest) (*pb.NewHalfResponse, error)
func (*HalfServer) ParseHalf ¶
func (s *HalfServer) ParseHalf(_ context.Context, req *pb.ParseHalfRequest) (*pb.ParseHalfResponse, error)
func (*HalfServer) Round ¶
func (s *HalfServer) Round(_ context.Context, req *pb.RoundRequest) (*pb.RoundResponse, error)
func (*HalfServer) ShortValue ¶
func (s *HalfServer) ShortValue(_ context.Context, req *pb.ShortValueRequest) (*pb.ShortValueResponse, error)
func (*HalfServer) ToFloat ¶
func (s *HalfServer) ToFloat(_ context.Context, req *pb.ToFloatRequest) (*pb.ToFloatResponse, error)
func (*HalfServer) ToHalf ¶
func (s *HalfServer) ToHalf(_ context.Context, req *pb.ToHalfRequest) (*pb.ToHalfResponse, error)
func (*HalfServer) ToHexString ¶
func (s *HalfServer) ToHexString(_ context.Context, req *pb.ToHexStringRequest) (*pb.ToHexStringResponse, error)
func (*HalfServer) ToString0 ¶
func (s *HalfServer) ToString0(_ context.Context, req *pb.ToString0Request) (*pb.ToString0Response, error)
func (*HalfServer) ToString1_1 ¶
func (s *HalfServer) ToString1_1(_ context.Context, req *pb.ToString1_1Request) (*pb.ToString1_1Response, error)
func (*HalfServer) Trunc ¶
func (s *HalfServer) Trunc(_ context.Context, req *pb.TruncRequest) (*pb.TruncResponse, error)
func (*HalfServer) ValueOf1 ¶
func (s *HalfServer) ValueOf1(_ context.Context, req *pb.ValueOf1Request) (*pb.ValueOf1Response, error)
func (*HalfServer) ValueOf1_1 ¶
func (s *HalfServer) ValueOf1_1(_ context.Context, req *pb.ValueOf1_1Request) (*pb.ValueOf1_1Response, error)
func (*HalfServer) ValueOf1_2 ¶
func (s *HalfServer) ValueOf1_2(_ context.Context, req *pb.ValueOf1_2Request) (*pb.ValueOf1_2Response, error)
type HebrewCalendarServer ¶
type HebrewCalendarServer struct {
pb.UnimplementedHebrewCalendarServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
HebrewCalendarServer implements pb.HebrewCalendarServiceServer.
func (*HebrewCalendarServer) Add ¶
func (s *HebrewCalendarServer) Add(_ context.Context, req *pb.HebrewCalendarAddRequest) (*pb.AddResponse, error)
func (*HebrewCalendarServer) GetTemporalMonthCode ¶
func (s *HebrewCalendarServer) GetTemporalMonthCode(_ context.Context, req *pb.HebrewCalendarGetTemporalMonthCodeRequest) (*pb.GetTemporalMonthCodeResponse, error)
func (*HebrewCalendarServer) GetType ¶
func (s *HebrewCalendarServer) GetType(_ context.Context, req *pb.GetTypeRequest) (*pb.GetTypeResponse, error)
func (*HebrewCalendarServer) InTemporalLeapYear ¶
func (s *HebrewCalendarServer) InTemporalLeapYear(_ context.Context, req *pb.HebrewCalendarInTemporalLeapYearRequest) (*pb.InTemporalLeapYearResponse, error)
func (*HebrewCalendarServer) NewHebrewCalendar ¶
func (s *HebrewCalendarServer) NewHebrewCalendar(_ context.Context, req *pb.NewHebrewCalendarRequest) (*pb.NewHebrewCalendarResponse, error)
func (*HebrewCalendarServer) Roll ¶
func (s *HebrewCalendarServer) Roll(_ context.Context, req *pb.RollRequest) (*pb.RollResponse, error)
func (*HebrewCalendarServer) SetTemporalMonthCode ¶
func (s *HebrewCalendarServer) SetTemporalMonthCode(_ context.Context, req *pb.HebrewCalendarSetTemporalMonthCodeRequest) (*pb.SetTemporalMonthCodeResponse, error)
type IllformedLocaleExceptionServer ¶
type IllformedLocaleExceptionServer struct {
pb.UnimplementedIllformedLocaleExceptionServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
IllformedLocaleExceptionServer implements pb.IllformedLocaleExceptionServiceServer.
func (*IllformedLocaleExceptionServer) GetErrorIndex ¶
func (s *IllformedLocaleExceptionServer) GetErrorIndex(_ context.Context, req *pb.GetErrorIndexRequest) (*pb.GetErrorIndexResponse, error)
func (*IllformedLocaleExceptionServer) NewIllformedLocaleException ¶
func (s *IllformedLocaleExceptionServer) NewIllformedLocaleException(_ context.Context, req *pb.NewIllformedLocaleExceptionRequest) (*pb.NewIllformedLocaleExceptionResponse, error)
type IndianCalendarServer ¶
type IndianCalendarServer struct {
pb.UnimplementedIndianCalendarServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
IndianCalendarServer implements pb.IndianCalendarServiceServer.
func (*IndianCalendarServer) GetType ¶
func (s *IndianCalendarServer) GetType(_ context.Context, req *pb.GetTypeRequest) (*pb.GetTypeResponse, error)
func (*IndianCalendarServer) NewIndianCalendar ¶
func (s *IndianCalendarServer) NewIndianCalendar(_ context.Context, req *pb.NewIndianCalendarRequest) (*pb.NewIndianCalendarResponse, error)
type IslamicCalendarServer ¶
type IslamicCalendarServer struct {
pb.UnimplementedIslamicCalendarServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
IslamicCalendarServer implements pb.IslamicCalendarServiceServer.
func (*IslamicCalendarServer) GetCalculationType ¶
func (s *IslamicCalendarServer) GetCalculationType(_ context.Context, req *pb.GetCalculationTypeRequest) (*pb.GetCalculationTypeResponse, error)
func (*IslamicCalendarServer) GetType ¶
func (s *IslamicCalendarServer) GetType(_ context.Context, req *pb.GetTypeRequest) (*pb.GetTypeResponse, error)
func (*IslamicCalendarServer) InTemporalLeapYear ¶
func (s *IslamicCalendarServer) InTemporalLeapYear(_ context.Context, req *pb.IslamicCalendarInTemporalLeapYearRequest) (*pb.InTemporalLeapYearResponse, error)
func (*IslamicCalendarServer) NewIslamicCalendar ¶
func (s *IslamicCalendarServer) NewIslamicCalendar(_ context.Context, req *pb.NewIslamicCalendarRequest) (*pb.NewIslamicCalendarResponse, error)
func (*IslamicCalendarServer) SetCalculationType ¶
func (s *IslamicCalendarServer) SetCalculationType(_ context.Context, req *pb.SetCalculationTypeRequest) (*pb.SetCalculationTypeResponse, error)
type JapaneseCalendarServer ¶
type JapaneseCalendarServer struct {
pb.UnimplementedJapaneseCalendarServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
JapaneseCalendarServer implements pb.JapaneseCalendarServiceServer.
func (*JapaneseCalendarServer) GetActualMaximum ¶
func (s *JapaneseCalendarServer) GetActualMaximum(_ context.Context, req *pb.JapaneseCalendarGetActualMaximumRequest) (*pb.GetActualMaximumResponse, error)
func (*JapaneseCalendarServer) GetType ¶
func (s *JapaneseCalendarServer) GetType(_ context.Context, req *pb.GetTypeRequest) (*pb.GetTypeResponse, error)
func (*JapaneseCalendarServer) NewJapaneseCalendar ¶
func (s *JapaneseCalendarServer) NewJapaneseCalendar(_ context.Context, req *pb.NewJapaneseCalendarRequest) (*pb.NewJapaneseCalendarResponse, error)
type JsonReaderServer ¶
type JsonReaderServer struct {
pb.UnimplementedJsonReaderServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
JsonReaderServer implements pb.JsonReaderServiceServer.
func (*JsonReaderServer) BeginArray ¶
func (s *JsonReaderServer) BeginArray(_ context.Context, req *pb.BeginArrayRequest) (*pb.BeginArrayResponse, error)
func (*JsonReaderServer) BeginObject ¶
func (s *JsonReaderServer) BeginObject(_ context.Context, req *pb.BeginObjectRequest) (*pb.BeginObjectResponse, error)
func (*JsonReaderServer) Close ¶
func (s *JsonReaderServer) Close(_ context.Context, req *pb.CloseRequest) (*pb.CloseResponse, error)
func (*JsonReaderServer) EndArray ¶
func (s *JsonReaderServer) EndArray(_ context.Context, req *pb.EndArrayRequest) (*pb.EndArrayResponse, error)
func (*JsonReaderServer) EndObject ¶
func (s *JsonReaderServer) EndObject(_ context.Context, req *pb.EndObjectRequest) (*pb.EndObjectResponse, error)
func (*JsonReaderServer) HasNext ¶
func (s *JsonReaderServer) HasNext(_ context.Context, req *pb.HasNextRequest) (*pb.HasNextResponse, error)
func (*JsonReaderServer) IsLenient ¶
func (s *JsonReaderServer) IsLenient(_ context.Context, req *pb.JsonReaderIsLenientRequest) (*pb.IsLenientResponse, error)
func (*JsonReaderServer) NewJsonReader ¶
func (s *JsonReaderServer) NewJsonReader(_ context.Context, req *pb.NewJsonReaderRequest) (*pb.NewJsonReaderResponse, error)
func (*JsonReaderServer) NextBoolean ¶
func (s *JsonReaderServer) NextBoolean(_ context.Context, req *pb.NextBooleanRequest) (*pb.NextBooleanResponse, error)
func (*JsonReaderServer) NextDouble ¶
func (s *JsonReaderServer) NextDouble(_ context.Context, req *pb.NextDoubleRequest) (*pb.NextDoubleResponse, error)
func (*JsonReaderServer) NextInt ¶
func (s *JsonReaderServer) NextInt(_ context.Context, req *pb.NextIntRequest) (*pb.NextIntResponse, error)
func (*JsonReaderServer) NextLong ¶
func (s *JsonReaderServer) NextLong(_ context.Context, req *pb.NextLongRequest) (*pb.NextLongResponse, error)
func (*JsonReaderServer) NextName ¶
func (s *JsonReaderServer) NextName(_ context.Context, req *pb.NextNameRequest) (*pb.NextNameResponse, error)
func (*JsonReaderServer) NextNull ¶
func (s *JsonReaderServer) NextNull(_ context.Context, req *pb.NextNullRequest) (*pb.NextNullResponse, error)
func (*JsonReaderServer) NextString ¶
func (s *JsonReaderServer) NextString(_ context.Context, req *pb.NextStringRequest) (*pb.NextStringResponse, error)
func (*JsonReaderServer) Peek ¶
func (s *JsonReaderServer) Peek(_ context.Context, req *pb.PeekRequest) (*pb.PeekResponse, error)
func (*JsonReaderServer) SetLenient ¶
func (s *JsonReaderServer) SetLenient(_ context.Context, req *pb.JsonReaderSetLenientRequest) (*pb.SetLenientResponse, error)
func (*JsonReaderServer) SkipValue ¶
func (s *JsonReaderServer) SkipValue(_ context.Context, req *pb.SkipValueRequest) (*pb.SkipValueResponse, error)
func (*JsonReaderServer) ToString ¶
func (s *JsonReaderServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
type JsonWriterServer ¶
type JsonWriterServer struct {
pb.UnimplementedJsonWriterServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
JsonWriterServer implements pb.JsonWriterServiceServer.
func (*JsonWriterServer) BeginArray ¶
func (s *JsonWriterServer) BeginArray(_ context.Context, req *pb.BeginArrayRequest) (*pb.JsonWriterBeginArrayResponse, error)
func (*JsonWriterServer) BeginObject ¶
func (s *JsonWriterServer) BeginObject(_ context.Context, req *pb.BeginObjectRequest) (*pb.JsonWriterBeginObjectResponse, error)
func (*JsonWriterServer) Close ¶
func (s *JsonWriterServer) Close(_ context.Context, req *pb.CloseRequest) (*pb.CloseResponse, error)
func (*JsonWriterServer) EndArray ¶
func (s *JsonWriterServer) EndArray(_ context.Context, req *pb.EndArrayRequest) (*pb.JsonWriterEndArrayResponse, error)
func (*JsonWriterServer) EndObject ¶
func (s *JsonWriterServer) EndObject(_ context.Context, req *pb.EndObjectRequest) (*pb.JsonWriterEndObjectResponse, error)
func (*JsonWriterServer) Flush ¶
func (s *JsonWriterServer) Flush(_ context.Context, req *pb.FlushRequest) (*pb.FlushResponse, error)
func (*JsonWriterServer) IsLenient ¶
func (s *JsonWriterServer) IsLenient(_ context.Context, req *pb.JsonReaderIsLenientRequest) (*pb.IsLenientResponse, error)
func (*JsonWriterServer) Name ¶
func (s *JsonWriterServer) Name(_ context.Context, req *pb.NameRequest) (*pb.NameResponse, error)
func (*JsonWriterServer) NewJsonWriter ¶
func (s *JsonWriterServer) NewJsonWriter(_ context.Context, req *pb.NewJsonWriterRequest) (*pb.NewJsonWriterResponse, error)
func (*JsonWriterServer) NullValue ¶
func (s *JsonWriterServer) NullValue(_ context.Context, req *pb.NullValueRequest) (*pb.NullValueResponse, error)
func (*JsonWriterServer) SetIndent ¶
func (s *JsonWriterServer) SetIndent(_ context.Context, req *pb.SetIndentRequest) (*pb.SetIndentResponse, error)
func (*JsonWriterServer) SetLenient ¶
func (s *JsonWriterServer) SetLenient(_ context.Context, req *pb.JsonReaderSetLenientRequest) (*pb.SetLenientResponse, error)
func (*JsonWriterServer) Value1 ¶
func (s *JsonWriterServer) Value1(_ context.Context, req *pb.Value1Request) (*pb.Value1Response, error)
func (*JsonWriterServer) Value1_1 ¶
func (s *JsonWriterServer) Value1_1(_ context.Context, req *pb.Value1_1Request) (*pb.Value1_1Response, error)
func (*JsonWriterServer) Value1_2 ¶
func (s *JsonWriterServer) Value1_2(_ context.Context, req *pb.Value1_2Request) (*pb.Value1_2Response, error)
func (*JsonWriterServer) Value1_3 ¶
func (s *JsonWriterServer) Value1_3(_ context.Context, req *pb.Value1_3Request) (*pb.Value1_3Response, error)
func (*JsonWriterServer) Value1_4 ¶
func (s *JsonWriterServer) Value1_4(_ context.Context, req *pb.Value1_4Request) (*pb.Value1_4Response, error)
type LinkifyServer ¶
type LinkifyServer struct {
pb.UnimplementedLinkifyServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
LinkifyServer implements pb.LinkifyServiceServer.
func (*LinkifyServer) AddLinks2 ¶
func (s *LinkifyServer) AddLinks2(_ context.Context, req *pb.AddLinks2Request) (*pb.AddLinks2Response, error)
func (*LinkifyServer) AddLinks2_4 ¶
func (s *LinkifyServer) AddLinks2_4(_ context.Context, req *pb.AddLinks2_4Request) (*pb.AddLinks2_4Response, error)
func (*LinkifyServer) AddLinks3_1 ¶
func (s *LinkifyServer) AddLinks3_1(_ context.Context, req *pb.AddLinks3_1Request) (*pb.AddLinks3_1Response, error)
func (*LinkifyServer) AddLinks3_5 ¶
func (s *LinkifyServer) AddLinks3_5(_ context.Context, req *pb.AddLinks3_5Request) (*pb.AddLinks3_5Response, error)
func (*LinkifyServer) AddLinks5_2 ¶
func (s *LinkifyServer) AddLinks5_2(_ context.Context, req *pb.AddLinks5_2Request) (*pb.AddLinks5_2Response, error)
func (*LinkifyServer) AddLinks5_6 ¶
func (s *LinkifyServer) AddLinks5_6(_ context.Context, req *pb.AddLinks5_6Request) (*pb.AddLinks5_6Response, error)
func (*LinkifyServer) AddLinks6_3 ¶
func (s *LinkifyServer) AddLinks6_3(_ context.Context, req *pb.AddLinks6_3Request) (*pb.AddLinks6_3Response, error)
func (*LinkifyServer) AddLinks6_7 ¶
func (s *LinkifyServer) AddLinks6_7(_ context.Context, req *pb.AddLinks6_7Request) (*pb.AddLinks6_7Response, error)
func (*LinkifyServer) NewLinkify ¶
func (s *LinkifyServer) NewLinkify(_ context.Context, req *pb.NewLinkifyRequest) (*pb.NewLinkifyResponse, error)
type LogPrinterServer ¶
type LogPrinterServer struct {
pb.UnimplementedLogPrinterServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
LogPrinterServer implements pb.LogPrinterServiceServer.
func (*LogPrinterServer) NewLogPrinter ¶
func (s *LogPrinterServer) NewLogPrinter(_ context.Context, req *pb.NewLogPrinterRequest) (*pb.NewLogPrinterResponse, error)
func (*LogPrinterServer) Println ¶
func (s *LogPrinterServer) Println(_ context.Context, req *pb.PrintlnRequest) (*pb.PrintlnResponse, error)
type LongSparseArrayServer ¶
type LongSparseArrayServer struct {
pb.UnimplementedLongSparseArrayServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
LongSparseArrayServer implements pb.LongSparseArrayServiceServer.
func (*LongSparseArrayServer) Clear ¶
func (s *LongSparseArrayServer) Clear(_ context.Context, req *pb.SparseBooleanArrayClearRequest) (*pb.SparseBooleanArrayClearResponse, error)
func (*LongSparseArrayServer) Clone0 ¶
func (s *LongSparseArrayServer) Clone0(_ context.Context, req *pb.Clone0Request) (*pb.Clone0Response, error)
func (*LongSparseArrayServer) Clone0_1 ¶
func (s *LongSparseArrayServer) Clone0_1(_ context.Context, req *pb.Clone0_1Request) (*pb.Clone0_1Response, error)
func (*LongSparseArrayServer) Delete ¶
func (s *LongSparseArrayServer) Delete(_ context.Context, req *pb.LongSparseArrayDeleteRequest) (*pb.DeleteResponse, error)
func (*LongSparseArrayServer) IndexOfKey ¶
func (s *LongSparseArrayServer) IndexOfKey(_ context.Context, req *pb.LongSparseArrayIndexOfKeyRequest) (*pb.IndexOfKeyResponse, error)
func (*LongSparseArrayServer) KeyAt ¶
func (s *LongSparseArrayServer) KeyAt(_ context.Context, req *pb.KeyAtRequest) (*pb.LongSparseArrayKeyAtResponse, error)
func (*LongSparseArrayServer) NewLongSparseArray ¶
func (s *LongSparseArrayServer) NewLongSparseArray(_ context.Context, req *pb.NewLongSparseArrayRequest) (*pb.NewLongSparseArrayResponse, error)
func (*LongSparseArrayServer) Remove ¶
func (s *LongSparseArrayServer) Remove(_ context.Context, req *pb.LongSparseArrayRemoveRequest) (*pb.RemoveResponse, error)
func (*LongSparseArrayServer) RemoveAt ¶
func (s *LongSparseArrayServer) RemoveAt(_ context.Context, req *pb.RemoveAtRequest) (*pb.RemoveAtResponse, error)
func (*LongSparseArrayServer) Size ¶
func (s *LongSparseArrayServer) Size(_ context.Context, req *pb.SizeRequest) (*pb.SizeResponse, error)
func (*LongSparseArrayServer) ToString ¶
func (s *LongSparseArrayServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
type LruCacheServer ¶
type LruCacheServer struct {
pb.UnimplementedLruCacheServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
LruCacheServer implements pb.LruCacheServiceServer.
func (*LruCacheServer) EvictAll ¶
func (s *LruCacheServer) EvictAll(_ context.Context, req *pb.EvictAllRequest) (*pb.EvictAllResponse, error)
func (*LruCacheServer) NewLruCache ¶
func (s *LruCacheServer) NewLruCache(_ context.Context, req *pb.NewLruCacheRequest) (*pb.NewLruCacheResponse, error)
func (*LruCacheServer) Resize ¶
func (s *LruCacheServer) Resize(_ context.Context, req *pb.ResizeRequest) (*pb.ResizeResponse, error)
func (*LruCacheServer) TrimToSize ¶
func (s *LruCacheServer) TrimToSize(_ context.Context, req *pb.TrimToSizeRequest) (*pb.TrimToSizeResponse, error)
type MeasureServer ¶
type MeasureServer struct {
pb.UnimplementedMeasureServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
MeasureServer implements pb.MeasureServiceServer.
func (*MeasureServer) Equals ¶
func (s *MeasureServer) Equals(_ context.Context, req *pb.MeasureEqualsRequest) (*pb.EqualsResponse, error)
func (*MeasureServer) GetNumber ¶
func (s *MeasureServer) GetNumber(_ context.Context, req *pb.GetNumberRequest) (*pb.GetNumberResponse, error)
func (*MeasureServer) GetUnit ¶
func (s *MeasureServer) GetUnit(_ context.Context, req *pb.GetUnitRequest) (*pb.GetUnitResponse, error)
func (*MeasureServer) HashCode ¶
func (s *MeasureServer) HashCode(_ context.Context, req *pb.MeasureHashCodeRequest) (*pb.HashCodeResponse, error)
func (*MeasureServer) NewMeasure ¶
func (s *MeasureServer) NewMeasure(_ context.Context, req *pb.NewMeasureRequest) (*pb.NewMeasureResponse, error)
func (*MeasureServer) ToString ¶
func (s *MeasureServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
type MonthDisplayHelperServer ¶
type MonthDisplayHelperServer struct {
pb.UnimplementedMonthDisplayHelperServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
MonthDisplayHelperServer implements pb.MonthDisplayHelperServiceServer.
func (*MonthDisplayHelperServer) GetColumnOf ¶
func (s *MonthDisplayHelperServer) GetColumnOf(_ context.Context, req *pb.GetColumnOfRequest) (*pb.GetColumnOfResponse, error)
func (*MonthDisplayHelperServer) GetDayAt ¶
func (s *MonthDisplayHelperServer) GetDayAt(_ context.Context, req *pb.GetDayAtRequest) (*pb.GetDayAtResponse, error)
func (*MonthDisplayHelperServer) GetDigitsForRow ¶
func (s *MonthDisplayHelperServer) GetDigitsForRow(_ context.Context, req *pb.GetDigitsForRowRequest) (*pb.GetDigitsForRowResponse, error)
func (*MonthDisplayHelperServer) GetFirstDayOfMonth ¶
func (s *MonthDisplayHelperServer) GetFirstDayOfMonth(_ context.Context, req *pb.GetFirstDayOfMonthRequest) (*pb.GetFirstDayOfMonthResponse, error)
func (*MonthDisplayHelperServer) GetMonth ¶
func (s *MonthDisplayHelperServer) GetMonth(_ context.Context, req *pb.GetMonthRequest) (*pb.GetMonthResponse, error)
func (*MonthDisplayHelperServer) GetNumberOfDaysInMonth ¶
func (s *MonthDisplayHelperServer) GetNumberOfDaysInMonth(_ context.Context, req *pb.GetNumberOfDaysInMonthRequest) (*pb.GetNumberOfDaysInMonthResponse, error)
func (*MonthDisplayHelperServer) GetOffset ¶
func (s *MonthDisplayHelperServer) GetOffset(_ context.Context, req *pb.GetOffsetRequest) (*pb.GetOffsetResponse, error)
func (*MonthDisplayHelperServer) GetRowOf ¶
func (s *MonthDisplayHelperServer) GetRowOf(_ context.Context, req *pb.GetRowOfRequest) (*pb.GetRowOfResponse, error)
func (*MonthDisplayHelperServer) GetWeekStartDay ¶
func (s *MonthDisplayHelperServer) GetWeekStartDay(_ context.Context, req *pb.GetWeekStartDayRequest) (*pb.GetWeekStartDayResponse, error)
func (*MonthDisplayHelperServer) GetYear ¶
func (s *MonthDisplayHelperServer) GetYear(_ context.Context, req *pb.GetYearRequest) (*pb.GetYearResponse, error)
func (*MonthDisplayHelperServer) IsWithinCurrentMonth ¶
func (s *MonthDisplayHelperServer) IsWithinCurrentMonth(_ context.Context, req *pb.IsWithinCurrentMonthRequest) (*pb.IsWithinCurrentMonthResponse, error)
func (*MonthDisplayHelperServer) NewMonthDisplayHelper ¶
func (s *MonthDisplayHelperServer) NewMonthDisplayHelper(_ context.Context, req *pb.NewMonthDisplayHelperRequest) (*pb.NewMonthDisplayHelperResponse, error)
func (*MonthDisplayHelperServer) NextMonth ¶
func (s *MonthDisplayHelperServer) NextMonth(_ context.Context, req *pb.NextMonthRequest) (*pb.NextMonthResponse, error)
func (*MonthDisplayHelperServer) PreviousMonth ¶
func (s *MonthDisplayHelperServer) PreviousMonth(_ context.Context, req *pb.PreviousMonthRequest) (*pb.PreviousMonthResponse, error)
type OutputServer ¶
type OutputServer struct {
pb.UnimplementedOutputServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
OutputServer implements pb.OutputServiceServer.
func (*OutputServer) NewOutput ¶
func (s *OutputServer) NewOutput(_ context.Context, req *pb.NewOutputRequest) (*pb.NewOutputResponse, error)
func (*OutputServer) ToString ¶
func (s *OutputServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
type PairServer ¶
type PairServer struct {
pb.UnimplementedPairServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
PairServer implements pb.PairServiceServer.
func (*PairServer) Equals ¶
func (s *PairServer) Equals(_ context.Context, req *pb.SparseBooleanArrayEqualsRequest) (*pb.EqualsResponse, error)
func (*PairServer) HashCode ¶
func (s *PairServer) HashCode(_ context.Context, req *pb.SparseBooleanArrayHashCodeRequest) (*pb.HashCodeResponse, error)
func (*PairServer) NewPair ¶
func (s *PairServer) NewPair(_ context.Context, req *pb.NewPairRequest) (*pb.NewPairResponse, error)
func (*PairServer) ToString ¶
func (s *PairServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
type PrintStreamPrinterServer ¶
type PrintStreamPrinterServer struct {
pb.UnimplementedPrintStreamPrinterServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
PrintStreamPrinterServer implements pb.PrintStreamPrinterServiceServer.
func (*PrintStreamPrinterServer) NewPrintStreamPrinter ¶
func (s *PrintStreamPrinterServer) NewPrintStreamPrinter(_ context.Context, req *pb.NewPrintStreamPrinterRequest) (*pb.NewPrintStreamPrinterResponse, error)
func (*PrintStreamPrinterServer) Println ¶
func (s *PrintStreamPrinterServer) Println(_ context.Context, req *pb.PrintlnRequest) (*pb.PrintlnResponse, error)
type PrintWriterPrinterServer ¶
type PrintWriterPrinterServer struct {
pb.UnimplementedPrintWriterPrinterServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
PrintWriterPrinterServer implements pb.PrintWriterPrinterServiceServer.
func (*PrintWriterPrinterServer) NewPrintWriterPrinter ¶
func (s *PrintWriterPrinterServer) NewPrintWriterPrinter(_ context.Context, req *pb.NewPrintWriterPrinterRequest) (*pb.NewPrintWriterPrinterResponse, error)
func (*PrintWriterPrinterServer) Println ¶
func (s *PrintWriterPrinterServer) Println(_ context.Context, req *pb.PrintlnRequest) (*pb.PrintlnResponse, error)
type RangeServer ¶
type RangeServer struct {
pb.UnimplementedRangeServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
RangeServer implements pb.RangeServiceServer.
func (*RangeServer) Equals ¶
func (s *RangeServer) Equals(_ context.Context, req *pb.SparseBooleanArrayEqualsRequest) (*pb.EqualsResponse, error)
func (*RangeServer) HashCode ¶
func (s *RangeServer) HashCode(_ context.Context, req *pb.SparseBooleanArrayHashCodeRequest) (*pb.HashCodeResponse, error)
func (*RangeServer) NewRange ¶
func (s *RangeServer) NewRange(_ context.Context, req *pb.NewRangeRequest) (*pb.NewRangeResponse, error)
func (*RangeServer) ToString ¶
func (s *RangeServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
type RationalServer ¶
type RationalServer struct {
pb.UnimplementedRationalServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
RationalServer implements pb.RationalServiceServer.
func (*RationalServer) CompareTo1 ¶
func (s *RationalServer) CompareTo1(_ context.Context, req *pb.HalfCompareTo1Request) (*pb.CompareTo1Response, error)
func (*RationalServer) CompareTo1_1 ¶
func (s *RationalServer) CompareTo1_1(_ context.Context, req *pb.HalfCompareTo1_1Request) (*pb.CompareTo1_1Response, error)
func (*RationalServer) DoubleValue ¶
func (s *RationalServer) DoubleValue(_ context.Context, req *pb.DoubleValueRequest) (*pb.DoubleValueResponse, error)
func (*RationalServer) Equals ¶
func (s *RationalServer) Equals(_ context.Context, req *pb.SparseBooleanArrayEqualsRequest) (*pb.EqualsResponse, error)
func (*RationalServer) FloatValue ¶
func (s *RationalServer) FloatValue(_ context.Context, req *pb.FloatValueRequest) (*pb.FloatValueResponse, error)
func (*RationalServer) GetDenominator ¶
func (s *RationalServer) GetDenominator(_ context.Context, req *pb.GetDenominatorRequest) (*pb.GetDenominatorResponse, error)
func (*RationalServer) GetNumerator ¶
func (s *RationalServer) GetNumerator(_ context.Context, req *pb.GetNumeratorRequest) (*pb.GetNumeratorResponse, error)
func (*RationalServer) HashCode ¶
func (s *RationalServer) HashCode(_ context.Context, req *pb.SparseBooleanArrayHashCodeRequest) (*pb.HashCodeResponse, error)
func (*RationalServer) IntValue ¶
func (s *RationalServer) IntValue(_ context.Context, req *pb.IntValueRequest) (*pb.IntValueResponse, error)
func (*RationalServer) IsFinite ¶
func (s *RationalServer) IsFinite(_ context.Context, req *pb.IsFiniteRequest) (*pb.IsFiniteResponse, error)
func (*RationalServer) IsInfinite ¶
func (s *RationalServer) IsInfinite(_ context.Context, req *pb.RationalIsInfiniteRequest) (*pb.IsInfiniteResponse, error)
func (*RationalServer) IsNaN ¶
func (s *RationalServer) IsNaN(_ context.Context, req *pb.IsNaNRequest) (*pb.IsNaNResponse, error)
func (*RationalServer) IsZero ¶
func (s *RationalServer) IsZero(_ context.Context, req *pb.IsZeroRequest) (*pb.IsZeroResponse, error)
func (*RationalServer) LongValue ¶
func (s *RationalServer) LongValue(_ context.Context, req *pb.LongValueRequest) (*pb.LongValueResponse, error)
func (*RationalServer) NewRational ¶
func (s *RationalServer) NewRational(_ context.Context, req *pb.NewRationalRequest) (*pb.NewRationalResponse, error)
func (*RationalServer) ParseRational ¶
func (s *RationalServer) ParseRational(_ context.Context, req *pb.ParseRationalRequest) (*pb.ParseRationalResponse, error)
func (*RationalServer) ShortValue ¶
func (s *RationalServer) ShortValue(_ context.Context, req *pb.ShortValueRequest) (*pb.ShortValueResponse, error)
func (*RationalServer) ToString ¶
func (s *RationalServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
type Rfc822TokenServer ¶
type Rfc822TokenServer struct {
pb.UnimplementedRfc822TokenServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
Rfc822TokenServer implements pb.Rfc822TokenServiceServer.
func (*Rfc822TokenServer) Equals ¶
func (s *Rfc822TokenServer) Equals(_ context.Context, req *pb.Rfc822TokenEqualsRequest) (*pb.EqualsResponse, error)
func (*Rfc822TokenServer) GetAddress ¶
func (s *Rfc822TokenServer) GetAddress(_ context.Context, req *pb.GetAddressRequest) (*pb.GetAddressResponse, error)
func (*Rfc822TokenServer) GetComment ¶
func (s *Rfc822TokenServer) GetComment(_ context.Context, req *pb.GetCommentRequest) (*pb.GetCommentResponse, error)
func (*Rfc822TokenServer) GetName ¶
func (s *Rfc822TokenServer) GetName(_ context.Context, req *pb.GetNameRequest) (*pb.GetNameResponse, error)
func (*Rfc822TokenServer) HashCode ¶
func (s *Rfc822TokenServer) HashCode(_ context.Context, req *pb.Rfc822TokenHashCodeRequest) (*pb.HashCodeResponse, error)
func (*Rfc822TokenServer) NewRfc822Token ¶
func (s *Rfc822TokenServer) NewRfc822Token(_ context.Context, req *pb.NewRfc822TokenRequest) (*pb.NewRfc822TokenResponse, error)
func (*Rfc822TokenServer) QuoteComment ¶
func (s *Rfc822TokenServer) QuoteComment(_ context.Context, req *pb.QuoteCommentRequest) (*pb.QuoteCommentResponse, error)
func (*Rfc822TokenServer) QuoteName ¶
func (s *Rfc822TokenServer) QuoteName(_ context.Context, req *pb.QuoteNameRequest) (*pb.QuoteNameResponse, error)
func (*Rfc822TokenServer) QuoteNameIfNecessary ¶
func (s *Rfc822TokenServer) QuoteNameIfNecessary(_ context.Context, req *pb.QuoteNameIfNecessaryRequest) (*pb.QuoteNameIfNecessaryResponse, error)
func (*Rfc822TokenServer) SetAddress ¶
func (s *Rfc822TokenServer) SetAddress(_ context.Context, req *pb.SetAddressRequest) (*pb.SetAddressResponse, error)
func (*Rfc822TokenServer) SetComment ¶
func (s *Rfc822TokenServer) SetComment(_ context.Context, req *pb.SetCommentRequest) (*pb.SetCommentResponse, error)
func (*Rfc822TokenServer) SetName ¶
func (s *Rfc822TokenServer) SetName(_ context.Context, req *pb.SetNameRequest) (*pb.SetNameResponse, error)
func (*Rfc822TokenServer) ToString ¶
func (s *Rfc822TokenServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
type Rfc822TokenizerServer ¶
type Rfc822TokenizerServer struct {
pb.UnimplementedRfc822TokenizerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
Rfc822TokenizerServer implements pb.Rfc822TokenizerServiceServer.
func (*Rfc822TokenizerServer) FindTokenEnd ¶
func (s *Rfc822TokenizerServer) FindTokenEnd(_ context.Context, req *pb.FindTokenEndRequest) (*pb.FindTokenEndResponse, error)
func (*Rfc822TokenizerServer) FindTokenStart ¶
func (s *Rfc822TokenizerServer) FindTokenStart(_ context.Context, req *pb.FindTokenStartRequest) (*pb.FindTokenStartResponse, error)
func (*Rfc822TokenizerServer) NewRfc822Tokenizer ¶
func (s *Rfc822TokenizerServer) NewRfc822Tokenizer(_ context.Context, req *pb.NewRfc822TokenizerRequest) (*pb.NewRfc822TokenizerResponse, error)
func (*Rfc822TokenizerServer) TerminateToken ¶
func (s *Rfc822TokenizerServer) TerminateToken(_ context.Context, req *pb.TerminateTokenRequest) (*pb.TerminateTokenResponse, error)
func (*Rfc822TokenizerServer) Tokenize ¶
func (s *Rfc822TokenizerServer) Tokenize(_ context.Context, req *pb.TokenizeRequest) (*pb.TokenizeResponse, error)
type SizeFServer ¶
type SizeFServer struct {
pb.UnimplementedSizeFServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
SizeFServer implements pb.SizeFServiceServer.
func (*SizeFServer) DescribeContents ¶
func (s *SizeFServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*SizeFServer) Equals ¶
func (s *SizeFServer) Equals(_ context.Context, req *pb.SparseBooleanArrayEqualsRequest) (*pb.EqualsResponse, error)
func (*SizeFServer) GetHeight ¶
func (s *SizeFServer) GetHeight(_ context.Context, req *pb.SizeFGetHeightRequest) (*pb.SizeFGetHeightResponse, error)
func (*SizeFServer) GetWidth ¶
func (s *SizeFServer) GetWidth(_ context.Context, req *pb.SizeFGetWidthRequest) (*pb.SizeFGetWidthResponse, error)
func (*SizeFServer) HashCode ¶
func (s *SizeFServer) HashCode(_ context.Context, req *pb.SparseBooleanArrayHashCodeRequest) (*pb.HashCodeResponse, error)
func (*SizeFServer) NewSizeF ¶
func (s *SizeFServer) NewSizeF(_ context.Context, req *pb.NewSizeFRequest) (*pb.NewSizeFResponse, error)
func (*SizeFServer) ParseSizeF ¶
func (s *SizeFServer) ParseSizeF(_ context.Context, req *pb.ParseSizeFRequest) (*pb.ParseSizeFResponse, error)
func (*SizeFServer) ToString ¶
func (s *SizeFServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
func (*SizeFServer) WriteToParcel ¶
func (s *SizeFServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type SizeServer ¶
type SizeServer struct {
pb.UnimplementedSizeServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
SizeServer implements pb.SizeServiceServer.
func (*SizeServer) Equals ¶
func (s *SizeServer) Equals(_ context.Context, req *pb.SparseBooleanArrayEqualsRequest) (*pb.EqualsResponse, error)
func (*SizeServer) GetHeight ¶
func (s *SizeServer) GetHeight(_ context.Context, req *pb.SizeFGetHeightRequest) (*pb.SizeGetHeightResponse, error)
func (*SizeServer) GetWidth ¶
func (s *SizeServer) GetWidth(_ context.Context, req *pb.SizeFGetWidthRequest) (*pb.SizeGetWidthResponse, error)
func (*SizeServer) HashCode ¶
func (s *SizeServer) HashCode(_ context.Context, req *pb.SparseBooleanArrayHashCodeRequest) (*pb.HashCodeResponse, error)
func (*SizeServer) NewSize ¶
func (s *SizeServer) NewSize(_ context.Context, req *pb.NewSizeRequest) (*pb.NewSizeResponse, error)
func (*SizeServer) ParseSize ¶
func (s *SizeServer) ParseSize(_ context.Context, req *pb.ParseSizeRequest) (*pb.ParseSizeResponse, error)
func (*SizeServer) ToString ¶
func (s *SizeServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
type SparseArrayServer ¶
type SparseArrayServer struct {
pb.UnimplementedSparseArrayServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
SparseArrayServer implements pb.SparseArrayServiceServer.
func (*SparseArrayServer) Clear ¶
func (s *SparseArrayServer) Clear(_ context.Context, req *pb.SparseBooleanArrayClearRequest) (*pb.SparseBooleanArrayClearResponse, error)
func (*SparseArrayServer) Clone0 ¶
func (s *SparseArrayServer) Clone0(_ context.Context, req *pb.Clone0Request) (*pb.Clone0Response, error)
func (*SparseArrayServer) Clone0_1 ¶
func (s *SparseArrayServer) Clone0_1(_ context.Context, req *pb.Clone0_1Request) (*pb.Clone0_1Response, error)
func (*SparseArrayServer) Contains ¶
func (s *SparseArrayServer) Contains(_ context.Context, req *pb.ContainsRequest) (*pb.ContainsResponse, error)
func (*SparseArrayServer) ContentHashCode ¶
func (s *SparseArrayServer) ContentHashCode(_ context.Context, req *pb.ContentHashCodeRequest) (*pb.ContentHashCodeResponse, error)
func (*SparseArrayServer) Delete ¶
func (s *SparseArrayServer) Delete(_ context.Context, req *pb.DeleteRequest) (*pb.DeleteResponse, error)
func (*SparseArrayServer) IndexOfKey ¶
func (s *SparseArrayServer) IndexOfKey(_ context.Context, req *pb.IndexOfKeyRequest) (*pb.IndexOfKeyResponse, error)
func (*SparseArrayServer) KeyAt ¶
func (s *SparseArrayServer) KeyAt(_ context.Context, req *pb.KeyAtRequest) (*pb.KeyAtResponse, error)
func (*SparseArrayServer) NewSparseArray ¶
func (s *SparseArrayServer) NewSparseArray(_ context.Context, req *pb.NewSparseArrayRequest) (*pb.NewSparseArrayResponse, error)
func (*SparseArrayServer) Remove ¶
func (s *SparseArrayServer) Remove(_ context.Context, req *pb.RemoveRequest) (*pb.RemoveResponse, error)
func (*SparseArrayServer) RemoveAt ¶
func (s *SparseArrayServer) RemoveAt(_ context.Context, req *pb.RemoveAtRequest) (*pb.RemoveAtResponse, error)
func (*SparseArrayServer) RemoveAtRange ¶
func (s *SparseArrayServer) RemoveAtRange(_ context.Context, req *pb.RemoveAtRangeRequest) (*pb.RemoveAtRangeResponse, error)
func (*SparseArrayServer) Size ¶
func (s *SparseArrayServer) Size(_ context.Context, req *pb.SizeRequest) (*pb.SizeResponse, error)
func (*SparseArrayServer) ToString ¶
func (s *SparseArrayServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
type SparseBooleanArrayServer ¶
type SparseBooleanArrayServer struct {
pb.UnimplementedSparseBooleanArrayServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
SparseBooleanArrayServer implements pb.SparseBooleanArrayServiceServer.
func (*SparseBooleanArrayServer) Append ¶
func (s *SparseBooleanArrayServer) Append(_ context.Context, req *pb.AppendRequest) (*pb.AppendResponse, error)
func (*SparseBooleanArrayServer) Clear ¶
func (s *SparseBooleanArrayServer) Clear(_ context.Context, req *pb.SparseBooleanArrayClearRequest) (*pb.SparseBooleanArrayClearResponse, error)
func (*SparseBooleanArrayServer) Clone0 ¶
func (s *SparseBooleanArrayServer) Clone0(_ context.Context, req *pb.Clone0Request) (*pb.Clone0Response, error)
func (*SparseBooleanArrayServer) Clone0_1 ¶
func (s *SparseBooleanArrayServer) Clone0_1(_ context.Context, req *pb.Clone0_1Request) (*pb.Clone0_1Response, error)
func (*SparseBooleanArrayServer) Delete ¶
func (s *SparseBooleanArrayServer) Delete(_ context.Context, req *pb.DeleteRequest) (*pb.DeleteResponse, error)
func (*SparseBooleanArrayServer) Equals ¶
func (s *SparseBooleanArrayServer) Equals(_ context.Context, req *pb.SparseBooleanArrayEqualsRequest) (*pb.EqualsResponse, error)
func (*SparseBooleanArrayServer) Get1 ¶
func (s *SparseBooleanArrayServer) Get1(_ context.Context, req *pb.Get1Request) (*pb.Get1Response, error)
func (*SparseBooleanArrayServer) Get2_1 ¶
func (s *SparseBooleanArrayServer) Get2_1(_ context.Context, req *pb.Get2_1Request) (*pb.Get2_1Response, error)
func (*SparseBooleanArrayServer) HashCode ¶
func (s *SparseBooleanArrayServer) HashCode(_ context.Context, req *pb.SparseBooleanArrayHashCodeRequest) (*pb.HashCodeResponse, error)
func (*SparseBooleanArrayServer) IndexOfKey ¶
func (s *SparseBooleanArrayServer) IndexOfKey(_ context.Context, req *pb.IndexOfKeyRequest) (*pb.IndexOfKeyResponse, error)
func (*SparseBooleanArrayServer) IndexOfValue ¶
func (s *SparseBooleanArrayServer) IndexOfValue(_ context.Context, req *pb.IndexOfValueRequest) (*pb.IndexOfValueResponse, error)
func (*SparseBooleanArrayServer) KeyAt ¶
func (s *SparseBooleanArrayServer) KeyAt(_ context.Context, req *pb.KeyAtRequest) (*pb.KeyAtResponse, error)
func (*SparseBooleanArrayServer) NewSparseBooleanArray ¶
func (s *SparseBooleanArrayServer) NewSparseBooleanArray(_ context.Context, req *pb.NewSparseBooleanArrayRequest) (*pb.NewSparseBooleanArrayResponse, error)
func (*SparseBooleanArrayServer) Put ¶
func (s *SparseBooleanArrayServer) Put(_ context.Context, req *pb.PutRequest) (*pb.PutResponse, error)
func (*SparseBooleanArrayServer) RemoveAt ¶
func (s *SparseBooleanArrayServer) RemoveAt(_ context.Context, req *pb.RemoveAtRequest) (*pb.RemoveAtResponse, error)
func (*SparseBooleanArrayServer) SetValueAt ¶
func (s *SparseBooleanArrayServer) SetValueAt(_ context.Context, req *pb.SetValueAtRequest) (*pb.SetValueAtResponse, error)
func (*SparseBooleanArrayServer) Size ¶
func (s *SparseBooleanArrayServer) Size(_ context.Context, req *pb.SizeRequest) (*pb.SizeResponse, error)
func (*SparseBooleanArrayServer) ToString ¶
func (s *SparseBooleanArrayServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
func (*SparseBooleanArrayServer) ValueAt ¶
func (s *SparseBooleanArrayServer) ValueAt(_ context.Context, req *pb.ValueAtRequest) (*pb.ValueAtResponse, error)
type SparseIntArrayServer ¶
type SparseIntArrayServer struct {
pb.UnimplementedSparseIntArrayServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
SparseIntArrayServer implements pb.SparseIntArrayServiceServer.
func (*SparseIntArrayServer) Append ¶
func (s *SparseIntArrayServer) Append(_ context.Context, req *pb.SparseIntArrayAppendRequest) (*pb.AppendResponse, error)
func (*SparseIntArrayServer) Clear ¶
func (s *SparseIntArrayServer) Clear(_ context.Context, req *pb.SparseBooleanArrayClearRequest) (*pb.SparseBooleanArrayClearResponse, error)
func (*SparseIntArrayServer) Clone0 ¶
func (s *SparseIntArrayServer) Clone0(_ context.Context, req *pb.Clone0Request) (*pb.Clone0Response, error)
func (*SparseIntArrayServer) Clone0_1 ¶
func (s *SparseIntArrayServer) Clone0_1(_ context.Context, req *pb.Clone0_1Request) (*pb.Clone0_1Response, error)
func (*SparseIntArrayServer) Delete ¶
func (s *SparseIntArrayServer) Delete(_ context.Context, req *pb.DeleteRequest) (*pb.DeleteResponse, error)
func (*SparseIntArrayServer) Get1 ¶
func (s *SparseIntArrayServer) Get1(_ context.Context, req *pb.Get1Request) (*pb.SparseIntArrayGet1Response, error)
func (*SparseIntArrayServer) Get2_1 ¶
func (s *SparseIntArrayServer) Get2_1(_ context.Context, req *pb.SparseIntArrayGet2_1Request) (*pb.SparseIntArrayGet2_1Response, error)
func (*SparseIntArrayServer) IndexOfKey ¶
func (s *SparseIntArrayServer) IndexOfKey(_ context.Context, req *pb.IndexOfKeyRequest) (*pb.IndexOfKeyResponse, error)
func (*SparseIntArrayServer) IndexOfValue ¶
func (s *SparseIntArrayServer) IndexOfValue(_ context.Context, req *pb.SparseIntArrayIndexOfValueRequest) (*pb.IndexOfValueResponse, error)
func (*SparseIntArrayServer) KeyAt ¶
func (s *SparseIntArrayServer) KeyAt(_ context.Context, req *pb.KeyAtRequest) (*pb.KeyAtResponse, error)
func (*SparseIntArrayServer) NewSparseIntArray ¶
func (s *SparseIntArrayServer) NewSparseIntArray(_ context.Context, req *pb.NewSparseIntArrayRequest) (*pb.NewSparseIntArrayResponse, error)
func (*SparseIntArrayServer) Put ¶
func (s *SparseIntArrayServer) Put(_ context.Context, req *pb.SparseIntArrayPutRequest) (*pb.PutResponse, error)
func (*SparseIntArrayServer) RemoveAt ¶
func (s *SparseIntArrayServer) RemoveAt(_ context.Context, req *pb.RemoveAtRequest) (*pb.RemoveAtResponse, error)
func (*SparseIntArrayServer) SetValueAt ¶
func (s *SparseIntArrayServer) SetValueAt(_ context.Context, req *pb.SparseIntArraySetValueAtRequest) (*pb.SetValueAtResponse, error)
func (*SparseIntArrayServer) Size ¶
func (s *SparseIntArrayServer) Size(_ context.Context, req *pb.SizeRequest) (*pb.SizeResponse, error)
func (*SparseIntArrayServer) ToString ¶
func (s *SparseIntArrayServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
func (*SparseIntArrayServer) ValueAt ¶
func (s *SparseIntArrayServer) ValueAt(_ context.Context, req *pb.ValueAtRequest) (*pb.SparseIntArrayValueAtResponse, error)
type SparseLongArrayServer ¶
type SparseLongArrayServer struct {
pb.UnimplementedSparseLongArrayServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
SparseLongArrayServer implements pb.SparseLongArrayServiceServer.
func (*SparseLongArrayServer) Append ¶
func (s *SparseLongArrayServer) Append(_ context.Context, req *pb.SparseLongArrayAppendRequest) (*pb.AppendResponse, error)
func (*SparseLongArrayServer) Clear ¶
func (s *SparseLongArrayServer) Clear(_ context.Context, req *pb.SparseBooleanArrayClearRequest) (*pb.SparseBooleanArrayClearResponse, error)
func (*SparseLongArrayServer) Clone0 ¶
func (s *SparseLongArrayServer) Clone0(_ context.Context, req *pb.Clone0Request) (*pb.Clone0Response, error)
func (*SparseLongArrayServer) Clone0_1 ¶
func (s *SparseLongArrayServer) Clone0_1(_ context.Context, req *pb.Clone0_1Request) (*pb.Clone0_1Response, error)
func (*SparseLongArrayServer) Delete ¶
func (s *SparseLongArrayServer) Delete(_ context.Context, req *pb.DeleteRequest) (*pb.DeleteResponse, error)
func (*SparseLongArrayServer) Get1 ¶
func (s *SparseLongArrayServer) Get1(_ context.Context, req *pb.Get1Request) (*pb.SparseLongArrayGet1Response, error)
func (*SparseLongArrayServer) Get2_1 ¶
func (s *SparseLongArrayServer) Get2_1(_ context.Context, req *pb.SparseLongArrayGet2_1Request) (*pb.SparseLongArrayGet2_1Response, error)
func (*SparseLongArrayServer) IndexOfKey ¶
func (s *SparseLongArrayServer) IndexOfKey(_ context.Context, req *pb.IndexOfKeyRequest) (*pb.IndexOfKeyResponse, error)
func (*SparseLongArrayServer) IndexOfValue ¶
func (s *SparseLongArrayServer) IndexOfValue(_ context.Context, req *pb.SparseLongArrayIndexOfValueRequest) (*pb.IndexOfValueResponse, error)
func (*SparseLongArrayServer) KeyAt ¶
func (s *SparseLongArrayServer) KeyAt(_ context.Context, req *pb.KeyAtRequest) (*pb.KeyAtResponse, error)
func (*SparseLongArrayServer) NewSparseLongArray ¶
func (s *SparseLongArrayServer) NewSparseLongArray(_ context.Context, req *pb.NewSparseLongArrayRequest) (*pb.NewSparseLongArrayResponse, error)
func (*SparseLongArrayServer) Put ¶
func (s *SparseLongArrayServer) Put(_ context.Context, req *pb.SparseLongArrayPutRequest) (*pb.PutResponse, error)
func (*SparseLongArrayServer) RemoveAt ¶
func (s *SparseLongArrayServer) RemoveAt(_ context.Context, req *pb.RemoveAtRequest) (*pb.RemoveAtResponse, error)
func (*SparseLongArrayServer) Size ¶
func (s *SparseLongArrayServer) Size(_ context.Context, req *pb.SizeRequest) (*pb.SizeResponse, error)
func (*SparseLongArrayServer) ToString ¶
func (s *SparseLongArrayServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
func (*SparseLongArrayServer) ValueAt ¶
func (s *SparseLongArrayServer) ValueAt(_ context.Context, req *pb.ValueAtRequest) (*pb.SparseLongArrayValueAtResponse, error)
type StringBuilderPrinterServer ¶
type StringBuilderPrinterServer struct {
pb.UnimplementedStringBuilderPrinterServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
StringBuilderPrinterServer implements pb.StringBuilderPrinterServiceServer.
func (*StringBuilderPrinterServer) NewStringBuilderPrinter ¶
func (s *StringBuilderPrinterServer) NewStringBuilderPrinter(_ context.Context, req *pb.NewStringBuilderPrinterRequest) (*pb.NewStringBuilderPrinterResponse, error)
func (*StringBuilderPrinterServer) Println ¶
func (s *StringBuilderPrinterServer) Println(_ context.Context, req *pb.PrintlnRequest) (*pb.PrintlnResponse, error)
type TaiwanCalendarServer ¶
type TaiwanCalendarServer struct {
pb.UnimplementedTaiwanCalendarServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
TaiwanCalendarServer implements pb.TaiwanCalendarServiceServer.
func (*TaiwanCalendarServer) GetType ¶
func (s *TaiwanCalendarServer) GetType(_ context.Context, req *pb.GetTypeRequest) (*pb.GetTypeResponse, error)
func (*TaiwanCalendarServer) NewTaiwanCalendar ¶
func (s *TaiwanCalendarServer) NewTaiwanCalendar(_ context.Context, req *pb.NewTaiwanCalendarRequest) (*pb.NewTaiwanCalendarResponse, error)
type TimingLoggerServer ¶
type TimingLoggerServer struct {
pb.UnimplementedTimingLoggerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
TimingLoggerServer implements pb.TimingLoggerServiceServer.
func (*TimingLoggerServer) AddSplit ¶
func (s *TimingLoggerServer) AddSplit(_ context.Context, req *pb.AddSplitRequest) (*pb.AddSplitResponse, error)
func (*TimingLoggerServer) DumpToLog ¶
func (s *TimingLoggerServer) DumpToLog(_ context.Context, req *pb.DumpToLogRequest) (*pb.DumpToLogResponse, error)
func (*TimingLoggerServer) NewTimingLogger ¶
func (s *TimingLoggerServer) NewTimingLogger(_ context.Context, req *pb.NewTimingLoggerRequest) (*pb.NewTimingLoggerResponse, error)
func (*TimingLoggerServer) Reset0 ¶
func (s *TimingLoggerServer) Reset0(_ context.Context, req *pb.Reset0Request) (*pb.Reset0Response, error)
func (*TimingLoggerServer) Reset2_1 ¶
func (s *TimingLoggerServer) Reset2_1(_ context.Context, req *pb.Reset2_1Request) (*pb.Reset2_1Response, error)
type TypedValueServer ¶
type TypedValueServer struct {
pb.UnimplementedTypedValueServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
TypedValueServer implements pb.TypedValueServiceServer.
func (*TypedValueServer) ApplyDimension ¶
func (s *TypedValueServer) ApplyDimension(_ context.Context, req *pb.ApplyDimensionRequest) (*pb.ApplyDimensionResponse, error)
func (*TypedValueServer) CoerceToString0 ¶
func (s *TypedValueServer) CoerceToString0(_ context.Context, req *pb.CoerceToString0Request) (*pb.CoerceToString0Response, error)
func (*TypedValueServer) CoerceToString2_1 ¶
func (s *TypedValueServer) CoerceToString2_1(_ context.Context, req *pb.CoerceToString2_1Request) (*pb.CoerceToString2_1Response, error)
func (*TypedValueServer) ComplexToDimension ¶
func (s *TypedValueServer) ComplexToDimension(_ context.Context, req *pb.ComplexToDimensionRequest) (*pb.ComplexToDimensionResponse, error)
func (*TypedValueServer) ComplexToDimensionPixelOffset ¶
func (s *TypedValueServer) ComplexToDimensionPixelOffset(_ context.Context, req *pb.ComplexToDimensionPixelOffsetRequest) (*pb.ComplexToDimensionPixelOffsetResponse, error)
func (*TypedValueServer) ComplexToDimensionPixelSize ¶
func (s *TypedValueServer) ComplexToDimensionPixelSize(_ context.Context, req *pb.ComplexToDimensionPixelSizeRequest) (*pb.ComplexToDimensionPixelSizeResponse, error)
func (*TypedValueServer) ComplexToFloat ¶
func (s *TypedValueServer) ComplexToFloat(_ context.Context, req *pb.ComplexToFloatRequest) (*pb.ComplexToFloatResponse, error)
func (*TypedValueServer) ComplexToFraction ¶
func (s *TypedValueServer) ComplexToFraction(_ context.Context, req *pb.ComplexToFractionRequest) (*pb.ComplexToFractionResponse, error)
func (*TypedValueServer) ConvertDimensionToPixels ¶
func (s *TypedValueServer) ConvertDimensionToPixels(_ context.Context, req *pb.ConvertDimensionToPixelsRequest) (*pb.ConvertDimensionToPixelsResponse, error)
func (*TypedValueServer) ConvertPixelsToDimension ¶
func (s *TypedValueServer) ConvertPixelsToDimension(_ context.Context, req *pb.ConvertPixelsToDimensionRequest) (*pb.ConvertPixelsToDimensionResponse, error)
func (*TypedValueServer) DeriveDimension ¶
func (s *TypedValueServer) DeriveDimension(_ context.Context, req *pb.DeriveDimensionRequest) (*pb.DeriveDimensionResponse, error)
func (*TypedValueServer) GetComplexUnit ¶
func (s *TypedValueServer) GetComplexUnit(_ context.Context, req *pb.GetComplexUnitRequest) (*pb.GetComplexUnitResponse, error)
func (*TypedValueServer) GetDimension ¶
func (s *TypedValueServer) GetDimension(_ context.Context, req *pb.GetDimensionRequest) (*pb.GetDimensionResponse, error)
func (*TypedValueServer) GetFloat ¶
func (s *TypedValueServer) GetFloat(_ context.Context, req *pb.GetFloatRequest) (*pb.GetFloatResponse, error)
func (*TypedValueServer) GetFraction ¶
func (s *TypedValueServer) GetFraction(_ context.Context, req *pb.GetFractionRequest) (*pb.GetFractionResponse, error)
func (*TypedValueServer) IsColorType ¶
func (s *TypedValueServer) IsColorType(_ context.Context, req *pb.IsColorTypeRequest) (*pb.IsColorTypeResponse, error)
func (*TypedValueServer) NewTypedValue ¶
func (s *TypedValueServer) NewTypedValue(_ context.Context, req *pb.NewTypedValueRequest) (*pb.NewTypedValueResponse, error)
func (*TypedValueServer) SetTo ¶
func (s *TypedValueServer) SetTo(_ context.Context, req *pb.SetToRequest) (*pb.SetToResponse, error)
func (*TypedValueServer) ToString ¶
func (s *TypedValueServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
type ULocaleServer ¶
type ULocaleServer struct {
pb.UnimplementedULocaleServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ULocaleServer implements pb.ULocaleServiceServer.
func (*ULocaleServer) AcceptLanguage2_1 ¶
func (s *ULocaleServer) AcceptLanguage2_1(_ context.Context, req *pb.AcceptLanguage2_1Request) (*pb.AcceptLanguage2_1Response, error)
func (*ULocaleServer) AcceptLanguage2_3 ¶
func (s *ULocaleServer) AcceptLanguage2_3(_ context.Context, req *pb.AcceptLanguage2_3Request) (*pb.AcceptLanguage2_3Response, error)
func (*ULocaleServer) AcceptLanguage3 ¶
func (s *ULocaleServer) AcceptLanguage3(_ context.Context, req *pb.AcceptLanguage3Request) (*pb.AcceptLanguage3Response, error)
func (*ULocaleServer) AcceptLanguage3_2 ¶
func (s *ULocaleServer) AcceptLanguage3_2(_ context.Context, req *pb.AcceptLanguage3_2Request) (*pb.AcceptLanguage3_2Response, error)
func (*ULocaleServer) AddLikelySubtags ¶
func (s *ULocaleServer) AddLikelySubtags(_ context.Context, req *pb.AddLikelySubtagsRequest) (*pb.AddLikelySubtagsResponse, error)
func (*ULocaleServer) Canonicalize ¶
func (s *ULocaleServer) Canonicalize(_ context.Context, req *pb.CanonicalizeRequest) (*pb.CanonicalizeResponse, error)
func (*ULocaleServer) Clone ¶
func (s *ULocaleServer) Clone(_ context.Context, req *pb.ULocaleCloneRequest) (*pb.CloneResponse, error)
func (*ULocaleServer) CompareTo1 ¶
func (s *ULocaleServer) CompareTo1(_ context.Context, req *pb.ULocaleCompareTo1Request) (*pb.CompareTo1Response, error)
func (*ULocaleServer) CompareTo1_1 ¶
func (s *ULocaleServer) CompareTo1_1(_ context.Context, req *pb.ULocaleCompareTo1_1Request) (*pb.CompareTo1_1Response, error)
func (*ULocaleServer) CreateCanonical1 ¶
func (s *ULocaleServer) CreateCanonical1(_ context.Context, req *pb.CreateCanonical1Request) (*pb.CreateCanonical1Response, error)
func (*ULocaleServer) CreateCanonical1_1 ¶
func (s *ULocaleServer) CreateCanonical1_1(_ context.Context, req *pb.CreateCanonical1_1Request) (*pb.CreateCanonical1_1Response, error)
func (*ULocaleServer) Equals ¶
func (s *ULocaleServer) Equals(_ context.Context, req *pb.ULocaleEqualsRequest) (*pb.EqualsResponse, error)
func (*ULocaleServer) ForLanguageTag ¶
func (s *ULocaleServer) ForLanguageTag(_ context.Context, req *pb.ForLanguageTagRequest) (*pb.ForLanguageTagResponse, error)
func (*ULocaleServer) ForLocale ¶
func (s *ULocaleServer) ForLocale(_ context.Context, req *pb.ForLocaleRequest) (*pb.ForLocaleResponse, error)
func (*ULocaleServer) GetAvailableLocales ¶
func (s *ULocaleServer) GetAvailableLocales(_ context.Context, req *pb.ULocaleGetAvailableLocalesRequest) (*pb.GetAvailableLocalesResponse, error)
func (*ULocaleServer) GetAvailableLocalesByType ¶
func (s *ULocaleServer) GetAvailableLocalesByType(_ context.Context, req *pb.GetAvailableLocalesByTypeRequest) (*pb.GetAvailableLocalesByTypeResponse, error)
func (*ULocaleServer) GetBaseName0 ¶
func (s *ULocaleServer) GetBaseName0(_ context.Context, req *pb.GetBaseName0Request) (*pb.GetBaseName0Response, error)
func (*ULocaleServer) GetBaseName1_1 ¶
func (s *ULocaleServer) GetBaseName1_1(_ context.Context, req *pb.GetBaseName1_1Request) (*pb.GetBaseName1_1Response, error)
func (*ULocaleServer) GetCharacterOrientation ¶
func (s *ULocaleServer) GetCharacterOrientation(_ context.Context, req *pb.GetCharacterOrientationRequest) (*pb.GetCharacterOrientationResponse, error)
func (*ULocaleServer) GetCountry0 ¶
func (s *ULocaleServer) GetCountry0(_ context.Context, req *pb.GetCountry0Request) (*pb.GetCountry0Response, error)
func (*ULocaleServer) GetCountry1_1 ¶
func (s *ULocaleServer) GetCountry1_1(_ context.Context, req *pb.GetCountry1_1Request) (*pb.GetCountry1_1Response, error)
func (*ULocaleServer) GetDefault0 ¶
func (s *ULocaleServer) GetDefault0(_ context.Context, req *pb.GetDefault0Request) (*pb.GetDefault0Response, error)
func (*ULocaleServer) GetDefault1_1 ¶
func (s *ULocaleServer) GetDefault1_1(_ context.Context, req *pb.GetDefault1_1Request) (*pb.GetDefault1_1Response, error)
func (*ULocaleServer) GetDisplayCountry0 ¶
func (s *ULocaleServer) GetDisplayCountry0(_ context.Context, req *pb.GetDisplayCountry0Request) (*pb.GetDisplayCountry0Response, error)
func (*ULocaleServer) GetDisplayCountry1_1 ¶
func (s *ULocaleServer) GetDisplayCountry1_1(_ context.Context, req *pb.GetDisplayCountry1_1Request) (*pb.GetDisplayCountry1_1Response, error)
func (*ULocaleServer) GetDisplayCountry2_2 ¶
func (s *ULocaleServer) GetDisplayCountry2_2(_ context.Context, req *pb.GetDisplayCountry2_2Request) (*pb.GetDisplayCountry2_2Response, error)
func (*ULocaleServer) GetDisplayCountry2_3 ¶
func (s *ULocaleServer) GetDisplayCountry2_3(_ context.Context, req *pb.GetDisplayCountry2_3Request) (*pb.GetDisplayCountry2_3Response, error)
func (*ULocaleServer) GetDisplayKeyword1 ¶
func (s *ULocaleServer) GetDisplayKeyword1(_ context.Context, req *pb.GetDisplayKeyword1Request) (*pb.GetDisplayKeyword1Response, error)
func (*ULocaleServer) GetDisplayKeyword2_1 ¶
func (s *ULocaleServer) GetDisplayKeyword2_1(_ context.Context, req *pb.GetDisplayKeyword2_1Request) (*pb.GetDisplayKeyword2_1Response, error)
func (*ULocaleServer) GetDisplayKeyword2_2 ¶
func (s *ULocaleServer) GetDisplayKeyword2_2(_ context.Context, req *pb.GetDisplayKeyword2_2Request) (*pb.GetDisplayKeyword2_2Response, error)
func (*ULocaleServer) GetDisplayKeywordValue1 ¶
func (s *ULocaleServer) GetDisplayKeywordValue1(_ context.Context, req *pb.GetDisplayKeywordValue1Request) (*pb.GetDisplayKeywordValue1Response, error)
func (*ULocaleServer) GetDisplayKeywordValue2_1 ¶
func (s *ULocaleServer) GetDisplayKeywordValue2_1(_ context.Context, req *pb.GetDisplayKeywordValue2_1Request) (*pb.GetDisplayKeywordValue2_1Response, error)
func (*ULocaleServer) GetDisplayKeywordValue3_2 ¶
func (s *ULocaleServer) GetDisplayKeywordValue3_2(_ context.Context, req *pb.GetDisplayKeywordValue3_2Request) (*pb.GetDisplayKeywordValue3_2Response, error)
func (*ULocaleServer) GetDisplayKeywordValue3_3 ¶
func (s *ULocaleServer) GetDisplayKeywordValue3_3(_ context.Context, req *pb.GetDisplayKeywordValue3_3Request) (*pb.GetDisplayKeywordValue3_3Response, error)
func (*ULocaleServer) GetDisplayLanguage0 ¶
func (s *ULocaleServer) GetDisplayLanguage0(_ context.Context, req *pb.GetDisplayLanguage0Request) (*pb.GetDisplayLanguage0Response, error)
func (*ULocaleServer) GetDisplayLanguage1_1 ¶
func (s *ULocaleServer) GetDisplayLanguage1_1(_ context.Context, req *pb.GetDisplayLanguage1_1Request) (*pb.GetDisplayLanguage1_1Response, error)
func (*ULocaleServer) GetDisplayLanguage2_2 ¶
func (s *ULocaleServer) GetDisplayLanguage2_2(_ context.Context, req *pb.GetDisplayLanguage2_2Request) (*pb.GetDisplayLanguage2_2Response, error)
func (*ULocaleServer) GetDisplayLanguage2_3 ¶
func (s *ULocaleServer) GetDisplayLanguage2_3(_ context.Context, req *pb.GetDisplayLanguage2_3Request) (*pb.GetDisplayLanguage2_3Response, error)
func (*ULocaleServer) GetDisplayLanguageWithDialect0 ¶
func (s *ULocaleServer) GetDisplayLanguageWithDialect0(_ context.Context, req *pb.GetDisplayLanguageWithDialect0Request) (*pb.GetDisplayLanguageWithDialect0Response, error)
func (*ULocaleServer) GetDisplayLanguageWithDialect1_1 ¶
func (s *ULocaleServer) GetDisplayLanguageWithDialect1_1(_ context.Context, req *pb.GetDisplayLanguageWithDialect1_1Request) (*pb.GetDisplayLanguageWithDialect1_1Response, error)
func (*ULocaleServer) GetDisplayLanguageWithDialect2_2 ¶
func (s *ULocaleServer) GetDisplayLanguageWithDialect2_2(_ context.Context, req *pb.GetDisplayLanguageWithDialect2_2Request) (*pb.GetDisplayLanguageWithDialect2_2Response, error)
func (*ULocaleServer) GetDisplayLanguageWithDialect2_3 ¶
func (s *ULocaleServer) GetDisplayLanguageWithDialect2_3(_ context.Context, req *pb.GetDisplayLanguageWithDialect2_3Request) (*pb.GetDisplayLanguageWithDialect2_3Response, error)
func (*ULocaleServer) GetDisplayName0 ¶
func (s *ULocaleServer) GetDisplayName0(_ context.Context, req *pb.ULocaleGetDisplayName0Request) (*pb.GetDisplayName0Response, error)
func (*ULocaleServer) GetDisplayName1_1 ¶
func (s *ULocaleServer) GetDisplayName1_1(_ context.Context, req *pb.ULocaleGetDisplayName1_1Request) (*pb.GetDisplayName1_1Response, error)
func (*ULocaleServer) GetDisplayName2_2 ¶
func (s *ULocaleServer) GetDisplayName2_2(_ context.Context, req *pb.ULocaleGetDisplayName2_2Request) (*pb.GetDisplayName2_2Response, error)
func (*ULocaleServer) GetDisplayName2_3 ¶
func (s *ULocaleServer) GetDisplayName2_3(_ context.Context, req *pb.GetDisplayName2_3Request) (*pb.GetDisplayName2_3Response, error)
func (*ULocaleServer) GetDisplayNameWithDialect0 ¶
func (s *ULocaleServer) GetDisplayNameWithDialect0(_ context.Context, req *pb.GetDisplayNameWithDialect0Request) (*pb.GetDisplayNameWithDialect0Response, error)
func (*ULocaleServer) GetDisplayNameWithDialect1_1 ¶
func (s *ULocaleServer) GetDisplayNameWithDialect1_1(_ context.Context, req *pb.GetDisplayNameWithDialect1_1Request) (*pb.GetDisplayNameWithDialect1_1Response, error)
func (*ULocaleServer) GetDisplayNameWithDialect2_2 ¶
func (s *ULocaleServer) GetDisplayNameWithDialect2_2(_ context.Context, req *pb.GetDisplayNameWithDialect2_2Request) (*pb.GetDisplayNameWithDialect2_2Response, error)
func (*ULocaleServer) GetDisplayNameWithDialect2_3 ¶
func (s *ULocaleServer) GetDisplayNameWithDialect2_3(_ context.Context, req *pb.GetDisplayNameWithDialect2_3Request) (*pb.GetDisplayNameWithDialect2_3Response, error)
func (*ULocaleServer) GetDisplayScript0 ¶
func (s *ULocaleServer) GetDisplayScript0(_ context.Context, req *pb.GetDisplayScript0Request) (*pb.GetDisplayScript0Response, error)
func (*ULocaleServer) GetDisplayScript1_1 ¶
func (s *ULocaleServer) GetDisplayScript1_1(_ context.Context, req *pb.GetDisplayScript1_1Request) (*pb.GetDisplayScript1_1Response, error)
func (*ULocaleServer) GetDisplayScript2_2 ¶
func (s *ULocaleServer) GetDisplayScript2_2(_ context.Context, req *pb.GetDisplayScript2_2Request) (*pb.GetDisplayScript2_2Response, error)
func (*ULocaleServer) GetDisplayScript2_3 ¶
func (s *ULocaleServer) GetDisplayScript2_3(_ context.Context, req *pb.GetDisplayScript2_3Request) (*pb.GetDisplayScript2_3Response, error)
func (*ULocaleServer) GetDisplayVariant0 ¶
func (s *ULocaleServer) GetDisplayVariant0(_ context.Context, req *pb.GetDisplayVariant0Request) (*pb.GetDisplayVariant0Response, error)
func (*ULocaleServer) GetDisplayVariant1_1 ¶
func (s *ULocaleServer) GetDisplayVariant1_1(_ context.Context, req *pb.GetDisplayVariant1_1Request) (*pb.GetDisplayVariant1_1Response, error)
func (*ULocaleServer) GetDisplayVariant2_2 ¶
func (s *ULocaleServer) GetDisplayVariant2_2(_ context.Context, req *pb.GetDisplayVariant2_2Request) (*pb.GetDisplayVariant2_2Response, error)
func (*ULocaleServer) GetDisplayVariant2_3 ¶
func (s *ULocaleServer) GetDisplayVariant2_3(_ context.Context, req *pb.GetDisplayVariant2_3Request) (*pb.GetDisplayVariant2_3Response, error)
func (*ULocaleServer) GetExtension ¶
func (s *ULocaleServer) GetExtension(_ context.Context, req *pb.GetExtensionRequest) (*pb.GetExtensionResponse, error)
func (*ULocaleServer) GetExtensionKeys ¶
func (s *ULocaleServer) GetExtensionKeys(_ context.Context, req *pb.GetExtensionKeysRequest) (*pb.GetExtensionKeysResponse, error)
func (*ULocaleServer) GetFallback0 ¶
func (s *ULocaleServer) GetFallback0(_ context.Context, req *pb.GetFallback0Request) (*pb.GetFallback0Response, error)
func (*ULocaleServer) GetFallback1_1 ¶
func (s *ULocaleServer) GetFallback1_1(_ context.Context, req *pb.GetFallback1_1Request) (*pb.GetFallback1_1Response, error)
func (*ULocaleServer) GetISO3Country0 ¶
func (s *ULocaleServer) GetISO3Country0(_ context.Context, req *pb.GetISO3Country0Request) (*pb.GetISO3Country0Response, error)
func (*ULocaleServer) GetISO3Country1_1 ¶
func (s *ULocaleServer) GetISO3Country1_1(_ context.Context, req *pb.GetISO3Country1_1Request) (*pb.GetISO3Country1_1Response, error)
func (*ULocaleServer) GetISO3Language0 ¶
func (s *ULocaleServer) GetISO3Language0(_ context.Context, req *pb.GetISO3Language0Request) (*pb.GetISO3Language0Response, error)
func (*ULocaleServer) GetISO3Language1_1 ¶
func (s *ULocaleServer) GetISO3Language1_1(_ context.Context, req *pb.GetISO3Language1_1Request) (*pb.GetISO3Language1_1Response, error)
func (*ULocaleServer) GetISOCountries ¶
func (s *ULocaleServer) GetISOCountries(_ context.Context, req *pb.GetISOCountriesRequest) (*pb.GetISOCountriesResponse, error)
func (*ULocaleServer) GetISOLanguages ¶
func (s *ULocaleServer) GetISOLanguages(_ context.Context, req *pb.GetISOLanguagesRequest) (*pb.GetISOLanguagesResponse, error)
func (*ULocaleServer) GetKeywordValue1 ¶
func (s *ULocaleServer) GetKeywordValue1(_ context.Context, req *pb.GetKeywordValue1Request) (*pb.GetKeywordValue1Response, error)
func (*ULocaleServer) GetKeywordValue2_1 ¶
func (s *ULocaleServer) GetKeywordValue2_1(_ context.Context, req *pb.GetKeywordValue2_1Request) (*pb.GetKeywordValue2_1Response, error)
func (*ULocaleServer) GetKeywords0 ¶
func (s *ULocaleServer) GetKeywords0(_ context.Context, req *pb.GetKeywords0Request) (*pb.GetKeywords0Response, error)
func (*ULocaleServer) GetKeywords1_1 ¶
func (s *ULocaleServer) GetKeywords1_1(_ context.Context, req *pb.GetKeywords1_1Request) (*pb.GetKeywords1_1Response, error)
func (*ULocaleServer) GetLanguage0 ¶
func (s *ULocaleServer) GetLanguage0(_ context.Context, req *pb.GetLanguage0Request) (*pb.GetLanguage0Response, error)
func (*ULocaleServer) GetLanguage1_1 ¶
func (s *ULocaleServer) GetLanguage1_1(_ context.Context, req *pb.GetLanguage1_1Request) (*pb.GetLanguage1_1Response, error)
func (*ULocaleServer) GetLineOrientation ¶
func (s *ULocaleServer) GetLineOrientation(_ context.Context, req *pb.GetLineOrientationRequest) (*pb.GetLineOrientationResponse, error)
func (*ULocaleServer) GetName0 ¶
func (s *ULocaleServer) GetName0(_ context.Context, req *pb.GetName0Request) (*pb.GetName0Response, error)
func (*ULocaleServer) GetName1_1 ¶
func (s *ULocaleServer) GetName1_1(_ context.Context, req *pb.GetName1_1Request) (*pb.GetName1_1Response, error)
func (*ULocaleServer) GetScript0 ¶
func (s *ULocaleServer) GetScript0(_ context.Context, req *pb.GetScript0Request) (*pb.GetScript0Response, error)
func (*ULocaleServer) GetScript1_1 ¶
func (s *ULocaleServer) GetScript1_1(_ context.Context, req *pb.GetScript1_1Request) (*pb.GetScript1_1Response, error)
func (*ULocaleServer) GetUnicodeLocaleAttributes ¶
func (s *ULocaleServer) GetUnicodeLocaleAttributes(_ context.Context, req *pb.GetUnicodeLocaleAttributesRequest) (*pb.GetUnicodeLocaleAttributesResponse, error)
func (*ULocaleServer) GetUnicodeLocaleKeys ¶
func (s *ULocaleServer) GetUnicodeLocaleKeys(_ context.Context, req *pb.GetUnicodeLocaleKeysRequest) (*pb.GetUnicodeLocaleKeysResponse, error)
func (*ULocaleServer) GetUnicodeLocaleType ¶
func (s *ULocaleServer) GetUnicodeLocaleType(_ context.Context, req *pb.GetUnicodeLocaleTypeRequest) (*pb.GetUnicodeLocaleTypeResponse, error)
func (*ULocaleServer) GetVariant0 ¶
func (s *ULocaleServer) GetVariant0(_ context.Context, req *pb.GetVariant0Request) (*pb.GetVariant0Response, error)
func (*ULocaleServer) GetVariant1_1 ¶
func (s *ULocaleServer) GetVariant1_1(_ context.Context, req *pb.GetVariant1_1Request) (*pb.GetVariant1_1Response, error)
func (*ULocaleServer) HashCode ¶
func (s *ULocaleServer) HashCode(_ context.Context, req *pb.ULocaleHashCodeRequest) (*pb.HashCodeResponse, error)
func (*ULocaleServer) IsRightToLeft ¶
func (s *ULocaleServer) IsRightToLeft(_ context.Context, req *pb.IsRightToLeftRequest) (*pb.IsRightToLeftResponse, error)
func (*ULocaleServer) MinimizeSubtags ¶
func (s *ULocaleServer) MinimizeSubtags(_ context.Context, req *pb.MinimizeSubtagsRequest) (*pb.MinimizeSubtagsResponse, error)
func (*ULocaleServer) NewULocale ¶
func (s *ULocaleServer) NewULocale(_ context.Context, req *pb.NewULocaleRequest) (*pb.NewULocaleResponse, error)
func (*ULocaleServer) SetKeywordValue2 ¶
func (s *ULocaleServer) SetKeywordValue2(_ context.Context, req *pb.SetKeywordValue2Request) (*pb.SetKeywordValue2Response, error)
func (*ULocaleServer) SetKeywordValue3_1 ¶
func (s *ULocaleServer) SetKeywordValue3_1(_ context.Context, req *pb.SetKeywordValue3_1Request) (*pb.SetKeywordValue3_1Response, error)
func (*ULocaleServer) ToLanguageTag ¶
func (s *ULocaleServer) ToLanguageTag(_ context.Context, req *pb.ToLanguageTagRequest) (*pb.ToLanguageTagResponse, error)
func (*ULocaleServer) ToLegacyKey ¶
func (s *ULocaleServer) ToLegacyKey(_ context.Context, req *pb.ToLegacyKeyRequest) (*pb.ToLegacyKeyResponse, error)
func (*ULocaleServer) ToLegacyType ¶
func (s *ULocaleServer) ToLegacyType(_ context.Context, req *pb.ToLegacyTypeRequest) (*pb.ToLegacyTypeResponse, error)
func (*ULocaleServer) ToLocale ¶
func (s *ULocaleServer) ToLocale(_ context.Context, req *pb.ToLocaleRequest) (*pb.ToLocaleResponse, error)
func (*ULocaleServer) ToString ¶
func (s *ULocaleServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
func (*ULocaleServer) ToUnicodeLocaleKey ¶
func (s *ULocaleServer) ToUnicodeLocaleKey(_ context.Context, req *pb.ToUnicodeLocaleKeyRequest) (*pb.ToUnicodeLocaleKeyResponse, error)
func (*ULocaleServer) ToUnicodeLocaleType ¶
func (s *ULocaleServer) ToUnicodeLocaleType(_ context.Context, req *pb.ToUnicodeLocaleTypeRequest) (*pb.ToUnicodeLocaleTypeResponse, error)