Home
last modified time | relevance | path

Searched defs:IsSupportedType (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/pointers/
H A Draw_ptr.h157 struct IsSupportedType { struct
164 struct IsSupportedType<T, std::enable_if_t<std::is_function_v<T>>> { argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Delementwise.cc78 typedef bool (*IsSupportedType)(TfLiteType); typedef
/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dform_filler.cc55 bool IsSupportedType(int type) { in IsSupportedType() function
/aosp_15_r20/external/flatbuffers/net/FlatBuffers/
H A DByteBuffer.cs212 public static bool IsSupportedType<T>() in IsSupportedType() method in FlatBuffers.ByteBuffer