Searched defs:Proxy (Results 1 – 7 of 7) sorted by relevance
56 struct Proxy { struct59 Proxy(Proxy &&other) in Proxy() argument65 Proxy(Synchronized *param_obj) ACQUIRE(obj->rw_lock_) : obj {param_obj} argument
119 …Proxy(VerifierMessage mess_num, const MethodOptions &method_opts) : num {mess_num}, opts {method_o… in Proxy() function
104 Proxy, enumerator
259 static const std::string Proxy; // NOLINT (readability-identifier-naming) member294 static const std::string Proxy; // NOLINT (readability-identifier-naming) member
45 const std::string ObjectSubType::Proxy = "proxy"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType72 const std::string ObjectClassName::Proxy = "Object"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
155 using Proxy = builtins::BuiltinsProxy; typedef