Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ArrayMapServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *BuddhistCalendarServer) GetType(_ context.Context, req *pb.GetTypeRequest) (*pb.GetTypeResponse, error) + func (s *BuddhistCalendarServer) NewBuddhistCalendar(_ context.Context, req *pb.NewBuddhistCalendarRequest) (*pb.NewBuddhistCalendarResponse, error) + type ChineseCalendarServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *CurrencyAmountServer) GetCurrency(_ context.Context, req *pb.GetCurrencyRequest) (*pb.GetCurrencyResponse, error) + func (s *CurrencyAmountServer) NewCurrencyAmount(_ context.Context, req *pb.NewCurrencyAmountRequest) (*pb.NewCurrencyAmountResponse, error) + type DateIntervalServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *IndianCalendarServer) GetType(_ context.Context, req *pb.GetTypeRequest) (*pb.GetTypeResponse, error) + func (s *IndianCalendarServer) NewIndianCalendar(_ context.Context, req *pb.NewIndianCalendarRequest) (*pb.NewIndianCalendarResponse, error) + type IslamicCalendarServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *LogPrinterServer) NewLogPrinter(_ context.Context, req *pb.NewLogPrinterRequest) (*pb.NewLogPrinterResponse, error) + func (s *LogPrinterServer) Println(_ context.Context, req *pb.PrintlnRequest) (*pb.PrintlnResponse, error) + type LongSparseArrayServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *OutputServer) NewOutput(_ context.Context, req *pb.NewOutputRequest) (*pb.NewOutputResponse, error) + func (s *OutputServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error) + type PairServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *PrintStreamPrinterServer) NewPrintStreamPrinter(_ context.Context, req *pb.NewPrintStreamPrinterRequest) (*pb.NewPrintStreamPrinterResponse, error) + func (s *PrintStreamPrinterServer) Println(_ context.Context, req *pb.PrintlnRequest) (*pb.PrintlnResponse, error) + type PrintWriterPrinterServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *PrintWriterPrinterServer) NewPrintWriterPrinter(_ context.Context, req *pb.NewPrintWriterPrinterRequest) (*pb.NewPrintWriterPrinterResponse, error) + func (s *PrintWriterPrinterServer) Println(_ context.Context, req *pb.PrintlnRequest) (*pb.PrintlnResponse, error) + type RangeServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *StringBuilderPrinterServer) NewStringBuilderPrinter(_ context.Context, req *pb.NewStringBuilderPrinterRequest) (*pb.NewStringBuilderPrinterResponse, error) + func (s *StringBuilderPrinterServer) Println(_ context.Context, req *pb.PrintlnRequest) (*pb.PrintlnResponse, error) + type TaiwanCalendarServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *TaiwanCalendarServer) GetType(_ context.Context, req *pb.GetTypeRequest) (*pb.GetTypeResponse, error) + func (s *TaiwanCalendarServer) NewTaiwanCalendar(_ context.Context, req *pb.NewTaiwanCalendarRequest) (*pb.NewTaiwanCalendarResponse, error) + type TimingLoggerServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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)