Searched refs:_Decoder (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
D | protobuf.py | 102 class _Decoder(ProtocolBuffer.Decoder): class 178 _Encoder.NUMERIC: _Decoder.getVarInt64, 179 _Encoder.DOUBLE: _Decoder.getDouble, 180 _Encoder.STRING: _Decoder.getPrefixedString, 181 _Encoder.FLOAT: _Decoder.getFloat, 205 messages.Variant.DOUBLE: _Decoder.getDouble, 206 messages.Variant.FLOAT: _Decoder.getFloat, 207 messages.Variant.INT64: _Decoder.getVarInt64, 208 messages.Variant.UINT64: _Decoder.getVarUint64, 209 messages.Variant.INT32: _Decoder.getVarInt32, [all …]
|
/external/lzma/CPP/7zip/Compress/ |
D | BranchCoder.h | 38 MyClassDecoderA(Name ## _Decoder) 42 MyClassDecoderB(Name ## _Decoder, ADD_ITEMS, ADD_INIT)
|
D | BranchRegister.cpp | 10 static void *CreateCodec ## x() { return (void *)(ICompressFilter *)(new C ## x ## _Decoder); } \
|