Searched defs:Proxy (Results 1 – 6 of 6) sorted by relevance
58 struct Proxy { struct61 Proxy(Proxy &&other) in Proxy() argument67 explicit Proxy(Synchronized *paramObj) ACQUIRE(obj->rwLock_) : obj {paramObj} in Proxy() argument
159 static void Proxy(void *ctx) in Proxy() function
431 static const std::string Proxy; // NOLINT (readability-identifier-naming) member467 static const std::string Proxy; // NOLINT (readability-identifier-naming) member
48 const std::string ObjectSubType::Proxy = "proxy"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType76 const std::string ObjectClassName::Proxy = "Object"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
127 using Proxy = builtins::BuiltinsProxy; typedef
152 using Proxy = builtins::BuiltinsProxy; typedef