Searched refs:decodeInt64 (Results 1 – 8 of 8) sorted by relevance
63 bool DecoderAdapter::decodeInt64(int64_t& value) in decodeInt64() function in WebKit::DecoderAdapter65 return m_decoder.decodeInt64(value); in decodeInt64()
45 virtual bool decodeInt64(int64_t&);
60 bool decodeInt64(int64_t&);146 return decodeInt64(n); in decode()
186 bool ArgumentDecoder::decodeInt64(int64_t& result) in decodeInt64() function in CoreIPC::ArgumentDecoder
47 virtual bool decodeInt64(int64_t&) = 0;
392 if (!decoder.decodeInt64(fileStart)) in decode()397 if (!decoder.decodeInt64(fileLength)) in decode()469 if (!decoder.decodeInt64(data->m_identifier)) in decodeForBackForward()
789 if (!decoder.decodeInt64(node->m_documentSequenceNumber)) in decodeBackForwardTree()813 if (!decoder.decodeInt64(node->m_itemSequenceNumber)) in decodeBackForwardTree()
5856 (CoreIPC::ArgumentDecoder::decodeInt64):