Home
last modified time | relevance | path

Searched defs:Head (Results 1 – 25 of 46) sorted by relevance

12

/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-type-util.h128 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/
Dvariadic_templates_tools.hpp111 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/
DImmutableList.h30 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()
DBreadthFirstIterator.h78 Optional<QueueElement> Head = VisitQueue.front(); in toNext() local
/third_party/googletest/googletest/samples/
Dsample3-inl.h104 QueueNode<E>* Head() { return head_; } in Head() function
105 const QueueNode<E>* Head() const { return head_; } in Head() function
/third_party/skia/tools/
DRegistry.h39 static const Registry* Head() { return gHead; } in Head() function
/third_party/flutter/skia/tools/
DRegistry.h39 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/
DScoreboardHazardRecognizer.h48 size_t Head = 0; variable
DMachineTraceMetrics.h165 unsigned Head; member
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-type-util.h127 using Head = TemplateSel<Head_>; member
/third_party/typescript/tests/cases/compiler/
DramdaToolsNoInfinite.ts6 type Head<T extends any[]> = alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DRegistry.h56 static node *Head, *Tail; variable
DAutomaton.h98 PathSegment *Head = Heads[I]; in transition() local
/third_party/boost/boost/xpressive/detail/core/matcher/
Dalternate_matcher.hpp73 alternates_list<Head, Tail> const &alts, match_state<BidiIter> &state, Next const & in alt_match()
/third_party/boost/boost/geometry/index/
Dpredicates.hpp418 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/
DMachineRegisterInfo.cpp268 MachineOperand *const Head = HeadRef; in addRegOperandToUseList() local
307 MachineOperand *const Head = HeadRef; in removeRegOperandFromUseList() local
352 MachineOperand *&Head = getRegUseDefListHead(Src->getReg()); in moveOperands() local
DShadowStackGCLowering.cpp54 GlobalVariable *Head = nullptr; member in __anon57b5598b0111::ShadowStackGCLowering
/third_party/boost/boost/variant/detail/
Dmultivisitors_cpp11_based.hpp88 std::tuple<Tail...> tuple_tail(const std::tuple<Head, Tail...>& tpl) in tuple_tail()
/third_party/flatbuffers/lua/flatbuffers/
Dbuilder.lua189 function mt:Head() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPrettyStackTrace.cpp63 PrettyStackTraceEntry *ReverseStackTrace(PrettyStackTraceEntry *Head) { in ReverseStackTrace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangle.h53 delete Head; in ~ArenaAllocator() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp1557 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/
Dhash_forgetful_chain_inc.h71 static uint16_t* FN(Head)(void* extra) { in FN() argument
/third_party/skia/third_party/externals/brotli/c/enc/
Dhash_forgetful_chain_inc.h71 static uint16_t* FN(Head)(void* extra) { in FN() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_info.cc257 CordzInfo* CordzInfo::Head(const CordzSnapshot& snapshot) { in Head() function in absl::cord_internal::CordzInfo

12