Home
last modified time | relevance | path

Searched refs:j_type (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/contract/test/old/
Dno_macro.hpp28 struct j_tag; typedef boost::contract::test::detail::counter<j_tag, int> j_type; typedef
31 virtual void swap(i_type& i, j_type& j, boost::contract::virtual_* v = 0);
34 void b::swap(i_type& i, j_type& j, boost::contract::virtual_* v) { in swap()
41 BOOST_CONTRACT_TEST_OLD_PTR_TYPE<j_type> old_j; in swap()
50 j_type::eval(j) : boost::contract::null_old()); in swap()
68 void swap(i_type& i, j_type& j, boost::contract::virtual_* v = 0) in swap()
158 j_type j; j.value = 2; in main()
/third_party/flatbuffers/tests/evolution_test/
Devolution_v1_generated.h285 Evolution::V1::Union j_type() const {
293 …return j_type() == Evolution::V1::Union::TableA ? static_cast<const Evolution::V1::TableA *>(j()) …
296 …return j_type() == Evolution::V1::Union::TableB ? static_cast<const Evolution::V1::TableB *>(j()) …
317 VerifyUnion(verifier, j(), j_type()) &&
372 void add_j_type(Evolution::V1::Union j_type) {
373 fbb_.AddElement<uint8_t>(Root::VT_J_TYPE, static_cast<uint8_t>(j_type), 0);
401 Evolution::V1::Union j_type = Evolution::V1::Union::NONE,
412 builder_.add_j_type(j_type);
431 Evolution::V1::Union j_type = Evolution::V1::Union::NONE,
447 j_type,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dremove_duplicates_pass.cpp120 analysis::Type* j_type = type_manager.GetType(j->result_id()); in RemoveDuplicateTypes() local
121 assert(j_type); in RemoveDuplicateTypes()
122 if (*i_type == *j_type) { in RemoveDuplicateTypes()
/third_party/spirv-tools/source/opt/
Dremove_duplicates_pass.cpp120 analysis::Type* j_type = type_manager.GetType(j->result_id()); in RemoveDuplicateTypes() local
121 assert(j_type); in RemoveDuplicateTypes()
122 if (*i_type == *j_type) { in RemoveDuplicateTypes()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dremove_duplicates_pass.cpp120 analysis::Type* j_type = type_manager.GetType(j->result_id()); in RemoveDuplicateTypes() local
121 assert(j_type); in RemoveDuplicateTypes()
122 if (*i_type == *j_type) { in RemoveDuplicateTypes()
/third_party/ffmpeg/libavcodec/
Dwmv2dec.c177 w->j_type = get_bits1(&s->gb); in ff_wmv2_decode_secondary_picture_header()
179 w->j_type = 0; // FIXME check in ff_wmv2_decode_secondary_picture_header()
181 if (!w->j_type) { in ff_wmv2_decode_secondary_picture_header()
208 s->dc_table_index, s->per_mb_rl_table, w->j_type); in ff_wmv2_decode_secondary_picture_header()
213 w->j_type = 0; in ff_wmv2_decode_secondary_picture_header()
266 if (w->j_type) { in ff_wmv2_decode_secondary_picture_header()
384 if (w->j_type) in ff_wmv2_decode_mb()
Dwmv2enc.c89 w->j_type = 0; in ff_wmv2_encode_picture_header()
96 put_bits(&s->pb, 1, w->j_type); in ff_wmv2_encode_picture_header()
Dwmv2.h42 int j_type; member
/third_party/boost/boost/spirit/home/classic/phoenix/
Dtuples.hpp298 typedef typename TupleT::j_type type;
480 typedef nil_t j_type; typedef
964 typedef I i_type; typedef J j_type; typedef
1017 typedef I i_type; typedef J j_type; typedef
1075 typedef I i_type; typedef J j_type; typedef
1131 typedef I i_type; typedef J j_type; typedef
1189 typedef I i_type; typedef J j_type; typedef
1248 typedef I i_type; typedef J j_type; typedef
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-arabic.cc85 unsigned int j_type = joining_type(u); in get_joining_type() local
86 if (likely (j_type != JOINING_TYPE_X)) in get_joining_type()
87 return j_type; in get_joining_type()
/third_party/harfbuzz/src/
Dhb-ot-shape-complex-arabic.cc88 unsigned int j_type = joining_type(u); in get_joining_type() local
89 if (likely (j_type != JOINING_TYPE_X)) in get_joining_type()
90 return j_type; in get_joining_type()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-arabic.cc88 unsigned int j_type = joining_type(u); in get_joining_type() local
89 if (likely (j_type != JOINING_TYPE_X)) in get_joining_type()
90 return j_type; in get_joining_type()