Home
last modified time | relevance | path

Searched defs:ElementType (Results 1 – 25 of 137) sorted by relevance

123456

/external/pdfium/third_party/abseil-cpp/absl/types/internal/
Dspan.h72 struct ElementType { struct
77 struct ElementType<T (&)[N]> { argument
/external/cronet/tot/third_party/abseil-cpp/absl/types/internal/
Dspan.h73 struct ElementType { struct
78 struct ElementType<T (&)[N]> { argument
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/internal/
Dspan.h72 struct ElementType { struct
77 struct ElementType<T (&)[N]> { argument
/external/abseil-cpp/absl/types/internal/
Dspan.h72 struct ElementType { struct
77 struct ElementType<T (&)[N]> { argument
/external/angle/third_party/abseil-cpp/absl/types/internal/
Dspan.h73 struct ElementType { struct
78 struct ElementType<T (&)[N]> { argument
/external/cronet/stable/third_party/abseil-cpp/absl/types/internal/
Dspan.h73 struct ElementType { struct
78 struct ElementType<T (&)[N]> { argument
/external/openscreen/third_party/abseil/src/absl/types/internal/
Dspan.h72 struct ElementType { struct
77 struct ElementType<T (&)[N]> { argument
/external/cronet/tot/testing/unexpected_passes_common/
Dresult_output.py174 ElementType = Union[Dict[str, Any], List[str], str] variable
343 def RecursivePrintToFile(element: ElementType, depth: int,
367 def _RecursiveHtmlToFile(element: ElementType, file_handle: IO) -> None:
/external/cronet/stable/testing/unexpected_passes_common/
Dresult_output.py174 ElementType = Union[Dict[str, Any], List[str], str] variable
343 def RecursivePrintToFile(element: ElementType, depth: int,
367 def _RecursiveHtmlToFile(element: ElementType, file_handle: IO) -> None:
/external/cronet/tot/base/containers/
Dspan.h351 span<ElementType, Extent, InternalPtrType> s) noexcept { in as_byte_span()
1290 constexpr auto as_bytes(span<ElementType, Extent, InternalPtrType> s) { in as_bytes()
1295 constexpr auto as_writable_bytes(span<ElementType, Extent, InternalPtrType> s) { in as_writable_bytes()
1305 constexpr auto as_chars(span<ElementType, Extent, InternalPtrType> s) { in as_chars()
1310 constexpr auto as_writable_chars(span<ElementType, Extent, InternalPtrType> s) { in as_writable_chars()
1397 constexpr void PrintTo(span<ElementType, Extent, InternalPtrType> s, in PrintTo()
/external/cronet/stable/base/containers/
Dspan.h351 span<ElementType, Extent, InternalPtrType> s) noexcept { in as_byte_span()
1290 constexpr auto as_bytes(span<ElementType, Extent, InternalPtrType> s) { in as_bytes()
1295 constexpr auto as_writable_bytes(span<ElementType, Extent, InternalPtrType> s) { in as_writable_bytes()
1305 constexpr auto as_chars(span<ElementType, Extent, InternalPtrType> s) { in as_chars()
1310 constexpr auto as_writable_chars(span<ElementType, Extent, InternalPtrType> s) { in as_writable_chars()
1397 constexpr void PrintTo(span<ElementType, Extent, InternalPtrType> s, in PrintTo()
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DElementType.java23 public class ElementType { class
50 public ElementType(String name, int model, int memberOf, int flags, Schema schema) { in ElementType() method in ElementType
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dbase_ops_test.h245 using ElementType = typename T::value_type; in DefaultInput() local
261 using ElementType = typename T::value_type; in ComplexInputFromValues() local
298 using ElementType = typename T::value_type; in NearZeroInfAndNanInput() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DDerivedTypes.h427 static VectorType *get(Type *ElementType, unsigned NumElements, in get()
433 static VectorType *get(Type *ElementType, const VectorType *Other) { in get()
533 static FixedVectorType *get(Type *ElementType, const FixedVectorType *FVTy) { in get()
580 static ScalableVectorType *get(Type *ElementType, in get()
651 static PointerType *getUnqual(Type *ElementType) { in getUnqual()
/external/rust/android-crates-io/crates/arbitrary/src/
Dunstructured.rs645 ) -> Result<ArbitraryIter<'a, 'b, ElementType>> { in arbitrary_iter() argument
659 ) -> Result<ArbitraryTakeRestIter<'a, ElementType>> { in arbitrary_take_rest_iter() argument
757 fn next(&mut self) -> Option<Result<ElementType>> { in next()
775 fn next(&mut self) -> Option<Result<ElementType>> { in next()
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamparser.h28 enum ElementType { kEndOfData, kNumber, kKeyword, kName, kOther }; enum
/external/cronet/tot/third_party/jni_zero/
Ddefault_conversions.h74 using ElementType = std::remove_const_t<typename ContainerType::value_type>; in FromJniArray() local
110 using ElementType = std::remove_const_t<typename ContainerType::value_type>; in ToJniArray() local
/external/cronet/stable/third_party/jni_zero/
Ddefault_conversions.h74 using ElementType = std::remove_const_t<typename ContainerType::value_type>; in FromJniArray() local
110 using ElementType = std::remove_const_t<typename ContainerType::value_type>; in ToJniArray() local
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DICoverageNode.java24 enum ElementType { enum
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DEbmlProcessor.java48 @interface ElementType {} annotation
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DEbmlProcessor.java44 @interface ElementType {} annotation
/external/llvm/tools/llvm-pdbdump/
DVariableDumper.cpp134 std::unique_ptr<PDBSymbol> ElementType = ArrayType->getElementType(); in dumpSymbolTypeAndName() local
/external/pytorch/torch/csrc/jit/tensorexpr/
Dtypes.h21 enum ElementType { enum
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DType.cpp640 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get()
670 VectorType *VectorType::get(Type *ElementType, ElementCount EC) { in get()
686 FixedVectorType *FixedVectorType::get(Type *ElementType, unsigned NumElts) { in get()
707 ScalableVectorType *ScalableVectorType::get(Type *ElementType, in get()
/external/ot-br-posix/src/dbus/common/
Ddbus_message_helper.hpp655 template <size_t I, typename... FieldTypes> struct ElementType struct
657 using ValueType = typename std::tuple_element<I, std::tuple<FieldTypes...>>::type;
658 using NonconstValueType = typename std::remove_cv<ValueType>::type;
659 using RawValueType = typename std::remove_reference<NonconstValueType>::type;

123456