Searched defs:Construct (Results 1 – 15 of 15) sorted by relevance
28 function Construct(x) { return x; } class
37 void Construct (const std::string& C, const StrVector& A, in Construct() function
48 Construct enumerator
46 int ConditionVariableLinux::Construct() in Construct() function in webrtc::ConditionVariableLinux
53 int EventLinux::Construct() in Construct() function in webrtc::EventLinux
86 int ThreadLinux::Construct() in Construct() function in webrtc::ThreadLinux
107 void Construct(const void* data, size_t length, size_t capacity) { in Construct() function
150 void StunRequest::Construct() { in Construct() function in cricket::StunRequest
493 } else if (CXXConstructExpr *Construct in VisitFunctionDecl() local
163 void ChannelManager::Construct() { in Construct() function in cricket::ChannelManager
73 void MediaSessionClient::Construct() { in Construct() function in cricket::MediaSessionClient
891 if (const CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init)) in isTrivialInitializer() local
278 if (CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init)) { in InstantiateInitializer() local
1125 if (CXXConstructExpr *Construct in BuildCXXNew() local
1002 Failure* Failure::Construct(Type type, intptr_t value) { in Construct() function