Page Speed Optimization Libraries  1.4.26.1
Namespaces | Functions
net/instaweb/util/public/key_value_codec.h File Reference
#include "net/instaweb/util/public/string.h"
#include "net/instaweb/util/public/string_util.h"

Go to the source code of this file.

Namespaces

namespace  net_instaweb
 

for StringPiece


Functions

bool net_instaweb::key_value_codec::Encode (StringPiece key, SharedString *value, SharedString *key_and_value)
bool net_instaweb::key_value_codec::Decode (SharedString *key_and_value, GoogleString *key, SharedString *value)
int net_instaweb::key_value_codec::GetValueSizeFromKeyAndKeyValue (StringPiece key, const SharedString &key_and_value)
 Given a key and the encoded key_and_value, returns the size of the value.

Detailed Description

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines