Home
last modified time | relevance | path

Searched defs:Construct (Results 1 – 23 of 23) sorted by relevance

/external/google-breakpad/src/common/
Dmodule_unittest.cc252 TEST(Construct, AddFunctions) { in TEST() argument
291 TEST(Construct, AddFrames) { in TEST() argument
378 TEST(Construct, UniqueFiles) { in TEST() argument
391 TEST(Construct, DuplicateFunctions) { in TEST() argument
410 TEST(Construct, FunctionsWithSameAddress) { in TEST() argument
433 TEST(Construct, Externs) { in TEST() argument
458 TEST(Construct, DuplicateExterns) { in TEST() argument
482 TEST(Construct, FunctionsAndExternsWithSameAddress) { in TEST() argument
513 TEST(Construct, FunctionsAndThumbExternsWithSameAddress) { in TEST() argument
/external/v8/test/mjsunit/
Dnew.js28 function Construct(x) { return x; } class
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
DConstruct.java28 public interface Construct { interface
/external/webrtc/webrtc/system_wrappers/source/
Dcondition_variable_posix.cc42 int ConditionVariablePosix::Construct() { in Construct() function in webrtc::ConditionVariablePosix
/external/v8/src/
Delements-kind.cc65 static void Construct( in Construct() function
Dregister-configuration.cc105 static void Construct(ArchDefaultRegisterConfiguration* config) { in Construct() function
Dassert-scope.cc19 static void Construct(base::Thread::LocalStorageKey* key) { in Construct() function
Dcode-factory.cc334 Callable CodeFactory::Construct(Isolate* isolate) { in Construct() function in v8::internal::CodeFactory
/external/webrtc/webrtc/p2p/base/
Dstunrequest.cc164 void StunRequest::Construct() { in Construct() function in cricket::StunRequest
Dport.cc189 void Port::Construct() { in Construct() function in cricket::Port
/external/v8/src/base/
Dlazy-instance.h131 static void Construct(T* allocated_ptr) { in Construct() function
/external/webrtc/talk/media/base/
Drtpdataengine.cc89 void RtpDataMediaChannel::Construct(rtc::Timing* timing) { in Construct() function in cricket::RtpDataMediaChannel
Dvideocommon.h208 void Construct(int w, int h, int64_t interval_ns, uint32_t cc) { in Construct() function
Dvideocapturer.cc116 void VideoCapturer::Construct() { in Construct() function in cricket::VideoCapturer
/external/webrtc/webrtc/base/
Dbytebuffer.cc49 void ByteBuffer::Construct(const char* bytes, size_t len, in Construct() function in rtc::ByteBuffer
/external/clang/lib/AST/
DDeclPrinter.cpp585 } else if (CXXConstructExpr *Construct in VisitFunctionDecl() local
740 if (CXXConstructExpr *Construct = in VisitVarDecl() local
DDeclCXX.cpp1765 if (CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(E)) in getTargetConstructor() local
/external/webrtc/talk/session/media/
Dchannelmanager.cc95 void ChannelManager::Construct(MediaEngineInterface* me, in Construct() function in cricket::ChannelManager
/external/webrtc/webrtc/p2p/client/
Dbasicportallocator.cc126 void BasicPortAllocator::Construct() { in Construct() function in cricket::BasicPortAllocator
/external/clang/lib/CodeGen/
DCGDecl.cpp1157 if (const CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init)) in isTrivialInitializer() local
/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.cc477 void WebRtcVoiceEngine::Construct() { in Construct() function in cricket::WebRtcVoiceEngine
/external/clang/lib/Sema/
DSemaDecl.cpp1508 const CXXConstructExpr *Construct = in ShouldDiagnoseUnusedDecl() local
DTreeTransform.h3152 CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init); in TransformInitializer() local