Searched refs:SerializedVarTestConstructor (Results 1 – 3 of 3) sorted by relevance
39 SerializedVarTestConstructor input(host_object); in TEST_F()87 SerializedVarTestConstructor input(kTestString); in TEST_F()171 SerializedVarTestConstructor input1(host_object); in TEST_F()179 SerializedVarTestConstructor input2(host_object); in TEST_F()215 input1.push_back(SerializedVarTestConstructor(host_object)); in TEST_F()216 input1.push_back(SerializedVarTestConstructor("elite")); in TEST_F()231 input2.push_back(SerializedVarTestConstructor(host_object)); in TEST_F()232 input2.push_back(SerializedVarTestConstructor("elite")); in TEST_F()284 SerializedVarTestConstructor input1(host_object); in TEST_F()294 SerializedVarTestConstructor input2(host_object); in TEST_F()[all …]
109 friend class SerializedVarTestConstructor; variable482 class PPAPI_PROXY_EXPORT SerializedVarTestConstructor : public SerializedVar {485 explicit SerializedVarTestConstructor(const PP_Var& pod_var);488 explicit SerializedVarTestConstructor(const std::string& str);
451 SerializedVarTestConstructor::SerializedVarTestConstructor( in SerializedVarTestConstructor() function in ppapi::proxy::SerializedVarTestConstructor457 SerializedVarTestConstructor::SerializedVarTestConstructor( in SerializedVarTestConstructor() function in ppapi::proxy::SerializedVarTestConstructor