HomeSort by relevance Sort by last modified time
    Searched defs:_module (Results 1 - 5 of 5) sorted by null

  /external/protobuf/python/google/protobuf/internal/
api_implementation.cc 80 static struct PyModuleDef _module = { member in namespace:google::protobuf::python
101 PyObject *module = PyModule_Create(&_module);
  /external/ImageMagick/Magick++/lib/Magick++/
CoderInfo.h 82 std::string _module; member in class:Magick::CoderInfo
  /external/lzma/CPP/Windows/
DLL.h 19 HMODULE _module; member in class:NWindows::NDLL::CLibrary
21 CLibrary(): _module(NULL) {};
24 operator HMODULE() const { return _module; }
25 HMODULE* operator&() { return &_module; }
26 bool IsLoaded() const { return (_module != NULL); };
31 _module = m;
35 HMODULE m = _module;
36 _module = NULL;
43 FARPROC GetProc(LPCSTR procName) const { return My_GetProcAddress(_module, procName); }
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOModule.h 71 llvm::Module * getLLVVMModule() { return _module.get(); }
114 llvm::OwningPtr<llvm::Module> _module; member in struct:LTOModule
  /external/protobuf/python/google/protobuf/pyext/
message.cc 3092 static struct PyModuleDef _module = { member in namespace:google
    [all...]

Completed in 483 milliseconds