Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 2869) sorted by relevance

12345678910>>...115

/third_party/boost/boost/outcome/policy/
Dbase.hpp47 struct base struct
50 …nstexpr void _make_ub(Impl &&self) noexcept { return detail::make_ub(static_cast<Impl &&>(self)); } in _make_ub()
51 …static constexpr bool _has_value(Impl &&self) noexcept { return self._state._status.have_value(); } in _has_value()
52 …static constexpr bool _has_error(Impl &&self) noexcept { return self._state._status.have_error(); } in _has_error()
53 …onstexpr bool _has_exception(Impl &&self) noexcept { return self._state._status.have_exception(); } in _has_exception()
54 …ool _has_error_is_errno(Impl &&self) noexcept { return self._state._status.have_error_is_errno(); } in _has_error_is_errno()
56 …stexpr void _set_has_value(Impl &&self, bool v) noexcept { self._state._status.set_have_value(v); } in _set_has_value()
57 …stexpr void _set_has_error(Impl &&self, bool v) noexcept { self._state._status.set_have_error(v); } in _set_has_error()
58 …oid _set_has_exception(Impl &&self, bool v) noexcept { self._state._status.set_have_exception(v); } in _set_has_exception()
59 …as_error_is_errno(Impl &&self, bool v) noexcept { self._state._status.set_have_error_is_errno(v); } in _set_has_error_is_errno()
[all …]
/third_party/boost/libs/multi_index/test/
Dtest_key.cpp36 struct base struct
38 int x;
39 const int cx;
40 int f(){return x;}; in f()
41 int cf()const{return x;}; in cf()
42 int vf()volatile{return x;}; in vf()
43 int cvf()const volatile{return x;}; in cvf()
44 int rf()&{return x;}; in rf()
45 int crf()const&{return x;}; in crf()
46 int vrf()volatile&{return x;}; in vrf()
[all …]
/third_party/boost/libs/conversion/test/
Dpolymorphic_cast_test.cpp71 Base * base = new Derived; in test_polymorphic_cast() local
114 Base * base = new Derived; in test_polymorphic_pointer_cast() local
196 Base * base = new Derived; in test_polymorphic_pointer_downcast_builtin() local
214 boost::shared_ptr<Base> base (new Derived); in test_polymorphic_pointer_downcast_boost_shared() local
228 boost::intrusive_ptr<Base> base (new Derived); in test_polymorphic_pointer_downcast_intrusive() local
244 std::shared_ptr<Base> base (new Derived); in test_polymorphic_pointer_downcast_std_shared() local
260 Base * base = new Base; in test_polymorphic_cast_fail() local
269 Base * base = new Base; in test_polymorphic_pointer_cast_fail() local
314 Base * base = new Base; in test_polymorphic_pointer_downcast_builtin_fail() local
329 boost::shared_ptr<Base> base (new Base); in test_polymorphic_pointer_downcast_boost_shared_fail() local
[all …]
/third_party/boost/libs/hof/test/
Dvirtual_base.cpp14 struct base { struct
15 base(int) {} in base() function
16 base(const base&) {} in base() function
/third_party/musl/porting/liteos_a/kernel/src/stdlib/
Dstrtol.c8 static unsigned long long strtox(const char *s, char **p, int base, unsigned long long lim) in strtox()
21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull()
26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll()
31 unsigned long strtoul(const char *restrict s, char **restrict p, int base) in strtoul()
36 long strtol(const char *restrict s, char **restrict p, int base) in strtol()
41 intmax_t strtoimax(const char *restrict s, char **restrict p, int base) in strtoimax()
46 uintmax_t strtoumax(const char *restrict s, char **restrict p, int base) in strtoumax()
/third_party/musl/src/stdlib/
Dstrtol.c8 static unsigned long long strtox(const char *s, char **p, int base, unsigned long long lim) in strtox()
21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull()
26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll()
31 unsigned long strtoul(const char *restrict s, char **restrict p, int base) in strtoul()
36 long strtol(const char *restrict s, char **restrict p, int base) in strtol()
41 intmax_t strtoimax(const char *restrict s, char **restrict p, int base) in strtoimax()
46 uintmax_t strtoumax(const char *restrict s, char **restrict p, int base) in strtoumax()
Dwcstol.c32 static unsigned long long wcstox(const wchar_t *s, wchar_t **p, int base, unsigned long long lim) in wcstox()
54 unsigned long long wcstoull(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoull()
59 long long wcstoll(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoll()
64 unsigned long wcstoul(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoul()
69 long wcstol(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstol()
74 intmax_t wcstoimax(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoimax()
79 uintmax_t wcstoumax(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoumax()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtsbase.c122 mpegts_base_can_remove_program (MpegTSBase * base, MpegTSBaseProgram * program) in mpegts_base_can_remove_program()
174 MpegTSBase *base = GST_MPEGTS_BASE (object); in mpegts_base_set_property() local
192 MpegTSBase *base = GST_MPEGTS_BASE (object); in mpegts_base_get_property() local
208 mpegts_base_reset (MpegTSBase * base) in mpegts_base_reset()
259 mpegts_base_init (MpegTSBase * base) in mpegts_base_init()
291 MpegTSBase *base = GST_MPEGTS_BASE (object); in mpegts_base_dispose() local
307 MpegTSBase *base = GST_MPEGTS_BASE (object); in mpegts_base_finalize() local
366 mpegts_pid_in_active_programs (MpegTSBase * base, guint16 pid) in mpegts_pid_in_active_programs()
429 mpegts_base_new_program (MpegTSBase * base, in mpegts_base_new_program()
455 mpegts_base_add_program (MpegTSBase * base, in mpegts_base_add_program()
[all …]
/third_party/glib/gio/tests/
Dbuffered-input-stream.c31 GInputStream *base; in test_peek() local
68 GInputStream *base; in test_peek_buffer() local
89 GInputStream *base; in test_set_buffer_size() local
125 GInputStream *base; in test_read_byte() local
165 GInputStream *base; in test_read() local
224 GInputStream *base; in test_read_async() local
306 GInputStream *base; in test_skip() local
348 GInputStream *base; in test_skip_async() local
418 GInputStream *base; in test_close() local
452 GInputStream *base; in test_seek() local
/third_party/mesa3d/src/virtio/vulkan/
Dvn_pipeline.h17 struct vn_object_base base; member
25 struct vn_object_base base; member
33 struct vn_object_base base; member
41 struct vn_object_base base; member
/third_party/boost/boost/iterator/detail/
Denable_if.hpp33 struct base struct
35 typedef T type;
48 struct base struct
52 typedef T type;
/third_party/musl/porting/uniproton/kernel/src/stdlib/
Dstrtol.c8 static unsigned long long strtox(const char *s, char **p, int base, unsigned long long lim) in strtox()
21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull()
26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll()
31 unsigned long strtoul(const char *restrict s, char **restrict p, int base) in strtoul()
36 long strtol(const char *restrict s, char **restrict p, int base) in strtol()
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
Dstrtol.c8 static unsigned long long strtox(const char *s, char **p, int base, unsigned long long lim) in strtox()
21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull()
26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll()
31 unsigned long strtoul(const char *restrict s, char **restrict p, int base) in strtoul()
36 long strtol(const char *restrict s, char **restrict p, int base) in strtol()
/third_party/boost/boost/contract/
Dbase_types.hpp88 #define BOOST_CONTRACT_BASE_TYPES_REMOVE_VIRTUAL_(base) \ argument
97 #define BOOST_CONTRACT_BASE_TYPES_PUSH_BACK_IF_(is_public, types_nilseq, base) \ argument
108 base) \ argument
113 base) \ argument
122 #define BOOST_CONTRACT_BASE_TYPES_ACCESS_(is_public, types_nilseq, base) \ argument
133 #define BOOST_CONTRACT_BASE_TYPES_(s, public_types, base) \ argument
164 #define BOOST_CONTRACT_BASE_TYPES_IS_ACCESS_(base) \ argument
/third_party/nghttp2/src/
Dhttp2_test.cc719 auto base = StringRef::from_lit("/"); in test_http2_parse_link_header() local
724 auto base = StringRef::from_lit("/"); in test_http2_parse_link_header() local
731 auto base = StringRef::from_lit("/"); in test_http2_parse_link_header() local
738 auto base = StringRef::from_lit("/"); in test_http2_parse_link_header() local
745 auto base = StringRef::from_lit("/"); in test_http2_parse_link_header() local
753 auto base = StringRef::from_lit("/alpha"); in test_http2_parse_link_header() local
760 auto base = StringRef::from_lit("/"); in test_http2_parse_link_header() local
767 auto base = StringRef::from_lit("/alpha/bravo/"); in test_http2_parse_link_header() local
774 auto base = StringRef::from_lit("/alpha/bravo"); in test_http2_parse_link_header() local
781 auto base = StringRef::from_lit("/alpha/bravo/"); in test_http2_parse_link_header() local
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp64 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetCompilerFromHandle() local
85 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetTranslatorHLSLFromHandle() local
353 TShHandleBase *base = static_cast<TShHandleBase *>(ConstructCompiler(type, spec, output)); in ConstructCompiler() local
380 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in Destruct() local
557 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetUniformBlocks() local
567 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetShaderStorageBlocks() local
578 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetComputeShaderLocalGroupSize() local
588 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetVertexShaderNumViews() local
741 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in HasValidGeometryShaderInputPrimitiveType() local
752 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in HasValidGeometryShaderOutputPrimitiveType() local
[all …]
/third_party/boost/libs/locale/src/std/
Dconverter.cpp38 std_converter(std::locale const &base,size_t refs = 0) : in std_converter()
73 utf8_converter(std::locale const &base,size_t refs = 0) : in utf8_converter()
114 … std::locale base(std::locale::classic(),new std::ctype_byname<wchar_t>(locale_name.c_str())); in create_convert() local
117 … std::locale base(std::locale::classic(),new std::ctype_byname<char>(locale_name.c_str())); in create_convert() local
122 … std::locale base(std::locale::classic(),new std::ctype_byname<wchar_t>(locale_name.c_str())); in create_convert() local
128 … std::locale base(std::locale::classic(),new std::ctype_byname<char16_t>(locale_name.c_str())); in create_convert() local
135 … std::locale base(std::locale::classic(),new std::ctype_byname<char32_t>(locale_name.c_str())); in create_convert() local
/third_party/cef/libcef_dll/ctocpp/
Dctocpp_ref_counted.h66 cef_base_ref_counted_t* base = in UnderlyingAddRef() local
74 cef_base_ref_counted_t* base = in UnderlyingRelease() local
83 cef_base_ref_counted_t* base = in UnderlyingHasOneRef() local
92 cef_base_ref_counted_t* base = in UnderlyingHasAtLeastOneRef() local
/third_party/boost/boost/numeric/ublas/detail/
Draw.hpp666 typename MV::array_type::const_pointer base( const MV &mv ) { in base() function
676 typename MV::array_type::pointer base( MV &mv ) { in base() function
682 typename V::array_type::const_pointer base( const vector_reference<V> &v ) { in base() function
692 typename V::array_type::pointer base( vector_reference<V> &v ) { in base() function
698 typename c_vector<T, N>::array_type::const_pointer base( const c_vector<T, N> &v ) { in base() function
708 typename c_vector<T, N>::pointer base( c_vector<T, N> &v ) { in base() function
714 typename V::array_type::const_pointer base( const vector_range<V> &v ) { in base() function
719 typename V::array_type::const_pointer base( const vector_slice<V> &v ) { in base() function
734 typename V::array_type::pointer base( vector_range<V> &v ) { in base() function
739 typename V::array_type::pointer base( vector_slice<V> &v ) { in base() function
[all …]
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvabasedec.c35 GstVaBaseDec *base = GST_VA_BASE_DEC (decoder); in gst_va_base_dec_open() local
65 GstVaBaseDec *base = GST_VA_BASE_DEC (decoder); in gst_va_base_dec_close() local
76 GstVaBaseDec *base = GST_VA_BASE_DEC (decoder); in gst_va_base_dec_stop() local
99 GstVaBaseDec *base = GST_VA_BASE_DEC (decoder); in gst_va_base_dec_getcaps() local
139 GstVaBaseDec *base = GST_VA_BASE_DEC (decoder); in gst_va_base_dec_src_query() local
199 _create_allocator (GstVaBaseDec * base, GstCaps * caps) in _create_allocator()
215 _create_other_pool (GstVaBaseDec * base, GstAllocator * allocator, in _create_other_pool()
239 _need_video_crop (GstVaBaseDec * base) in _need_video_crop()
260 GstVaBaseDec *base = GST_VA_BASE_DEC (decoder); in _decide_allocation_for_video_crop() local
453 GstVaBaseDec *base = GST_VA_BASE_DEC (decoder); in gst_va_base_dec_decide_allocation() local
[all …]
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DColorStateTests.cpp110 void DoSingleSourceTest(RGBA8 base, const TriangleSpec& triangle, const RGBA8& expected) { in DoSingleSourceTest()
138 void CheckBlendOperation(RGBA8 base, in CheckBlendOperation()
160 void CheckBlendFactor(RGBA8 base, in CheckBlendFactor()
188 void CheckSrcBlendFactor(RGBA8 base, in CheckSrcBlendFactor()
196 void CheckDstBlendFactor(RGBA8 base, in CheckDstBlendFactor()
310 RGBA8 base(32, 64, 128, 192); in TEST_P() local
318 RGBA8 base(32, 64, 128, 192); in TEST_P() local
326 RGBA8 base(32, 64, 128, 192); in TEST_P() local
334 RGBA8 base(32, 64, 128, 192); in TEST_P() local
342 RGBA8 base(32, 64, 128, 192); in TEST_P() local
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DColorStateTests.cpp114 void DoSingleSourceTest(RGBA8 base, const TriangleSpec& triangle, const RGBA8& expected) { in DoSingleSourceTest()
142 void CheckBlendOperation(RGBA8 base, in CheckBlendOperation()
167 void CheckBlendFactor(RGBA8 base, in CheckBlendFactor()
198 void CheckSrcBlendFactor(RGBA8 base, in CheckSrcBlendFactor()
206 void CheckDstBlendFactor(RGBA8 base, in CheckDstBlendFactor()
323 RGBA8 base(32, 64, 128, 192); in TEST_P() local
331 RGBA8 base(32, 64, 128, 192); in TEST_P() local
339 RGBA8 base(32, 64, 128, 192); in TEST_P() local
347 RGBA8 base(32, 64, 128, 192); in TEST_P() local
355 RGBA8 base(32, 64, 128, 192); in TEST_P() local
[all …]
/third_party/boost/boost/parameter/aux_/preprocessor/impl/
Dfunction_name.hpp75 #define BOOST_PARAMETER_FUNCTION_SPECIFICATION_NAME(base, is_const) \ argument
91 #define BOOST_PARAMETER_NO_SPEC_FUNCTION_RESULT_NAME(base, is_const) \ argument
106 #define BOOST_PARAMETER_FUNCTION_RESULT_NAME(base, is_const) \ argument
122 #define BOOST_PARAMETER_NO_SPEC_FUNCTION_IMPL_NAME(base, is_const) \ argument
141 #define BOOST_PARAMETER_FUNCTION_IMPL_NAME(base, is_const) \ argument
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DRecordsTable.java16 protected RecordsTable(ReadableFontData data, int base, boolean dataIsCanonical) { in RecordsTable()
45 private final int base; field in RecordsTable.Builder
60 protected Builder(ReadableFontData data, int base, boolean dataIsCanonical) { in Builder()
82 initFromData(internalReadData(), base); in count() local
130 protected abstract T readTable(ReadableFontData data, int base, boolean dataIsCanonical); in readTable()
132 protected abstract RecordList<R> readRecordList(ReadableFontData data, int base); in readRecordList()
142 private void initFromData(ReadableFontData data, int base) { in initFromData()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DRecordsTable.java16 protected RecordsTable(ReadableFontData data, int base, boolean dataIsCanonical) { in RecordsTable()
45 private final int base; field in RecordsTable.Builder
60 protected Builder(ReadableFontData data, int base, boolean dataIsCanonical) { in Builder()
82 initFromData(internalReadData(), base); in count() local
130 protected abstract T readTable(ReadableFontData data, int base, boolean dataIsCanonical); in readTable()
132 protected abstract RecordList<R> readRecordList(ReadableFontData data, int base); in readRecordList()
142 private void initFromData(ReadableFontData data, int base) { in initFromData()

12345678910>>...115