Searched refs:DecodedType (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/replay/
H A DEncodedValue.h71 void put(const String&, const typename EncodingTraits<T>::DecodedType&);
74 void append(const typename EncodingTraits<T>::DecodedType&);
76 template<typename T> bool get(const String&, typename EncodingTraits<T>::DecodedType&);
77 template<typename T> bool get(const String&, std::unique_ptr<typename EncodingTraits<T>::DecodedType>&);
100 typedef T DecodedType; typedef in struct:JSC::EncodingTraits
102 static EncodedValue encodeValue(const DecodedType&);
104 static bool decodeValue(EncodedValue&, DecodedType&);
105 static bool decodeValue(EncodedValue&, std::unique_ptr<DecodedType>&);
110 typedef Vector<typename EncodingTraits<T>::DecodedType, inlineCapacity, OverflowHandler> DecodedType; typedef in struct:JSC::EncodingTraits
135 typedef EncodedValue DecodedType; typedef in struct:JSC::EncodingTraits
142 typedef T DecodedType; typedef in struct:JSC::ScalarEncodingTraits
[all...]
H A DEncodedValue.cpp180 void EncodedValue::put<EncodedValue>(const String& key, const typename EncodingTraits<EncodedValue>::DecodedType& value)
186 void EncodedValue::append<EncodedValue>(const typename EncodingTraits<EncodedValue>::DecodedType& value)
192 bool EncodedValue::get<EncodedValue>(const String& key, typename EncodingTraits<EncodedValue>::DecodedType& decodedValue)
/macosx-10.10/WebCore-7600.1.25/replay/
H A DSerializationMethods.h65 typedef WebCore::KeypressCommand DecodedType; typedef in struct:JSC::EncodingTraits
73 typedef NondeterministicInputBase DecodedType; typedef in struct:JSC::EncodingTraits
80 typedef WebCore::PlatformKeyboardEvent DecodedType; typedef in struct:JSC::EncodingTraits
87 typedef WebCore::PlatformMouseEvent DecodedType; typedef in struct:JSC::EncodingTraits
94 typedef WebCore::PlatformWheelEvent DecodedType; typedef in struct:JSC::EncodingTraits
101 typedef RefPtr<WebCore::PluginData> DecodedType; typedef in struct:JSC::EncodingTraits
108 typedef WebCore::URL DecodedType; typedef in struct:JSC::EncodingTraits
115 typedef RefPtr<WebCore::SecurityOrigin> DecodedType; typedef in struct:JSC::EncodingTraits
H A DSerializationMethods.cpp130 EncodingTraits<_type>::DecodedType _key; \
137 EncodingTraits<_type>::DecodedType _key; \
/macosx-10.10/JavaScriptCore-7600.1.17/replay/scripts/tests/expected/
H A Dgenerate-enum-encoding-helpers.json-TestReplayInputs.h59 typedef InputQueue DecodedType; typedef in struct:JSC::EncodingTraits
66 typedef WebCore::MouseButton DecodedType; typedef in struct:JSC::EncodingTraits
H A Dgenerate-enums-with-same-base-name.json-TestReplayInputs.h54 typedef WebCore::FormData::Type DecodedType; typedef in struct:JSC::EncodingTraits
61 typedef PlatformEvent::Type DecodedType; typedef in struct:JSC::EncodingTraits
H A Dgenerate-enum-encoding-helpers-with-guarded-values.json-TestReplayInputs.h55 typedef WebCore::MouseButton DecodedType; typedef in struct:JSC::EncodingTraits
H A Dgenerate-enum-with-guard.json-TestReplayInputs.h57 typedef WebCore::PlatformWheelEventPhase DecodedType; typedef in struct:JSC::EncodingTraits

Completed in 136 milliseconds