Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dmodules.cc62 void SourceTextModuleDescriptor::AddImport( in AddImport() function in v8::internal::SourceTextModuleDescriptor
/external/v8/src/wasm/
Dwasm-debug-evaluate.cc268 void AddImport(Handle<JSObject> import_module_obj, const char* function_name, in AddImport() function in v8::internal::wasm::__anon08dba43b0111::DebugEvaluatorProxy
Dwasm-module-builder.cc354 uint32_t WasmModuleBuilder::AddImport(Vector<const char> name, FunctionSig* sig, in AddImport() function in v8::internal::wasm::WasmModuleBuilder
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc2385 void SourceLocationTable::AddImport(const Message* descriptor, in AddImport() function in google::protobuf::compiler::SourceLocationTable
/external/golang-protobuf/protoc-gen-go/generator/
Dgenerator.go548 func (g *Generator) AddImport(importPath GoImportPath) GoPackageName { func