Home
last modified time | relevance | path

Searched defs:First (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/libs/concept_check/test/
Dconcept_check_test.cpp63 typedef equal_op_first_archetype<> First; in main() typedef
68 typedef not_equal_op_first_archetype<> First; in main() typedef
73 typedef less_than_op_first_archetype<> First; in main() typedef
78 typedef less_equal_op_first_archetype<> First; in main() typedef
83 typedef greater_than_op_first_archetype<> First; in main() typedef
88 typedef greater_equal_op_first_archetype<> First; in main() typedef
95 typedef plus_op_first_archetype<Return> First; in main() typedef
/third_party/boost/boost/fusion/support/
Dpair.hpp125 operator<<(std::ostream& os, pair<First, Second> const& p) in operator <<()
133 operator>>(std::istream& is, pair<First, Second>& p) in operator >>()
142 operator==(pair<First, SecondL> const& l, pair<First, SecondR> const& r) in operator ==()
150 operator!=(pair<First, SecondL> const& l, pair<First, SecondR> const& r) in operator !=()
158 operator<(pair<First, SecondL> const& l, pair<First, SecondR> const& r) in operator <()
/third_party/grpc/examples/python/auth/
DREADME.md16 ### Channel credentials
21 ### Call credentials
/third_party/boost/boost/hana/
Dfirst.hpp25 using First = BOOST_HANA_DISPATCH_IF(first_impl<P>, in operator ()() typedef
/third_party/boost/libs/hana/test/core/
Dwhen.cpp18 struct First { struct first_type; }; struct
/third_party/boost/boost/geometry/index/detail/rtree/node/
Dnode_elements.hpp65 element_indexable(rtree::ptr_pair<First, Pointer> const& el, Translator const& /*tr*/) in element_indexable()
/third_party/boost/boost/process/detail/
Dasync_handler.hpp107 boost::asio::io_context &get_io_context_var(First&, Args&...args) in get_io_context_var() argument
/third_party/boost/boost/algorithm/string/detail/
Dutil.hpp71 InputIteratorT First, in bounded_copy()
/third_party/boost/boost/bimap/relation/
Dstructured_pair.hpp324 structured_pair(const std::pair<First,Second> & p) : in structured_pair()
329 structured_pair& operator=(const std::pair<First,Second> & p) in operator =()
/third_party/boost/boost/dll/detail/demangling/
Dmsvc.hpp182 auto arg_list(const mangled_storage_impl & ms, Return (*)(First, Second, Args...)) in arg_list()
Ditanium.hpp214 std::string arg_list(const mangled_storage_impl & ms, Return (*)(First, Second, Args...)) in arg_list()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h912 const TiXmlAttribute* First() const { return ( sentinel.next == &sentinel ) ? 0 : sentinel.next; } in First() function
913 TiXmlAttribute* First() { return ( sentinel.next == &sentinel ) ? 0 : sentinel.next; } in First() function
/third_party/python/Lib/ctypes/test/
Dtest_structures.py792 class First(Structure): class
/third_party/mingw-w64/mingw-w64-headers/include/gdiplus/
Dgdiplustypes.h418 INT First; member
/third_party/flutter/skia/src/core/
DSkTextBlob.cpp61 const SkTextBlob::RunRecord* SkTextBlob::RunRecord::First(const SkTextBlob* blob) { in First() function in SkTextBlob::RunRecord
/third_party/abseil-cpp/absl/types/
Dspan_test.cc298 TEST(IntSpan, First) { in TEST() argument
/third_party/mingw-w64/mingw-w64-headers/include/
Dmapival.h58 #define ValidateParameters(eMethod,First) { HRESULT _hr_; _hr_ = __CPPValidateParameters(eMethod,(L… argument
59 #define UlValidateParameters(eMethod,First) { HRESULT _hr_; _hr_ = __CPPValidateParameters(eMethod,… argument
60 #define CheckParameters(eMethod,First) AssertSz(HR_SUCCEEDED(__CPPValidateParameters(eMethod,&First… argument