/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/ |
D | head.rs | 6 pub struct Head { struct 28 // ===== impl Head ===== argument 30 impl Head { implementation 31 pub fn new(kind: Kind, flag: u8, stream_id: StreamId) -> Head { in new() 40 pub fn parse(header: &[u8]) -> Head { in parse()
|
D | headers.rs | 151 pub fn load(head: Head, mut src: BytesMut) -> Result<(Self, BytesMut), Error> { in load() 286 fn head(&self) -> Head { in head() 410 pub fn load(head: Head, mut src: BytesMut) -> Result<(Self, BytesMut), Error> { in load() 509 fn head(&self) -> Head { in head() 539 fn head(&self) -> Head { in head() 639 fn encode<F>(mut self, head: &Head, dst: &mut EncodeBuf<'_>, f: F) -> Option<Continuation> in encode()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/ |
D | variadic_templates_tools.hpp | 111 static type get(tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get() 112 static const_type get(const tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get() 121 static type get(tuple<Head, Values...>& t) { return t.head(); } in get() 122 static const_type get(const tuple<Head, Values...>& t){ return t.head(); } in get()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/ |
H A D | generated_head.rs | 418 impl TopLevelTable for Head<'_> { implementation 423 impl<'a> FontRead<'a> for Head<'a> { implementation 449 pub type Head<'a> = TableRef<'a, HeadMarker>; typedef 451 impl<'a> Head<'a> { impl 565 impl<'a> SomeTable<'a> for Head<'a> { implementation 603 impl<'a> std::fmt::Debug for Head<'a> { implementation
|
/aosp_15_r20/external/mdnsresponder/mDNSShared/ |
H A D | GenLinkedList.h | 27 void *Head, member 47 void *Head, member 69 size_t Head, member
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | ImmutableList.h | 28 T Head; variable 32 : Head(head), Tail(tail) {} in Head() function 166 ImmutableList<T> concat(const T& Head, ImmutableList<T> Tail) { in concat()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | ImmutableList.h | 31 T Head; variable 36 : Head(std::forward<ElemT>(head)), Tail(tail) {} in Head() function 177 [[nodiscard]] ImmutableList<T> concat(ElemT &&Head, ImmutableList<T> Tail) { in concat()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | ImmutableList.h | 31 T Head; variable 36 : Head(std::forward<ElemT>(head)), Tail(tail) {} in Head() function 177 [[nodiscard]] ImmutableList<T> concat(ElemT &&Head, ImmutableList<T> Tail) { in concat()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | ImmutableList.h | 31 T Head; variable 36 : Head(std::forward<ElemT>(head)), Tail(tail) {} in Head() function 177 [[nodiscard]] ImmutableList<T> concat(ElemT &&Head, ImmutableList<T> Tail) { in concat()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | ImmutableList.h | 31 T Head; variable 36 : Head(std::forward<ElemT>(head)), Tail(tail) {} in Head() function 177 [[nodiscard]] ImmutableList<T> concat(ElemT &&Head, ImmutableList<T> Tail) { in concat()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | ImmutableList.h | 30 T Head; variable 35 : Head(std::forward<ElemT>(head)), Tail(tail) {} in Head() function 176 LLVM_NODISCARD ImmutableList<T> concat(ElemT &&Head, ImmutableList<T> Tail) { in concat()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | ImmutableList.h | 31 T Head; variable 36 : Head(std::forward<ElemT>(head)), Tail(tail) {} in Head() function 177 [[nodiscard]] ImmutableList<T> concat(ElemT &&Head, ImmutableList<T> Tail) { in concat()
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | example-tuple.cpp | 185 static RJ get(tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get() 186 static PJ get(const tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get() 194 static RJ get(tuple<Head, Values...>& t) { return t.head(); } in get() 195 static PJ get(const tuple<Head, Values...>& t) { return t.head(); } in get()
|
H A D | example-bind.cpp | 142 static RJ get(tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get() 143 static PJ get(const tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get() 151 static RJ get(tuple<Head, Values...>& t) { return t.head(); } in get() 152 static PJ get(const tuple<Head, Values...>& t) { return t.head(); } in get()
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | debug-info-use-after-free.cpp | 8 typedef T1 Head; typedef 21 typedef TemplateSel < T1 > Head; typedef 49 typedef typename Tests::Head Head; in Register() typedef
|
/aosp_15_r20/external/pigweed/pw_log/rust/pw_log_backend_printf/ |
H A D | lib.rs | 117 fn push_arg<Head: VarArgs>(head: Head, arg: &&str) -> Self::PushArg<Head> { in push_arg()
|
H A D | varargs.rs | 148 fn push_arg<Head: VarArgs>(head: Head, arg: &T) -> Self::PushArg<Head>; in push_arg()
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/samples/ |
H A D | sample3-inl.h | 103 QueueNode<E>* Head() { return head_; } in Head() function 104 const QueueNode<E>* Head() const { return head_; } in Head() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/samples/ |
D | sample3-inl.h | 104 QueueNode<E>* Head() { return head_; } in Head() function 105 const QueueNode<E>* Head() const { return head_; } in Head() function
|
/aosp_15_r20/external/googletest/googletest/samples/ |
H A D | sample3-inl.h | 103 QueueNode<E>* Head() { return head_; } in Head() function 104 const QueueNode<E>* Head() const { return head_; } in Head() function
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/samples/ |
D | sample3-inl.h | 104 QueueNode<E>* Head() { return head_; } in Head() function 105 const QueueNode<E>* Head() const { return head_; } in Head() function
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/samples/ |
H A D | sample3-inl.h | 103 QueueNode<E>* Head() { return head_; } in Head() function 104 const QueueNode<E>* Head() const { return head_; } in Head() function
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | MachineRegisterInfo.cpp | 203 MachineOperand *const Head = HeadRef; in addRegOperandToUseList() local 242 MachineOperand *const Head = HeadRef; in removeRegOperandFromUseList() local 287 MachineOperand *&Head = getRegUseDefListHead(Src->getReg()); in moveOperands() local
|
/aosp_15_r20/external/volley/testing/src/main/java/com/android/volley/mock/ |
H A D | TestRequest.java | 136 public static class Head extends Base { class in TestRequest 137 public Head() { in Head() method in TestRequest.Head
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/ |
H A D | MicrosoftDemangle.cpp | 1546 static NodeArrayNode *nodeListToNodeArray(ArenaAllocator &Arena, NodeList *Head, in nodeListToNodeArray() 1561 NodeList *Head = Arena.alloc<NodeList>(); in demangleNameScopeChain() local 2076 NodeList *Head = Arena.alloc<NodeList>(); in demangleArrayType() local 2114 NodeList *Head = Arena.alloc<NodeList>(); in demangleFunctionParameterList() local 2175 NodeList *Head = nullptr; in demangleTemplateParameterList() local
|