/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/kvstore/ |
H A D | key_value_store.hpp | 28 struct Converter { struct 29 static constexpr StorageType storage_type = StorageType::Null; 39 struct Converter<int64_t> { struct 40 static constexpr StorageType storage_type = StorageType::Integer; 42 static inline Value to_sqlite_value(int value) { in to_sqlite_value() 46 static inline int64_t from_sqlite_value(const sqlite::UnOwnedValue& value) { in from_sqlite_value() 53 struct Converter<int> { struct 54 static constexpr StorageType storage_type = StorageType::Integer; 56 static inline Value to_sqlite_value(int value) { in to_sqlite_value() 60 static inline int from_sqlite_value(const sqlite::UnOwnedValue& value) { in from_sqlite_value() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/test2json/ |
D | test2json.go | 51 type Converter struct { struct 52 w io.Writer // JSON output stream 53 pkg string // package to name in events 54 mode Mode // mode bits 55 start time.Time // time converter started 56 testName string // name of current test, for output attribution 57 report []*event // pending test result reports (nested for subtests) 58 result string // overall test result if seen 59 input lineBuffer // input buffer 60 output lineBuffer // output buffer [all …]
|
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/bzltestutil/ |
H A D | test2json.go | 58 type Converter struct { struct 59 w io.Writer // JSON output stream 60 pkg string // package to name in events 61 mode Mode // mode bits 62 start time.Time // time converter started 63 testName string // name of current test, for output attribution 64 report []*event // pending test result reports (nested for subtests) 65 result string // overall test result if seen 66 input lineBuffer // input buffer 67 output lineBuffer // output buffer [all …]
|
/aosp_15_r20/external/guava/guava/src/com/google/common/base/ |
H A D | Converter.java | 143 public abstract class Converter<A, B> implements Function<A, B> { class 150 protected Converter() { in Converter() method in Converter 155 Converter(boolean handleNullAutomatically) { in Converter() method in Converter
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/ |
H A D | Converter.java | 143 public abstract class Converter<A, B> implements Function<A, B> { class 150 protected Converter() { in Converter() method in Converter 155 Converter(boolean handleNullAutomatically) { in Converter() method in Converter
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
H A D | formatutils9.cpp | 540 struct Converter struct 553 { 557 { 563 { 567 {
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceConverter.cpp | 71 explicit LLVM2ICEConverter(Ice::Converter &Converter) in LLVM2ICEConverter() 78 Ice::Converter &Converter; member in __anonb1b0513d0111::LLVM2ICEConverter 95 explicit LLVM2ICEFunctionConverter(Ice::Converter &Converter) in LLVM2ICEFunctionConverter() 666 explicit LLVM2ICEGlobalsConverter(Ice::Converter &Converter, in LLVM2ICEGlobalsConverter() 862 const TypeConverter Converter(Mod->getContext()); in installGlobalDeclarations() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/driver/ |
D | types.go | 156 Converter ValueConverter member 169 Converter ValueConverter member
|
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/ |
H A D | py_seq_tensor.cc | 246 struct Converter { struct 247 static const char* Helper(PyObject* obj, int depth, ConverterState* state, in Helper() 281 static Status Convert(TFE_Context* ctx, PyObject* obj, ConverterState* state, in Convert()
|
/aosp_15_r20/external/abseil-cpp/absl/strings/internal/str_format/ |
H A D | bind.cc | 199 typedef SummarizingConverter Converter; in Summarize() typedef 216 using Converter = DefaultConverter; in FormatUntyped() typedef
|
/aosp_15_r20/external/guice/core/src/com/google/inject/internal/ |
H A D | Messages.java | 316 private abstract static class Converter<T> { class in Messages 320 Converter(Class<T> type) { in Converter() method in Messages.Converter
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/ |
H A D | bind.cc | 199 typedef SummarizingConverter Converter; in Summarize() typedef 216 using Converter = DefaultConverter; in FormatUntyped() typedef
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/internal/str_format/ |
H A D | bind.cc | 199 typedef SummarizingConverter Converter; in Summarize() typedef 216 using Converter = DefaultConverter; in FormatUntyped() typedef
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
H A D | bind.cc | 183 typedef SummarizingConverter Converter; in Summarize() typedef 200 using Converter = DefaultConverter; in FormatUntyped() typedef
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/str_format/ |
H A D | bind.cc | 183 typedef SummarizingConverter Converter; in Summarize() typedef 200 using Converter = DefaultConverter; in FormatUntyped() typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | bind.cc | 183 typedef SummarizingConverter Converter; in Summarize() typedef 200 using Converter = DefaultConverter; in FormatUntyped() typedef
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/ |
H A D | bind.cc | 183 typedef SummarizingConverter Converter; in Summarize() typedef 200 using Converter = DefaultConverter; in FormatUntyped() typedef
|
/aosp_15_r20/external/clang/lib/Index/ |
H A D | CommentToXML.cpp | 1135 CommentASTToHTMLConverter Converter(FC, HTML, in convertCommentToHTML() local 1143 CommentASTToHTMLConverter Converter(nullptr, Text, in convertHTMLTagNodeToText() local 1157 CommentASTToXMLConverter Converter(FC, XML, Context.getCommentCommandTraits(), in convertCommentToXML() local
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/util/introspection/ |
H A D | ConversionHandlerTestCase.java | 137 …ter(TypeUtils.parameterize(List.class, Integer.class), String.class, new Converter<List<Integer>>() in testCustomConverter() method 145 …erter(TypeUtils.parameterize(List.class, String.class), String.class, new Converter<List<String>>() in testCustomConverter() method
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | Internal.java | 402 public interface Converter<F, T> { interface in Internal.ListAdapter 428 public interface Converter<A, B> { interface in Internal.MapAdapter
|
/aosp_15_r20/external/doclava/src/com/google/doclava/ |
H A D | Converter.java | 48 public class Converter { class 311 private Converter() {} in Converter() method in Converter
|
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | Internal.java | 402 public interface Converter<F, T> { interface in Internal.ListAdapter 428 public interface Converter<A, B> { interface in Internal.MapAdapter
|
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/rpc/ |
H A D | Converter.java | 23 public interface Converter<T> { interface
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/ |
H A D | Converter.java | 31 public interface Converter<T> interface
|
/aosp_15_r20/external/junit-params/src/main/java/junitparams/converters/ |
H A D | Converter.java | 13 public interface Converter<A extends Annotation, T> { interface
|