Searched defs:Proxy (Results 1 – 7 of 7) sorted by relevance
58 struct Proxy { struct61 Proxy(Proxy &&other) in Proxy() function67 explicit Proxy(Synchronized *paramObj) ACQUIRE(obj->rwLock_) : obj {paramObj} in Proxy() argument
164 static void Proxy(void *ctx) in Proxy() function
33 class Proxy(typing.Generic[E]): class
442 static const std::string Proxy; // NOLINT (readability-identifier-naming) member478 static const std::string Proxy; // NOLINT (readability-identifier-naming) member
47 const std::string ObjectSubType::Proxy = "proxy"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType75 const std::string ObjectClassName::Proxy = "Object"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
130 using Proxy = builtins::BuiltinsProxy; typedef
150 using Proxy = builtins::BuiltinsProxy; typedef