Home
last modified time | relevance | path

Searched defs:Representation (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dnotes.markdown80 ### Values
91 ### Nodes
273 ### Indirect addressing
/external/rust/crates/quiche/src/h3/qpack/
Ddecoder.rs38 enum Representation { enum
46 impl Representation { impl
47 pub fn from_byte(b: u8) -> Representation { in from_byte()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/
Dqpack_encoder.h108 using Representation = QpackInstructionWithValues; variable
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DRepresentation.java33 public abstract class Representation { class
131 private Representation( in Representation() method in Representation
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DRepresentation.java33 public abstract class Representation { class
131 private Representation( in Representation() method in Representation
/external/clang/include/clang/Serialization/
DContinuousRangeMap.h45 typedef SmallVector<value_type, InitialCapacity> Representation; typedef
/external/clang/include/clang/AST/
DNestedNameSpecifier.h342 NestedNameSpecifier *Representation; variable
/external/zstd/doc/
Dzstd_compression_format.md1220 #### Representation subsubsection
/external/clang/test/CXX/temp/temp.decls/temp.friend/
Dp1.cpp32 class Representation {}; class
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h79 PointerToMemberRepresentation Representation) in MemberPointerInfo()
96 ulittle16_t Representation; // PointerToMemberRepresentation member
100 PointerToMemberRepresentation Representation; variable
/external/cronet/net/third_party/quiche/src/quiche/spdy/core/hpack/
Dhpack_encoder_test.cc38 typedef HpackEncoder::Representation Representation; typedef in spdy::test::HpackEncoderPeer
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h111 PointerToMemberRepresentation Representation) in MemberPointerInfo()
120 PointerToMemberRepresentation Representation; variable
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h36 OptionalFlag(const char *Representation) in OptionalFlag()