Home
last modified time | relevance | path

Searched defs:GetModule (Results 1 – 5 of 5) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/internal/modules/
Dmodules_service.pb.go111 func (m *GetModulesResponse) GetModule() []string { func
127 func (m *GetVersionsRequest) GetModule() string { func
159 func (m *GetDefaultVersionRequest) GetModule() string { func
192 func (m *GetNumInstancesRequest) GetModule() string { func
233 func (m *SetNumInstancesRequest) GetModule() string { func
272 func (m *StartModuleRequest) GetModule() string { func
304 func (m *StopModuleRequest) GetModule() string { func
337 func (m *GetHostnameRequest) GetModule() string { func
/external/clang/lib/CodeGen/
DModuleBuilder.cpp91 llvm::Module *GetModule() { in GetModule() function in __anon8d4184ed0111::CodeGeneratorImpl
294 llvm::Module *CodeGenerator::GetModule() { in GetModule() function in CodeGenerator
/external/libchrome/base/
Dvlog.cc88 base::StringPiece GetModule(const base::StringPiece& file) { in GetModule() function
/external/v8/src/torque/
Dast.h165 Module* GetModule() const { return module; } in GetModule() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc3196 HloModule* HloInstruction::GetModule() const { in GetModule() function in xla::HloInstruction