Home
last modified time | relevance | path

Searched defs:Export (Results 1 – 25 of 76) sorted by relevance

1234

/external/golang-protobuf/internal/impl/
Dapi_export.go21 type Export struct{} struct
25 func (Export) NewError(f string, x ...interface{}) error {
35 func (Export) EnumOf(e enum) pref.Enum {
48 func (Export) EnumDescriptorOf(e enum) pref.EnumDescriptor {
61 func (Export) EnumTypeOf(e enum) pref.EnumType {
74 func (Export) EnumStringOf(ed pref.EnumDescriptor, n pref.EnumNumber) string {
95 func (Export) ProtoMessageV1Of(m message) piface.MessageV1 {
110 func (Export) protoMessageV2Of(m message) pref.ProtoMessage {
127 func (Export) ProtoMessageV2Of(m message) pref.ProtoMessage {
139 func (Export) MessageOf(m message) pref.Message {
[all …]
/external/rust/crates/proc-macro-hack/src/
Dlib.rs170 Export(Export), enumerator
175 struct Export { struct
176 attrs: TokenStream,
177 vis: Visibility,
178 from: Ident,
179 macros: Vec<Macro>,
258 fn expand_export(export: Export, args: ExportArgs) -> TokenStream { in expand_export()
Dparse.rs22 fn parse_export(attrs: TokenStream, vis: Visibility, tokens: Iter) -> Result<Export, Error> { in parse_export()
/external/tensorflow/tensorflow/lite/toco/tflite/
Dexport.h49 inline void Export(const Model& model, bool allow_custom_ops, in Export() function
61 inline void Export( in Export() function
75 inline void Export(const Model& model, std::string* output_file_contents) { in Export() function
Dexport.cc432 tensorflow::Status Export(const Model& model, std::string* output_file_contents, in Export() function
482 tensorflow::Status Export( in Export() function
/external/tensorflow/tensorflow/lite/toco/
Dtoco_tooling.h49 inline void Export(const TocoFlags& toco_flags, const Model& model, in Export() function
Dtoco_tooling.cc475 tensorflow::Status Export(const TocoFlags& toco_flags, const Model& model, in Export() function
/external/rust/crates/quiche/deps/boringssl/src/crypto/hpke/
Dhpke_test.cc146 struct Export { struct in bssl::__anond68220ef0111::HPKETestVector
147 std::vector<uint8_t> exporter_context;
148 size_t export_length;
149 std::vector<uint8_t> exported_value;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_dataexporter.cpp20 bool CXFA_DataExporter::Export(const RetainPtr<IFX_SeekableStream>& pStream, in Export() function in CXFA_DataExporter
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DIPO.h230 Export, ///< Export information to summary. enumerator
/external/pdfium/core/fpdfapi/page/
Dcpdf_occontext.h22 enum UsageType { View = 0, Design, Print, Export }; enumerator
/external/boringssl/src/crypto/hpke/
Dhpke_test.cc177 struct Export { struct in bssl::__anona7334ab80111::HPKETestVector
178 std::vector<uint8_t> exporter_context;
179 size_t export_length;
180 std::vector<uint8_t> exported_value;
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dmlir_roundtrip_pass.cc51 static Status Export(mlir::OwningModuleRef module, in Export() function
/external/parameter-framework/upstream/test/functional-tests/
Dplan.md348 ### Error case/special cases
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/
Dtflite_import_export.cc81 absl::Status TfLiteExporter::Export(mlir::ModuleOp module) { in Export() function in mlir::TFL::tac::TfLiteExporter
/external/pigweed/pw_software_update/
Dmanifest_accessor.cc62 Status ManifestAccessor::Export(stream::Writer& writer) { in Export() function in pw::software_update::ManifestAccessor
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Ddevice_tracer_rocm.cc264 void Export(XSpace* space) { in Export() function in tensorflow::profiler::RocmTraceCollectorImpl
437 void Export(uint64_t start_walltime_ns, uint64_t start_gputime_ns, in Export() function
/external/libcap/cap/
Dfile.go350 func (c *Set) Export() ([]byte, error) { func
/external/python/cpython2/Demo/rpc/
Dmountclient.py153 def Export(self): member in PartialMountClient
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h58 struct Export { struct
60 ExportKind Kind; argument
61 uint32_t Index;
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
Dexport.py45 def Export(self, scores_data_frame): member in HtmlExport
/external/tensorflow/tensorflow/core/framework/
Dop.cc167 void OpRegistry::Export(bool include_internal, OpList* ops) const { in Export() function in tensorflow::OpRegistry
/external/clang/include/clang/Sema/
DSemaInternal.h98 if (auto *Export = D->getAttr<DLLExportAttr>()) in getDLLAttr() local
/external/boringssl/src/ssl/test/runner/hpke/
Dhpke.go156 func (c *Context) Export(exporterContext []byte, length int) []byte { func
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp108 OffsetNamePair &Export = *I; in addCoffExportSymbols() local

1234