util

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 10 Imported by: 0

Documentation

Index

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) ContainsKey

func (*ArrayMapServer) ContainsValue

func (*ArrayMapServer) EnsureCapacity

func (*ArrayMapServer) Equals

func (*ArrayMapServer) HashCode

func (*ArrayMapServer) IndexOfKey

func (*ArrayMapServer) IndexOfValue

func (*ArrayMapServer) IsEmpty

func (*ArrayMapServer) KeySet

func (*ArrayMapServer) NewArrayMap

func (*ArrayMapServer) Size

func (*ArrayMapServer) ToString

func (*ArrayMapServer) Values

type ArraySetServer

type ArraySetServer struct {
	pb.UnimplementedArraySetServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ArraySetServer implements pb.ArraySetServiceServer.

func (*ArraySetServer) Contains

func (*ArraySetServer) EnsureCapacity

func (*ArraySetServer) Equals

func (*ArraySetServer) HashCode

func (*ArraySetServer) IndexOf

func (*ArraySetServer) IsEmpty

func (*ArraySetServer) Iterator

func (*ArraySetServer) NewArraySet

func (*ArraySetServer) Remove

func (*ArraySetServer) Size

func (*ArraySetServer) ToArray

func (*ArraySetServer) ToString

type AtomicFileServer

type AtomicFileServer struct {
	pb.UnimplementedAtomicFileServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

AtomicFileServer implements pb.AtomicFileServiceServer.

func (*AtomicFileServer) Delete

func (*AtomicFileServer) FailWrite

func (*AtomicFileServer) FinishWrite

func (*AtomicFileServer) GetBaseFile

func (*AtomicFileServer) GetLastModifiedTime

func (*AtomicFileServer) NewAtomicFile

func (*AtomicFileServer) OpenRead

func (*AtomicFileServer) ReadFully

func (*AtomicFileServer) StartWrite

func (*AtomicFileServer) ToString

type Base64InputStreamServer

type Base64InputStreamServer struct {
	pb.UnimplementedBase64InputStreamServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

Base64InputStreamServer implements pb.Base64InputStreamServiceServer.

func (*Base64InputStreamServer) Available

func (*Base64InputStreamServer) Close

func (*Base64InputStreamServer) Mark

func (*Base64InputStreamServer) MarkSupported

func (*Base64InputStreamServer) NewBase64InputStream

func (*Base64InputStreamServer) Read0

func (*Base64InputStreamServer) Read3_1

func (*Base64InputStreamServer) Reset

func (*Base64InputStreamServer) Skip

type Base64OutputStreamServer

type Base64OutputStreamServer struct {
	pb.UnimplementedBase64OutputStreamServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

Base64OutputStreamServer implements pb.Base64OutputStreamServiceServer.

func (*Base64OutputStreamServer) Close

func (*Base64OutputStreamServer) NewBase64OutputStream

func (*Base64OutputStreamServer) Write1_1

func (*Base64OutputStreamServer) Write3

type BuddhistCalendarServer

type BuddhistCalendarServer struct {
	pb.UnimplementedBuddhistCalendarServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

BuddhistCalendarServer implements pb.BuddhistCalendarServiceServer.

func (*BuddhistCalendarServer) GetType

func (*BuddhistCalendarServer) NewBuddhistCalendar

type ChineseCalendarServer

type ChineseCalendarServer struct {
	pb.UnimplementedChineseCalendarServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ChineseCalendarServer implements pb.ChineseCalendarServiceServer.

func (*ChineseCalendarServer) Add

func (*ChineseCalendarServer) GetType

func (*ChineseCalendarServer) NewChineseCalendar

func (*ChineseCalendarServer) Roll

type CloseGuardServer

type CloseGuardServer struct {
	pb.UnimplementedCloseGuardServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

CloseGuardServer implements pb.CloseGuardServiceServer.

func (*CloseGuardServer) Close

func (*CloseGuardServer) NewCloseGuard

func (*CloseGuardServer) Open

func (*CloseGuardServer) WarnIfOpen

type CopticCalendarServer

type CopticCalendarServer struct {
	pb.UnimplementedCopticCalendarServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

CopticCalendarServer implements pb.CopticCalendarServiceServer.

func (*CopticCalendarServer) GetType

func (*CopticCalendarServer) NewCopticCalendar

type CurrencyAmountServer

type CurrencyAmountServer struct {
	pb.UnimplementedCurrencyAmountServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

CurrencyAmountServer implements pb.CurrencyAmountServiceServer.

func (*CurrencyAmountServer) GetCurrency

func (*CurrencyAmountServer) NewCurrencyAmount

type DateIntervalServer

type DateIntervalServer struct {
	pb.UnimplementedDateIntervalServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

DateIntervalServer implements pb.DateIntervalServiceServer.

func (*DateIntervalServer) Equals

func (*DateIntervalServer) GetFromDate

func (*DateIntervalServer) GetToDate

func (*DateIntervalServer) HashCode

func (*DateIntervalServer) NewDateInterval

func (*DateIntervalServer) ToString

type EthiopicCalendarServer

type EthiopicCalendarServer struct {
	pb.UnimplementedEthiopicCalendarServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

EthiopicCalendarServer implements pb.EthiopicCalendarServiceServer.

func (*EthiopicCalendarServer) GetType

func (*EthiopicCalendarServer) IsAmeteAlemEra

func (*EthiopicCalendarServer) NewEthiopicCalendar

func (*EthiopicCalendarServer) SetAmeteAlemEra

type EventLogTagsServer

type EventLogTagsServer struct {
	pb.UnimplementedEventLogTagsServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

EventLogTagsServer implements pb.EventLogTagsServiceServer.

func (*EventLogTagsServer) Get1

func (*EventLogTagsServer) Get1_1

func (*EventLogTagsServer) NewEventLogTags

type GregorianCalendarServer

type GregorianCalendarServer struct {
	pb.UnimplementedGregorianCalendarServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

GregorianCalendarServer implements pb.GregorianCalendarServiceServer.

func (*GregorianCalendarServer) GetGregorianChange

func (*GregorianCalendarServer) GetType

func (*GregorianCalendarServer) HashCode

func (*GregorianCalendarServer) IsLeapYear

func (*GregorianCalendarServer) NewGregorianCalendar

func (*GregorianCalendarServer) Roll

func (*GregorianCalendarServer) SetGregorianChange

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 (*HalfServer) Ceil

func (*HalfServer) Compare

func (*HalfServer) CompareTo1

func (*HalfServer) CompareTo1_1

func (*HalfServer) CopySign

func (*HalfServer) DoubleValue

func (*HalfServer) Equals1

func (*HalfServer) Equals2_1

func (*HalfServer) FloatValue

func (*HalfServer) Floor

func (*HalfServer) GetExponent

func (*HalfServer) GetSign

func (*HalfServer) GetSignificand

func (*HalfServer) Greater

func (*HalfServer) GreaterEquals

func (*HalfServer) HalfToIntBits

func (*HalfServer) HalfToRawIntBits

func (*HalfServer) HalfToShortBits

func (*HalfServer) HalfValue

func (*HalfServer) HashCode0

func (*HalfServer) HashCode1_1

func (*HalfServer) IntBitsToHalf

func (*HalfServer) IntValue

func (*HalfServer) IsInfinite

func (*HalfServer) IsNaN0

func (*HalfServer) IsNaN1_1

func (*HalfServer) IsNormalized

func (*HalfServer) Less

func (*HalfServer) LessEquals

func (*HalfServer) LongValue

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 (*HalfServer) ParseHalf

func (*HalfServer) Round

func (*HalfServer) ShortValue

func (*HalfServer) ToFloat

func (*HalfServer) ToHalf

func (*HalfServer) ToHexString

func (*HalfServer) ToString0

func (*HalfServer) ToString1_1

func (*HalfServer) Trunc

func (*HalfServer) ValueOf1

func (*HalfServer) ValueOf1_1

func (*HalfServer) ValueOf1_2

type HebrewCalendarServer

type HebrewCalendarServer struct {
	pb.UnimplementedHebrewCalendarServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

HebrewCalendarServer implements pb.HebrewCalendarServiceServer.

func (*HebrewCalendarServer) Add

func (*HebrewCalendarServer) GetType

func (*HebrewCalendarServer) NewHebrewCalendar

func (*HebrewCalendarServer) Roll

type IllformedLocaleExceptionServer

type IllformedLocaleExceptionServer struct {
	pb.UnimplementedIllformedLocaleExceptionServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

IllformedLocaleExceptionServer implements pb.IllformedLocaleExceptionServiceServer.

func (*IllformedLocaleExceptionServer) GetErrorIndex

func (*IllformedLocaleExceptionServer) NewIllformedLocaleException

type IndianCalendarServer

type IndianCalendarServer struct {
	pb.UnimplementedIndianCalendarServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

IndianCalendarServer implements pb.IndianCalendarServiceServer.

func (*IndianCalendarServer) GetType

func (*IndianCalendarServer) NewIndianCalendar

type IslamicCalendarServer

type IslamicCalendarServer struct {
	pb.UnimplementedIslamicCalendarServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

IslamicCalendarServer implements pb.IslamicCalendarServiceServer.

func (*IslamicCalendarServer) GetCalculationType

func (*IslamicCalendarServer) GetType

func (*IslamicCalendarServer) NewIslamicCalendar

func (*IslamicCalendarServer) SetCalculationType

type JapaneseCalendarServer

type JapaneseCalendarServer struct {
	pb.UnimplementedJapaneseCalendarServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

JapaneseCalendarServer implements pb.JapaneseCalendarServiceServer.

func (*JapaneseCalendarServer) GetType

func (*JapaneseCalendarServer) NewJapaneseCalendar

type JsonReaderServer

type JsonReaderServer struct {
	pb.UnimplementedJsonReaderServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

JsonReaderServer implements pb.JsonReaderServiceServer.

func (*JsonReaderServer) BeginArray

func (*JsonReaderServer) BeginObject

func (*JsonReaderServer) Close

func (*JsonReaderServer) EndArray

func (*JsonReaderServer) EndObject

func (*JsonReaderServer) HasNext

func (*JsonReaderServer) IsLenient

func (*JsonReaderServer) NewJsonReader

func (*JsonReaderServer) NextBoolean

func (*JsonReaderServer) NextDouble

func (*JsonReaderServer) NextInt

func (*JsonReaderServer) NextLong

func (*JsonReaderServer) NextName

func (*JsonReaderServer) NextNull

func (*JsonReaderServer) NextString

func (*JsonReaderServer) Peek

func (*JsonReaderServer) SetLenient

func (*JsonReaderServer) SkipValue

func (*JsonReaderServer) ToString

type JsonWriterServer

type JsonWriterServer struct {
	pb.UnimplementedJsonWriterServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

JsonWriterServer implements pb.JsonWriterServiceServer.

func (*JsonWriterServer) BeginArray

func (*JsonWriterServer) BeginObject

func (*JsonWriterServer) Close

func (*JsonWriterServer) EndArray

func (*JsonWriterServer) EndObject

func (*JsonWriterServer) Flush

func (*JsonWriterServer) IsLenient

func (*JsonWriterServer) Name

func (*JsonWriterServer) NewJsonWriter

func (*JsonWriterServer) NullValue

func (*JsonWriterServer) SetIndent

func (*JsonWriterServer) SetLenient

func (*JsonWriterServer) Value1

func (*JsonWriterServer) Value1_1

func (*JsonWriterServer) Value1_2

func (*JsonWriterServer) Value1_3

func (*JsonWriterServer) Value1_4

type LinkifyServer

type LinkifyServer struct {
	pb.UnimplementedLinkifyServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

LinkifyServer implements pb.LinkifyServiceServer.

func (*LinkifyServer) AddLinks2

func (*LinkifyServer) AddLinks2_4

func (*LinkifyServer) AddLinks3_1

func (*LinkifyServer) AddLinks3_5

func (*LinkifyServer) AddLinks5_2

func (*LinkifyServer) AddLinks5_6

func (*LinkifyServer) AddLinks6_3

func (*LinkifyServer) AddLinks6_7

func (*LinkifyServer) NewLinkify

type LogPrinterServer

type LogPrinterServer struct {
	pb.UnimplementedLogPrinterServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

LogPrinterServer implements pb.LogPrinterServiceServer.

func (*LogPrinterServer) NewLogPrinter

func (*LogPrinterServer) Println

type LongSparseArrayServer

type LongSparseArrayServer struct {
	pb.UnimplementedLongSparseArrayServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

LongSparseArrayServer implements pb.LongSparseArrayServiceServer.

func (*LongSparseArrayServer) Clone0

func (*LongSparseArrayServer) Clone0_1

func (*LongSparseArrayServer) Delete

func (*LongSparseArrayServer) IndexOfKey

func (*LongSparseArrayServer) KeyAt

func (*LongSparseArrayServer) NewLongSparseArray

func (*LongSparseArrayServer) Remove

func (*LongSparseArrayServer) RemoveAt

func (*LongSparseArrayServer) Size

func (*LongSparseArrayServer) ToString

type LruCacheServer

type LruCacheServer struct {
	pb.UnimplementedLruCacheServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

LruCacheServer implements pb.LruCacheServiceServer.

func (*LruCacheServer) EvictAll

func (*LruCacheServer) NewLruCache

func (*LruCacheServer) Resize

func (*LruCacheServer) TrimToSize

type MeasureServer

type MeasureServer struct {
	pb.UnimplementedMeasureServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

MeasureServer implements pb.MeasureServiceServer.

func (*MeasureServer) Equals

func (*MeasureServer) GetNumber

func (*MeasureServer) GetUnit

func (*MeasureServer) HashCode

func (*MeasureServer) NewMeasure

func (*MeasureServer) ToString

type MonthDisplayHelperServer

type MonthDisplayHelperServer struct {
	pb.UnimplementedMonthDisplayHelperServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

MonthDisplayHelperServer implements pb.MonthDisplayHelperServiceServer.

func (*MonthDisplayHelperServer) GetColumnOf

func (*MonthDisplayHelperServer) GetDayAt

func (*MonthDisplayHelperServer) GetDigitsForRow

func (*MonthDisplayHelperServer) GetFirstDayOfMonth

func (*MonthDisplayHelperServer) GetMonth

func (*MonthDisplayHelperServer) GetNumberOfDaysInMonth

func (*MonthDisplayHelperServer) GetOffset

func (*MonthDisplayHelperServer) GetRowOf

func (*MonthDisplayHelperServer) GetWeekStartDay

func (*MonthDisplayHelperServer) GetYear

func (*MonthDisplayHelperServer) IsWithinCurrentMonth

func (*MonthDisplayHelperServer) NewMonthDisplayHelper

func (*MonthDisplayHelperServer) NextMonth

func (*MonthDisplayHelperServer) PreviousMonth

type OutputServer

type OutputServer struct {
	pb.UnimplementedOutputServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

OutputServer implements pb.OutputServiceServer.

func (*OutputServer) NewOutput

func (*OutputServer) ToString

type PairServer

type PairServer struct {
	pb.UnimplementedPairServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

PairServer implements pb.PairServiceServer.

func (*PairServer) Equals

func (*PairServer) HashCode

func (*PairServer) NewPair

func (*PairServer) ToString

type PrintStreamPrinterServer

type PrintStreamPrinterServer struct {
	pb.UnimplementedPrintStreamPrinterServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

PrintStreamPrinterServer implements pb.PrintStreamPrinterServiceServer.

func (*PrintStreamPrinterServer) NewPrintStreamPrinter

func (*PrintStreamPrinterServer) Println

type PrintWriterPrinterServer

type PrintWriterPrinterServer struct {
	pb.UnimplementedPrintWriterPrinterServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

PrintWriterPrinterServer implements pb.PrintWriterPrinterServiceServer.

func (*PrintWriterPrinterServer) NewPrintWriterPrinter

func (*PrintWriterPrinterServer) Println

type RangeServer

type RangeServer struct {
	pb.UnimplementedRangeServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

RangeServer implements pb.RangeServiceServer.

func (*RangeServer) Equals

func (*RangeServer) HashCode

func (*RangeServer) NewRange

func (*RangeServer) ToString

type RationalServer

type RationalServer struct {
	pb.UnimplementedRationalServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

RationalServer implements pb.RationalServiceServer.

func (*RationalServer) CompareTo1

func (*RationalServer) CompareTo1_1

func (*RationalServer) DoubleValue

func (*RationalServer) Equals

func (*RationalServer) FloatValue

func (*RationalServer) GetDenominator

func (*RationalServer) GetNumerator

func (*RationalServer) HashCode

func (*RationalServer) IntValue

func (*RationalServer) IsFinite

func (*RationalServer) IsInfinite

func (*RationalServer) IsNaN

func (*RationalServer) IsZero

func (*RationalServer) LongValue

func (*RationalServer) NewRational

func (*RationalServer) ParseRational

func (*RationalServer) ShortValue

func (*RationalServer) ToString

type Rfc822TokenServer

type Rfc822TokenServer struct {
	pb.UnimplementedRfc822TokenServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

Rfc822TokenServer implements pb.Rfc822TokenServiceServer.

func (*Rfc822TokenServer) Equals

func (*Rfc822TokenServer) GetAddress

func (*Rfc822TokenServer) GetComment

func (*Rfc822TokenServer) GetName

func (*Rfc822TokenServer) HashCode

func (*Rfc822TokenServer) NewRfc822Token

func (*Rfc822TokenServer) QuoteComment

func (*Rfc822TokenServer) QuoteName

func (*Rfc822TokenServer) QuoteNameIfNecessary

func (*Rfc822TokenServer) SetAddress

func (*Rfc822TokenServer) SetComment

func (*Rfc822TokenServer) SetName

func (*Rfc822TokenServer) ToString

type Rfc822TokenizerServer

type Rfc822TokenizerServer struct {
	pb.UnimplementedRfc822TokenizerServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

Rfc822TokenizerServer implements pb.Rfc822TokenizerServiceServer.

func (*Rfc822TokenizerServer) FindTokenEnd

func (*Rfc822TokenizerServer) FindTokenStart

func (*Rfc822TokenizerServer) NewRfc822Tokenizer

func (*Rfc822TokenizerServer) TerminateToken

func (*Rfc822TokenizerServer) Tokenize

type SizeFServer

type SizeFServer struct {
	pb.UnimplementedSizeFServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

SizeFServer implements pb.SizeFServiceServer.

func (*SizeFServer) DescribeContents

func (*SizeFServer) Equals

func (*SizeFServer) GetHeight

func (*SizeFServer) GetWidth

func (*SizeFServer) HashCode

func (*SizeFServer) NewSizeF

func (*SizeFServer) ParseSizeF

func (*SizeFServer) ToString

func (*SizeFServer) WriteToParcel

type SizeServer

type SizeServer struct {
	pb.UnimplementedSizeServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

SizeServer implements pb.SizeServiceServer.

func (*SizeServer) Equals

func (*SizeServer) GetHeight

func (*SizeServer) GetWidth

func (*SizeServer) HashCode

func (*SizeServer) NewSize

func (*SizeServer) ParseSize

func (*SizeServer) ToString

type SparseArrayServer

type SparseArrayServer struct {
	pb.UnimplementedSparseArrayServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

SparseArrayServer implements pb.SparseArrayServiceServer.

func (*SparseArrayServer) Clone0

func (*SparseArrayServer) Clone0_1

func (*SparseArrayServer) Contains

func (*SparseArrayServer) ContentHashCode

func (*SparseArrayServer) Delete

func (*SparseArrayServer) IndexOfKey

func (*SparseArrayServer) KeyAt

func (*SparseArrayServer) NewSparseArray

func (*SparseArrayServer) Remove

func (*SparseArrayServer) RemoveAt

func (*SparseArrayServer) RemoveAtRange

func (*SparseArrayServer) Size

func (*SparseArrayServer) ToString

type SparseBooleanArrayServer

type SparseBooleanArrayServer struct {
	pb.UnimplementedSparseBooleanArrayServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

SparseBooleanArrayServer implements pb.SparseBooleanArrayServiceServer.

func (*SparseBooleanArrayServer) Append

func (*SparseBooleanArrayServer) Clone0

func (*SparseBooleanArrayServer) Clone0_1

func (*SparseBooleanArrayServer) Delete

func (*SparseBooleanArrayServer) Equals

func (*SparseBooleanArrayServer) Get1

func (*SparseBooleanArrayServer) Get2_1

func (*SparseBooleanArrayServer) HashCode

func (*SparseBooleanArrayServer) IndexOfKey

func (*SparseBooleanArrayServer) IndexOfValue

func (*SparseBooleanArrayServer) KeyAt

func (*SparseBooleanArrayServer) NewSparseBooleanArray

func (*SparseBooleanArrayServer) Put

func (*SparseBooleanArrayServer) RemoveAt

func (*SparseBooleanArrayServer) SetValueAt

func (*SparseBooleanArrayServer) Size

func (*SparseBooleanArrayServer) ToString

func (*SparseBooleanArrayServer) ValueAt

type SparseIntArrayServer

type SparseIntArrayServer struct {
	pb.UnimplementedSparseIntArrayServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

SparseIntArrayServer implements pb.SparseIntArrayServiceServer.

func (*SparseIntArrayServer) Append

func (*SparseIntArrayServer) Clone0

func (*SparseIntArrayServer) Clone0_1

func (*SparseIntArrayServer) Delete

func (*SparseIntArrayServer) Get1

func (*SparseIntArrayServer) IndexOfKey

func (*SparseIntArrayServer) IndexOfValue

func (*SparseIntArrayServer) KeyAt

func (*SparseIntArrayServer) NewSparseIntArray

func (*SparseIntArrayServer) Put

func (*SparseIntArrayServer) RemoveAt

func (*SparseIntArrayServer) SetValueAt

func (*SparseIntArrayServer) Size

func (*SparseIntArrayServer) ToString

func (*SparseIntArrayServer) ValueAt

type SparseLongArrayServer

type SparseLongArrayServer struct {
	pb.UnimplementedSparseLongArrayServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

SparseLongArrayServer implements pb.SparseLongArrayServiceServer.

func (*SparseLongArrayServer) Append

func (*SparseLongArrayServer) Clone0

func (*SparseLongArrayServer) Clone0_1

func (*SparseLongArrayServer) Delete

func (*SparseLongArrayServer) Get1

func (*SparseLongArrayServer) IndexOfKey

func (*SparseLongArrayServer) IndexOfValue

func (*SparseLongArrayServer) KeyAt

func (*SparseLongArrayServer) NewSparseLongArray

func (*SparseLongArrayServer) Put

func (*SparseLongArrayServer) RemoveAt

func (*SparseLongArrayServer) Size

func (*SparseLongArrayServer) ToString

func (*SparseLongArrayServer) ValueAt

type StringBuilderPrinterServer

type StringBuilderPrinterServer struct {
	pb.UnimplementedStringBuilderPrinterServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

StringBuilderPrinterServer implements pb.StringBuilderPrinterServiceServer.

func (*StringBuilderPrinterServer) NewStringBuilderPrinter

func (*StringBuilderPrinterServer) Println

type TaiwanCalendarServer

type TaiwanCalendarServer struct {
	pb.UnimplementedTaiwanCalendarServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

TaiwanCalendarServer implements pb.TaiwanCalendarServiceServer.

func (*TaiwanCalendarServer) GetType

func (*TaiwanCalendarServer) NewTaiwanCalendar

type TimingLoggerServer

type TimingLoggerServer struct {
	pb.UnimplementedTimingLoggerServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

TimingLoggerServer implements pb.TimingLoggerServiceServer.

func (*TimingLoggerServer) AddSplit

func (*TimingLoggerServer) DumpToLog

func (*TimingLoggerServer) NewTimingLogger

func (*TimingLoggerServer) Reset0

func (*TimingLoggerServer) Reset2_1

type TypedValueServer

type TypedValueServer struct {
	pb.UnimplementedTypedValueServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

TypedValueServer implements pb.TypedValueServiceServer.

func (*TypedValueServer) ApplyDimension

func (*TypedValueServer) CoerceToString0

func (*TypedValueServer) CoerceToString2_1

func (*TypedValueServer) ComplexToDimension

func (*TypedValueServer) ComplexToFloat

func (*TypedValueServer) ComplexToFraction

func (*TypedValueServer) DeriveDimension

func (*TypedValueServer) GetComplexUnit

func (*TypedValueServer) GetDimension

func (*TypedValueServer) GetFloat

func (*TypedValueServer) GetFraction

func (*TypedValueServer) IsColorType

func (*TypedValueServer) NewTypedValue

func (*TypedValueServer) SetTo

func (*TypedValueServer) ToString

type ULocaleServer

type ULocaleServer struct {
	pb.UnimplementedULocaleServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ULocaleServer implements pb.ULocaleServiceServer.

func (*ULocaleServer) AcceptLanguage2_1

func (*ULocaleServer) AcceptLanguage2_3

func (*ULocaleServer) AcceptLanguage3

func (*ULocaleServer) AcceptLanguage3_2

func (*ULocaleServer) AddLikelySubtags

func (*ULocaleServer) Canonicalize

func (*ULocaleServer) Clone

func (*ULocaleServer) CompareTo1

func (*ULocaleServer) CompareTo1_1

func (*ULocaleServer) CreateCanonical1

func (*ULocaleServer) CreateCanonical1_1

func (*ULocaleServer) Equals

func (*ULocaleServer) ForLanguageTag

func (*ULocaleServer) ForLocale

func (*ULocaleServer) GetBaseName0

func (*ULocaleServer) GetBaseName1_1

func (*ULocaleServer) GetCountry0

func (*ULocaleServer) GetCountry1_1

func (*ULocaleServer) GetDefault0

func (*ULocaleServer) GetDefault1_1

func (*ULocaleServer) GetDisplayCountry0

func (*ULocaleServer) GetDisplayCountry1_1

func (*ULocaleServer) GetDisplayCountry2_2

func (*ULocaleServer) GetDisplayCountry2_3

func (*ULocaleServer) GetDisplayKeyword1

func (*ULocaleServer) GetDisplayKeyword2_1

func (*ULocaleServer) GetDisplayKeyword2_2

func (*ULocaleServer) GetDisplayLanguage0

func (*ULocaleServer) GetDisplayLanguage1_1

func (*ULocaleServer) GetDisplayLanguage2_2

func (*ULocaleServer) GetDisplayLanguage2_3

func (*ULocaleServer) GetDisplayName0

func (*ULocaleServer) GetDisplayName1_1

func (*ULocaleServer) GetDisplayName2_2

func (*ULocaleServer) GetDisplayName2_3

func (*ULocaleServer) GetDisplayScript0

func (*ULocaleServer) GetDisplayScript1_1

func (*ULocaleServer) GetDisplayScript2_2

func (*ULocaleServer) GetDisplayScript2_3

func (*ULocaleServer) GetDisplayVariant0

func (*ULocaleServer) GetDisplayVariant1_1

func (*ULocaleServer) GetDisplayVariant2_2

func (*ULocaleServer) GetDisplayVariant2_3

func (*ULocaleServer) GetExtension

func (*ULocaleServer) GetExtensionKeys

func (*ULocaleServer) GetFallback0

func (*ULocaleServer) GetFallback1_1

func (*ULocaleServer) GetISO3Country0

func (*ULocaleServer) GetISO3Country1_1

func (*ULocaleServer) GetISO3Language0

func (*ULocaleServer) GetISO3Language1_1

func (*ULocaleServer) GetISOCountries

func (*ULocaleServer) GetISOLanguages

func (*ULocaleServer) GetKeywordValue1

func (*ULocaleServer) GetKeywordValue2_1

func (*ULocaleServer) GetKeywords0

func (*ULocaleServer) GetKeywords1_1

func (*ULocaleServer) GetLanguage0

func (*ULocaleServer) GetLanguage1_1

func (*ULocaleServer) GetLineOrientation

func (*ULocaleServer) GetName0

func (*ULocaleServer) GetName1_1

func (*ULocaleServer) GetScript0

func (*ULocaleServer) GetScript1_1

func (*ULocaleServer) GetUnicodeLocaleKeys

func (*ULocaleServer) GetUnicodeLocaleType

func (*ULocaleServer) GetVariant0

func (*ULocaleServer) GetVariant1_1

func (*ULocaleServer) HashCode

func (*ULocaleServer) IsRightToLeft

func (*ULocaleServer) MinimizeSubtags

func (*ULocaleServer) NewULocale

func (*ULocaleServer) SetKeywordValue2

func (*ULocaleServer) SetKeywordValue3_1

func (*ULocaleServer) ToLanguageTag

func (*ULocaleServer) ToLegacyKey

func (*ULocaleServer) ToLegacyType

func (*ULocaleServer) ToLocale

func (*ULocaleServer) ToString

func (*ULocaleServer) ToUnicodeLocaleKey

func (*ULocaleServer) ToUnicodeLocaleType

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL