Searched refs:ScalarInput (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/replay/scripts/tests/expected/
H A Dgenerate-memoized-type-modes.json-TestReplayInputs.h40 class ScalarInput;
45 template<> struct InputTraits<Test::ScalarInput> {
49 static void encode(JSC::EncodedValue&, const Test::ScalarInput&);
50 static bool decode(JSC::EncodedValue&, std::unique_ptr<Test::ScalarInput>&);
64 class ScalarInput : public NondeterministicInput<ScalarInput> { class in namespace:Test
66 ScalarInput(ScalarType data);
67 virtual ~ScalarInput();
86 macro(ScalarInput) \
H A Dgenerate-memoized-type-modes.json-TestReplayInputs.cpp38 ScalarInput::ScalarInput(ScalarType data) function in class:Test::ScalarInput
39 : NondeterministicInput<ScalarInput>()
44 ScalarInput::~ScalarInput()
60 const AtomicString& InputTraits<Test::ScalarInput>::type()
62 static NeverDestroyed<const AtomicString> type("ScalarInput", AtomicString::ConstructFromLiteral);
66 void InputTraits<Test::ScalarInput>::encode(EncodedValue& encodedValue, const Test::ScalarInput& input)
71 bool InputTraits<Test::ScalarInput>
[all...]

Completed in 114 milliseconds