Searched defs:AddImport (Results 1 – 5 of 5) sorted by relevance
| /external/v8/src/ast/ | ||
| D | modules.cc | 62 void SourceTextModuleDescriptor::AddImport( in AddImport() function in v8::internal::SourceTextModuleDescriptor |
| /external/v8/src/wasm/ | ||
| D | wasm-debug-evaluate.cc | 268 void AddImport(Handle<JSObject> import_module_obj, const char* function_name, in AddImport() function in v8::internal::wasm::__anon08dba43b0111::DebugEvaluatorProxy |
| D | wasm-module-builder.cc | 354 uint32_t WasmModuleBuilder::AddImport(Vector<const char> name, FunctionSig* sig, in AddImport() function in v8::internal::wasm::WasmModuleBuilder |
| /external/protobuf/src/google/protobuf/compiler/ | ||
| D | parser.cc | 2385 void SourceLocationTable::AddImport(const Message* descriptor, in AddImport() function in google::protobuf::compiler::SourceLocationTable |
| /external/golang-protobuf/protoc-gen-go/generator/ | ||
| D | generator.go | 548 func (g *Generator) AddImport(importPath GoImportPath) GoPackageName { func |