Home
last modified time | relevance | path

Searched refs:p_other (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/adaptive/plumbing/
H A DFakeESOutID.cpp73 bool FakeESOutID::isCompatible( const FakeESOutID *p_other ) const in isCompatible()
75 if( p_other->fmt.i_cat != fmt.i_cat ) in isCompatible()
78 if(fmt.i_original_fourcc != p_other->fmt.i_original_fourcc) in isCompatible()
80 if((fmt.i_extra > 0) ^ (p_other->fmt.i_extra > 0)) in isCompatible()
83 if(fmt.i_profile != p_other->fmt.i_profile || in isCompatible()
84 fmt.i_level != p_other->fmt.i_level) in isCompatible()
94 if(fmt.i_codec == p_other->fmt.i_codec && in isCompatible()
95 fmt.i_extra && p_other->fmt.i_extra && in isCompatible()
96 fmt.i_extra == p_other->fmt.i_extra) in isCompatible()
110 (fmt.i_extra != p_other->fmt.i_extra || in isCompatible()
[all …]
/dports/science/ALPSCore/ALPSCore-2.2.0/params/test/
H A Dparams_hdf5.cpp45 params p_other(args.argc(), args.argv()); in TEST_F() local
46 p_other["another_int"]=9999; in TEST_F()
58 ar["params"] >> p_other; in TEST_F()
61 EXPECT_FALSE(p_other.exists("another_int")); in TEST_F()
62 EXPECT_EQ(par_, p_other); in TEST_F()
65 EXPECT_EQ("ABC", p_other["my_string"].as<std::string>()); in TEST_F()
67 EXPECT_FALSE(p_other.is_restored()); in TEST_F()
68 EXPECT_ANY_THROW(p_other.get_archive_name()); in TEST_F()
70 EXPECT_EQ(par_.get_argv0(), p_other.get_argv0()); in TEST_F()
71 EXPECT_EQ(par_.get_ini_name_count(), p_other.get_ini_name_count()); in TEST_F()
[all …]
/dports/devel/godot/godot-3.2.3-stable/modules/gdnative/include/gdnative/
H A Dpool_arrays.h400 …ss GDAPI *godot_pool_byte_array_read_access_copy(const godot_pool_byte_array_read_access *p_other);
405 …cess GDAPI *godot_pool_int_array_read_access_copy(const godot_pool_int_array_read_access *p_other);
410 …ss GDAPI *godot_pool_real_array_read_access_copy(const godot_pool_real_array_read_access *p_other);
415 …DAPI *godot_pool_string_array_read_access_copy(const godot_pool_string_array_read_access *p_other);
420 …PI *godot_pool_vector2_array_read_access_copy(const godot_pool_vector2_array_read_access *p_other);
425 …PI *godot_pool_vector3_array_read_access_copy(const godot_pool_vector3_array_read_access *p_other);
430 … GDAPI *godot_pool_color_array_read_access_copy(const godot_pool_color_array_read_access *p_other);
439 … GDAPI *godot_pool_byte_array_write_access_copy(const godot_pool_byte_array_write_access *p_other);
444 …ss GDAPI *godot_pool_int_array_write_access_copy(const godot_pool_int_array_write_access *p_other);
449 … GDAPI *godot_pool_real_array_write_access_copy(const godot_pool_real_array_write_access *p_other);
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdnative/include/gdnative/
H A Dpool_arrays.h400 …ss GDAPI *godot_pool_byte_array_read_access_copy(const godot_pool_byte_array_read_access *p_other);
405 …cess GDAPI *godot_pool_int_array_read_access_copy(const godot_pool_int_array_read_access *p_other);
410 …ss GDAPI *godot_pool_real_array_read_access_copy(const godot_pool_real_array_read_access *p_other);
415 …DAPI *godot_pool_string_array_read_access_copy(const godot_pool_string_array_read_access *p_other);
420 …PI *godot_pool_vector2_array_read_access_copy(const godot_pool_vector2_array_read_access *p_other);
425 …PI *godot_pool_vector3_array_read_access_copy(const godot_pool_vector3_array_read_access *p_other);
430 … GDAPI *godot_pool_color_array_read_access_copy(const godot_pool_color_array_read_access *p_other);
439 … GDAPI *godot_pool_byte_array_write_access_copy(const godot_pool_byte_array_write_access *p_other);
444 …ss GDAPI *godot_pool_int_array_write_access_copy(const godot_pool_int_array_write_access *p_other);
449 … GDAPI *godot_pool_real_array_write_access_copy(const godot_pool_real_array_write_access *p_other);
[all …]
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dref_ptr.cpp36 void RefPtr::operator=(const RefPtr &p_other) { in operator =() argument
39 …Ref<Reference> *ref_other = reinterpret_cast<Ref<Reference> *>(const_cast<char *>(&p_other.data[0]… in operator =()
44 bool RefPtr::operator==(const RefPtr &p_other) const { in operator ==()
47 …Ref<Reference> *ref_other = reinterpret_cast<Ref<Reference> *>(const_cast<char *>(&p_other.data[0]… in operator ==()
52 bool RefPtr::operator!=(const RefPtr &p_other) const { in operator !=()
55 …Ref<Reference> *ref_other = reinterpret_cast<Ref<Reference> *>(const_cast<char *>(&p_other.data[0]… in operator !=()
60 RefPtr::RefPtr(const RefPtr &p_other) { in RefPtr() argument
65 …Ref<Reference> *ref_other = reinterpret_cast<Ref<Reference> *>(const_cast<char *>(&p_other.data[0]… in RefPtr()
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dref_ptr.cpp36 void RefPtr::operator=(const RefPtr &p_other) { in operator =() argument
39 …Ref<Reference> *ref_other = reinterpret_cast<Ref<Reference> *>(const_cast<char *>(&p_other.data[0]… in operator =()
44 bool RefPtr::operator==(const RefPtr &p_other) const { in operator ==()
47 …Ref<Reference> *ref_other = reinterpret_cast<Ref<Reference> *>(const_cast<char *>(&p_other.data[0]… in operator ==()
52 bool RefPtr::operator!=(const RefPtr &p_other) const { in operator !=()
55 …Ref<Reference> *ref_other = reinterpret_cast<Ref<Reference> *>(const_cast<char *>(&p_other.data[0]… in operator !=()
60 RefPtr::RefPtr(const RefPtr &p_other) { in RefPtr() argument
65 …Ref<Reference> *ref_other = reinterpret_cast<Ref<Reference> *>(const_cast<char *>(&p_other.data[0]… in RefPtr()
/dports/devel/godot/godot-3.2.3-stable/modules/gdnative/gdnative/
H A Dpool_arrays.cpp747 PoolVector<uint8_t>::Read *other = (PoolVector<uint8_t>::Read *)p_other; in godot_pool_byte_array_read_access_copy()
756 PoolVector<uint8_t>::Read *other = (PoolVector<uint8_t>::Read *)p_other; in godot_pool_byte_array_read_access_operator_assign()
798 PoolVector<String>::Read *other = (PoolVector<String>::Read *)p_other; in godot_pool_string_array_read_access_copy()
807 PoolVector<String>::Read *other = (PoolVector<String>::Read *)p_other; in godot_pool_string_array_read_access_operator_assign()
815 PoolVector<Vector2>::Read *other = (PoolVector<Vector2>::Read *)p_other; in godot_pool_vector2_array_read_access_copy()
824 PoolVector<Vector2>::Read *other = (PoolVector<Vector2>::Read *)p_other; in godot_pool_vector2_array_read_access_operator_assign()
832 PoolVector<Vector3>::Read *other = (PoolVector<Vector3>::Read *)p_other; in godot_pool_vector3_array_read_access_copy()
849 PoolVector<Color>::Read *other = (PoolVector<Color>::Read *)p_other; in godot_pool_color_array_read_access_copy()
858 PoolVector<Color>::Read *other = (PoolVector<Color>::Read *)p_other; in godot_pool_color_array_read_access_operator_assign()
972 PoolVector<Color>::Write *other = (PoolVector<Color>::Write *)p_other; in godot_pool_color_array_write_access_copy()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdnative/gdnative/
H A Dpool_arrays.cpp747 PoolVector<uint8_t>::Read *other = (PoolVector<uint8_t>::Read *)p_other; in godot_pool_byte_array_read_access_copy()
756 PoolVector<uint8_t>::Read *other = (PoolVector<uint8_t>::Read *)p_other; in godot_pool_byte_array_read_access_operator_assign()
798 PoolVector<String>::Read *other = (PoolVector<String>::Read *)p_other; in godot_pool_string_array_read_access_copy()
807 PoolVector<String>::Read *other = (PoolVector<String>::Read *)p_other; in godot_pool_string_array_read_access_operator_assign()
815 PoolVector<Vector2>::Read *other = (PoolVector<Vector2>::Read *)p_other; in godot_pool_vector2_array_read_access_copy()
824 PoolVector<Vector2>::Read *other = (PoolVector<Vector2>::Read *)p_other; in godot_pool_vector2_array_read_access_operator_assign()
832 PoolVector<Vector3>::Read *other = (PoolVector<Vector3>::Read *)p_other; in godot_pool_vector3_array_read_access_copy()
849 PoolVector<Color>::Read *other = (PoolVector<Color>::Read *)p_other; in godot_pool_color_array_read_access_copy()
858 PoolVector<Color>::Read *other = (PoolVector<Color>::Read *)p_other; in godot_pool_color_array_read_access_operator_assign()
972 PoolVector<Color>::Write *other = (PoolVector<Color>::Write *)p_other; in godot_pool_color_array_write_access_copy()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dref_ptr.cpp34 void RefPtr::operator=(const RefPtr &p_other) { in operator =() argument
37 …Ref<Reference> *ref_other = reinterpret_cast<Ref<Reference> *>(const_cast<char *>(&p_other.data[0]… in operator =()
42 bool RefPtr::operator==(const RefPtr &p_other) const { in operator ==()
45 …Ref<Reference> *ref_other = reinterpret_cast<Ref<Reference> *>(const_cast<char *>(&p_other.data[0]… in operator ==()
50 RefPtr::RefPtr(const RefPtr &p_other) { in RefPtr() argument
55 …Ref<Reference> *ref_other = reinterpret_cast<Ref<Reference> *>(const_cast<char *>(&p_other.data[0]… in RefPtr()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dref_ptr.cpp34 void RefPtr::operator=(const RefPtr &p_other) { in operator =() argument
37 …Ref<Reference> *ref_other = reinterpret_cast<Ref<Reference> *>(const_cast<char *>(&p_other.data[0]… in operator =()
42 bool RefPtr::operator==(const RefPtr &p_other) const { in operator ==()
45 …Ref<Reference> *ref_other = reinterpret_cast<Ref<Reference> *>(const_cast<char *>(&p_other.data[0]… in operator ==()
50 RefPtr::RefPtr(const RefPtr &p_other) { in RefPtr() argument
55 …Ref<Reference> *ref_other = reinterpret_cast<Ref<Reference> *>(const_cast<char *>(&p_other.data[0]… in RefPtr()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dsplit_join_fn_imps.hpp113 node_pointer p_other = other.m_p_root; in join()
114 if (p_other != 0) in join()
117 node_pointer p_next = p_other->m_p_next_sibling; in join()
118 std::swap(p_other->m_p_next_sibling, p_other->m_p_prev_or_parent); in join()
119 p_other = p_next; in join()
121 while (p_other != 0); in join()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dsplit_join_fn_imps.hpp111 node_pointer p_other = other.m_p_root; in join()
112 if (p_other != 0) in join()
115 node_pointer p_next = p_other->m_p_next_sibling; in join()
116 std::swap(p_other->m_p_next_sibling, p_other->m_p_prev_or_parent); in join()
117 p_other = p_next; in join()
119 while (p_other != 0); in join()
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dsplit_join_fn_imps.hpp111 node_pointer p_other = other.m_p_root; in join()
112 if (p_other != 0) in join()
115 node_pointer p_next = p_other->m_p_next_sibling; in join()
116 std::swap(p_other->m_p_next_sibling, p_other->m_p_prev_or_parent); in join()
117 p_other = p_next; in join()
119 while (p_other != 0); in join()
/dports/lang/gcc6-aux/bootstrap/include/c++/5.1.0/ext/pb_ds/detail/binomial_heap_base_/
H A Dsplit_join_fn_imps.hpp111 node_pointer p_other = other.m_p_root; in join()
112 if (p_other != 0) in join()
115 node_pointer p_next = p_other->m_p_next_sibling; in join()
116 std::swap(p_other->m_p_next_sibling, p_other->m_p_prev_or_parent); in join()
117 p_other = p_next; in join()
119 while (p_other != 0); in join()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dsplit_join_fn_imps.hpp113 node_pointer p_other = other.m_p_root; in join()
114 if (p_other != 0) in join()
117 node_pointer p_next = p_other->m_p_next_sibling; in join()
118 std::swap(p_other->m_p_next_sibling, p_other->m_p_prev_or_parent); in join()
119 p_other = p_next; in join()
121 while (p_other != 0); in join()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dsplit_join_fn_imps.hpp111 node_pointer p_other = other.m_p_root; in join()
112 if (p_other != 0) in join()
115 node_pointer p_next = p_other->m_p_next_sibling; in join()
116 std::swap(p_other->m_p_next_sibling, p_other->m_p_prev_or_parent); in join()
117 p_other = p_next; in join()
119 while (p_other != 0); in join()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dsplit_join_fn_imps.hpp113 node_pointer p_other = other.m_p_root; in join()
114 if (p_other != 0) in join()
117 node_pointer p_next = p_other->m_p_next_sibling; in join()
118 std::swap(p_other->m_p_next_sibling, p_other->m_p_prev_or_parent); in join()
119 p_other = p_next; in join()
121 while (p_other != 0); in join()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dsplit_join_fn_imps.hpp113 node_pointer p_other = other.m_p_root; in join()
114 if (p_other != 0) in join()
117 node_pointer p_next = p_other->m_p_next_sibling; in join()
118 std::swap(p_other->m_p_next_sibling, p_other->m_p_prev_or_parent); in join()
119 p_other = p_next; in join()
121 while (p_other != 0); in join()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dsplit_join_fn_imps.hpp111 node_pointer p_other = other.m_p_root; in join()
112 if (p_other != 0) in join()
115 node_pointer p_next = p_other->m_p_next_sibling; in join()
116 std::swap(p_other->m_p_next_sibling, p_other->m_p_prev_or_parent); in join()
117 p_other = p_next; in join()
119 while (p_other != 0); in join()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dsplit_join_fn_imps.hpp113 node_pointer p_other = other.m_p_root; in join()
114 if (p_other != 0) in join()
117 node_pointer p_next = p_other->m_p_next_sibling; in join()
118 std::swap(p_other->m_p_next_sibling, p_other->m_p_prev_or_parent); in join()
119 p_other = p_next; in join()
121 while (p_other != 0); in join()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dsplit_join_fn_imps.hpp111 node_pointer p_other = other.m_p_root; in join()
112 if (p_other != 0) in join()
115 node_pointer p_next = p_other->m_p_next_sibling; in join()
116 std::swap(p_other->m_p_next_sibling, p_other->m_p_prev_or_parent); in join()
117 p_other = p_next; in join()
119 while (p_other != 0); in join()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dsplit_join_fn_imps.hpp111 node_pointer p_other = other.m_p_root; in join()
112 if (p_other != 0) in join()
115 node_pointer p_next = p_other->m_p_next_sibling; in join()
116 std::swap(p_other->m_p_next_sibling, p_other->m_p_prev_or_parent); in join()
117 p_other = p_next; in join()
119 while (p_other != 0); in join()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dsplit_join_fn_imps.hpp111 node_pointer p_other = other.m_p_root; in join()
112 if (p_other != 0) in join()
115 node_pointer p_next = p_other->m_p_next_sibling; in join()
116 std::swap(p_other->m_p_next_sibling, p_other->m_p_prev_or_parent); in join()
117 p_other = p_next; in join()
119 while (p_other != 0); in join()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dsplit_join_fn_imps.hpp111 node_pointer p_other = other.m_p_root; in join()
112 if (p_other != 0) in join()
115 node_pointer p_next = p_other->m_p_next_sibling; in join()
116 std::swap(p_other->m_p_next_sibling, p_other->m_p_prev_or_parent); in join()
117 p_other = p_next; in join()
119 while (p_other != 0); in join()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dsplit_join_fn_imps.hpp111 node_pointer p_other = other.m_p_root; in join()
112 if (p_other != 0) in join()
115 node_pointer p_next = p_other->m_p_next_sibling; in join()
116 std::swap(p_other->m_p_next_sibling, p_other->m_p_prev_or_parent); in join()
117 p_other = p_next; in join()
119 while (p_other != 0); in join()

12345678910>>...12