/third_party/boost/libs/contract/test/old/ |
D | no_macro.hpp | 28 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/ |
D | evolution_v1_generated.h | 285 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/ |
D | remove_duplicates_pass.cpp | 120 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/ |
D | remove_duplicates_pass.cpp | 120 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/ |
D | remove_duplicates_pass.cpp | 120 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/ |
D | wmv2dec.c | 177 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()
|
D | wmv2enc.c | 89 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()
|
D | wmv2.h | 42 int j_type; member
|
/third_party/boost/boost/spirit/home/classic/phoenix/ |
D | tuples.hpp | 298 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/ |
D | hb-ot-shape-complex-arabic.cc | 85 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/ |
D | hb-ot-shape-complex-arabic.cc | 88 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/ |
D | hb-ot-shape-complex-arabic.cc | 88 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()
|