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

  /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/protobuf/python/google/protobuf/internal/
api_implementation.cc 90 static struct PyModuleDef _module = { member in namespace:google::protobuf::python
111 PyObject *module = PyModule_Create(&_module);
  /external/protobuf/python/google/protobuf/pyext/
message.cc 2521 static struct PyModuleDef _module = { member in namespace:google
    [all...]

Completed in 98 milliseconds