webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
BinaryPropertyListPlan Class Reference
Inheritance diagram for BinaryPropertyListPlan:
BinaryPropertyListObjectStream

Public Member Functions

 BinaryPropertyListPlan (BinaryPropertyListWriter &)
 
ObjectReference booleanTrueObjectReference () const
 
ObjectReference integerObjectReference (int) const
 
ObjectReference stringObjectReference (const String &) const
 
ObjectReference integerArrayObjectReference (const int *, size_t) const
 
ObjectReference objectCount () const
 
ObjectReference byteCount () const
 
ObjectReference objectReferenceCount () const
 

Constructor & Destructor Documentation

◆ BinaryPropertyListPlan()

BinaryPropertyListPlan::BinaryPropertyListPlan ( BinaryPropertyListWriter client)

Member Function Documentation

◆ booleanTrueObjectReference()

ObjectReference BinaryPropertyListPlan::booleanTrueObjectReference ( ) const

◆ byteCount()

ObjectReference BinaryPropertyListPlan::byteCount ( ) const
inline

◆ integerArrayObjectReference()

ObjectReference BinaryPropertyListPlan::integerArrayObjectReference ( const int *  integers,
size_t  size 
) const

◆ integerObjectReference()

ObjectReference BinaryPropertyListPlan::integerObjectReference ( int  integer) const

◆ objectCount()

ObjectReference BinaryPropertyListPlan::objectCount ( ) const
inline

◆ objectReferenceCount()

ObjectReference BinaryPropertyListPlan::objectReferenceCount ( ) const
inline

◆ stringObjectReference()

ObjectReference BinaryPropertyListPlan::stringObjectReference ( const String &  string) const

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