/third_party/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-type-util.h | 128 typedef T1 Head; typedef 133 typedef T1 Head; typedef 139 typedef T1 Head; typedef 145 typedef T1 Head; typedef 151 typedef T1 Head; typedef 158 typedef T1 Head; typedef 165 typedef T1 Head; typedef 172 typedef T1 Head; typedef 179 typedef T1 Head; typedef 186 typedef T1 Head; typedef [all …]
|
/third_party/boost/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
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()
|
D | BreadthFirstIterator.h | 78 Optional<QueueElement> Head = VisitQueue.front(); in toNext() local
|
/third_party/googletest/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
|
/third_party/skia/tools/ |
D | Registry.h | 39 static const Registry* Head() { return gHead; } in Head() function
|
/third_party/flutter/skia/tools/ |
D | Registry.h | 39 static const Registry* Head() { return gHead; } in Head() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ScoreboardHazardRecognizer.h | 48 size_t Head = 0; variable
|
D | MachineTraceMetrics.h | 165 unsigned Head; member
|
/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-type-util.h | 127 using Head = TemplateSel<Head_>; member
|
/third_party/typescript/tests/cases/compiler/ |
D | ramdaToolsNoInfinite.ts | 6 type Head<T extends any[]> = alias
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Registry.h | 56 static node *Head, *Tail; variable
|
D | Automaton.h | 98 PathSegment *Head = Heads[I]; in transition() local
|
/third_party/boost/boost/xpressive/detail/core/matcher/ |
D | alternate_matcher.hpp | 73 alternates_list<Head, Tail> const &alts, match_state<BidiIter> &state, Next const & in alt_match()
|
/third_party/boost/boost/geometry/index/ |
D | predicates.hpp | 418 operator&&(boost::tuples::cons<Head, Tail> const& t, Pred const& p) in operator &&()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineRegisterInfo.cpp | 268 MachineOperand *const Head = HeadRef; in addRegOperandToUseList() local 307 MachineOperand *const Head = HeadRef; in removeRegOperandFromUseList() local 352 MachineOperand *&Head = getRegUseDefListHead(Src->getReg()); in moveOperands() local
|
D | ShadowStackGCLowering.cpp | 54 GlobalVariable *Head = nullptr; member in __anon57b5598b0111::ShadowStackGCLowering
|
/third_party/boost/boost/variant/detail/ |
D | multivisitors_cpp11_based.hpp | 88 std::tuple<Tail...> tuple_tail(const std::tuple<Head, Tail...>& tpl) in tuple_tail()
|
/third_party/flatbuffers/lua/flatbuffers/ |
D | builder.lua | 189 function mt:Head() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | PrettyStackTrace.cpp | 63 PrettyStackTraceEntry *ReverseStackTrace(PrettyStackTraceEntry *Head) { in ReverseStackTrace()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | MicrosoftDemangle.h | 53 delete Head; in ~ArenaAllocator() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
D | MicrosoftDemangle.cpp | 1557 static NodeArrayNode *nodeListToNodeArray(ArenaAllocator &Arena, NodeList *Head, in nodeListToNodeArray() 1572 NodeList *Head = Arena.alloc<NodeList>(); in demangleNameScopeChain() local 2083 NodeList *Head = Arena.alloc<NodeList>(); in demangleArrayType() local 2121 NodeList *Head = Arena.alloc<NodeList>(); in demangleFunctionParameterList() local 2182 NodeList *Head = nullptr; in demangleTemplateParameterList() local
|
/third_party/node/deps/brotli/c/enc/ |
D | hash_forgetful_chain_inc.h | 71 static uint16_t* FN(Head)(void* extra) { in FN() argument
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | hash_forgetful_chain_inc.h | 71 static uint16_t* FN(Head)(void* extra) { in FN() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cordz_info.cc | 257 CordzInfo* CordzInfo::Head(const CordzSnapshot& snapshot) { in Head() function in absl::cord_internal::CordzInfo
|