webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
Google.Protobuf.Collections.RepeatedFieldTest Class Reference

Public Member Functions

void NullValuesRejected ()
 
void Add_SingleItem ()
 
void Add_Sequence ()
 
void Add_RepeatedField ()
 
void RemoveAt_Valid ()
 
void RemoveAt_Invalid ()
 
void Insert_Valid ()
 
void Insert_Invalid ()
 
void Equals_RepeatedField ()
 
void Equals_Object ()
 
void GetEnumerator_GenericInterface ()
 
void GetEnumerator_NonGenericInterface ()
 
void CopyTo ()
 
void Indexer_Get ()
 
void Indexer_Set ()
 
void Clone_ReturnsMutable ()
 
void Enumerator ()
 
void AddEntriesFrom_PackedInt32 ()
 
void AddEntriesFrom_NonPackedInt32 ()
 
void AddEntriesFrom_String ()
 
void AddEntriesFrom_Message ()
 
void WriteTo_PackedInt32 ()
 
void WriteTo_NonPackedInt32 ()
 
void WriteTo_String ()
 
void WriteTo_Message ()
 
void CalculateSize_VariableSizeNonPacked ()
 
void CalculateSize_FixedSizeNonPacked ()
 
void CalculateSize_VariableSizePacked ()
 
void CalculateSize_FixedSizePacked ()
 
void TestNegativeEnumArray ()
 
void TestNegativeEnumPackedArray ()
 
void IList_Indexer ()
 
void IList_Contains ()
 
void IList_Add ()
 
void IList_Remove ()
 
void IList_IsFixedSize ()
 
void IList_IndexOf ()
 
void IList_SyncRoot ()
 
void IList_CopyTo ()
 
void IList_IsSynchronized ()
 
void IList_Insert ()
 
void ToString_Integers ()
 
void ToString_Strings ()
 
void ToString_Messages ()
 
void ToString_Empty ()
 
void ToString_InvalidElementType ()
 
void ToString_Timestamp ()
 
void ToString_Struct ()
 

Member Function Documentation

◆ Add_RepeatedField()

void Google.Protobuf.Collections.RepeatedFieldTest.Add_RepeatedField ( )
inline

◆ Add_Sequence()

void Google.Protobuf.Collections.RepeatedFieldTest.Add_Sequence ( )
inline

◆ Add_SingleItem()

void Google.Protobuf.Collections.RepeatedFieldTest.Add_SingleItem ( )
inline

◆ AddEntriesFrom_Message()

void Google.Protobuf.Collections.RepeatedFieldTest.AddEntriesFrom_Message ( )
inline

◆ AddEntriesFrom_NonPackedInt32()

void Google.Protobuf.Collections.RepeatedFieldTest.AddEntriesFrom_NonPackedInt32 ( )
inline

◆ AddEntriesFrom_PackedInt32()

void Google.Protobuf.Collections.RepeatedFieldTest.AddEntriesFrom_PackedInt32 ( )
inline

◆ AddEntriesFrom_String()

void Google.Protobuf.Collections.RepeatedFieldTest.AddEntriesFrom_String ( )
inline

◆ CalculateSize_FixedSizeNonPacked()

void Google.Protobuf.Collections.RepeatedFieldTest.CalculateSize_FixedSizeNonPacked ( )
inline

◆ CalculateSize_FixedSizePacked()

void Google.Protobuf.Collections.RepeatedFieldTest.CalculateSize_FixedSizePacked ( )
inline

◆ CalculateSize_VariableSizeNonPacked()

void Google.Protobuf.Collections.RepeatedFieldTest.CalculateSize_VariableSizeNonPacked ( )
inline

◆ CalculateSize_VariableSizePacked()

void Google.Protobuf.Collections.RepeatedFieldTest.CalculateSize_VariableSizePacked ( )
inline

◆ Clone_ReturnsMutable()

void Google.Protobuf.Collections.RepeatedFieldTest.Clone_ReturnsMutable ( )
inline

◆ CopyTo()

void Google.Protobuf.Collections.RepeatedFieldTest.CopyTo ( )
inline

◆ Enumerator()

void Google.Protobuf.Collections.RepeatedFieldTest.Enumerator ( )
inline

◆ Equals_Object()

void Google.Protobuf.Collections.RepeatedFieldTest.Equals_Object ( )
inline

◆ Equals_RepeatedField()

void Google.Protobuf.Collections.RepeatedFieldTest.Equals_RepeatedField ( )
inline

◆ GetEnumerator_GenericInterface()

void Google.Protobuf.Collections.RepeatedFieldTest.GetEnumerator_GenericInterface ( )
inline

◆ GetEnumerator_NonGenericInterface()

void Google.Protobuf.Collections.RepeatedFieldTest.GetEnumerator_NonGenericInterface ( )
inline

◆ IList_Add()

void Google.Protobuf.Collections.RepeatedFieldTest.IList_Add ( )
inline

◆ IList_Contains()

void Google.Protobuf.Collections.RepeatedFieldTest.IList_Contains ( )
inline

◆ IList_CopyTo()

void Google.Protobuf.Collections.RepeatedFieldTest.IList_CopyTo ( )
inline

◆ IList_Indexer()

void Google.Protobuf.Collections.RepeatedFieldTest.IList_Indexer ( )
inline

◆ IList_IndexOf()

void Google.Protobuf.Collections.RepeatedFieldTest.IList_IndexOf ( )
inline

◆ IList_Insert()

void Google.Protobuf.Collections.RepeatedFieldTest.IList_Insert ( )
inline

◆ IList_IsFixedSize()

void Google.Protobuf.Collections.RepeatedFieldTest.IList_IsFixedSize ( )
inline

◆ IList_IsSynchronized()

void Google.Protobuf.Collections.RepeatedFieldTest.IList_IsSynchronized ( )
inline

◆ IList_Remove()

void Google.Protobuf.Collections.RepeatedFieldTest.IList_Remove ( )
inline

◆ IList_SyncRoot()

void Google.Protobuf.Collections.RepeatedFieldTest.IList_SyncRoot ( )
inline

◆ Indexer_Get()

void Google.Protobuf.Collections.RepeatedFieldTest.Indexer_Get ( )
inline

◆ Indexer_Set()

void Google.Protobuf.Collections.RepeatedFieldTest.Indexer_Set ( )
inline

◆ Insert_Invalid()

void Google.Protobuf.Collections.RepeatedFieldTest.Insert_Invalid ( )
inline

◆ Insert_Valid()

void Google.Protobuf.Collections.RepeatedFieldTest.Insert_Valid ( )
inline

◆ NullValuesRejected()

void Google.Protobuf.Collections.RepeatedFieldTest.NullValuesRejected ( )
inline

◆ RemoveAt_Invalid()

void Google.Protobuf.Collections.RepeatedFieldTest.RemoveAt_Invalid ( )
inline

◆ RemoveAt_Valid()

void Google.Protobuf.Collections.RepeatedFieldTest.RemoveAt_Valid ( )
inline

◆ TestNegativeEnumArray()

void Google.Protobuf.Collections.RepeatedFieldTest.TestNegativeEnumArray ( )
inline

◆ TestNegativeEnumPackedArray()

void Google.Protobuf.Collections.RepeatedFieldTest.TestNegativeEnumPackedArray ( )
inline

◆ ToString_Empty()

void Google.Protobuf.Collections.RepeatedFieldTest.ToString_Empty ( )
inline

◆ ToString_Integers()

void Google.Protobuf.Collections.RepeatedFieldTest.ToString_Integers ( )
inline

◆ ToString_InvalidElementType()

void Google.Protobuf.Collections.RepeatedFieldTest.ToString_InvalidElementType ( )
inline

◆ ToString_Messages()

void Google.Protobuf.Collections.RepeatedFieldTest.ToString_Messages ( )
inline

◆ ToString_Strings()

void Google.Protobuf.Collections.RepeatedFieldTest.ToString_Strings ( )
inline

◆ ToString_Struct()

void Google.Protobuf.Collections.RepeatedFieldTest.ToString_Struct ( )
inline

◆ ToString_Timestamp()

void Google.Protobuf.Collections.RepeatedFieldTest.ToString_Timestamp ( )
inline

◆ WriteTo_Message()

void Google.Protobuf.Collections.RepeatedFieldTest.WriteTo_Message ( )
inline

◆ WriteTo_NonPackedInt32()

void Google.Protobuf.Collections.RepeatedFieldTest.WriteTo_NonPackedInt32 ( )
inline

◆ WriteTo_PackedInt32()

void Google.Protobuf.Collections.RepeatedFieldTest.WriteTo_PackedInt32 ( )
inline

◆ WriteTo_String()

void Google.Protobuf.Collections.RepeatedFieldTest.WriteTo_String ( )
inline

The documentation for this class was generated from the following file: