/third_party/boost/boost/wave/grammars/ |
D | cpp_grammar.hpp | 216 pp_statement.set_id(BOOST_WAVE_PP_STATEMENT_ID); in definition() 219 macro_include_file.set_id(BOOST_WAVE_MACROINCLUDE_FILE_ID); in definition() 220 plain_define.set_id(BOOST_WAVE_PLAIN_DEFINE_ID); in definition() 221 macro_parameters.set_id(BOOST_WAVE_MACRO_PARAMETERS_ID); in definition() 222 macro_definition.set_id(BOOST_WAVE_MACRO_DEFINITION_ID); in definition() 223 undefine.set_id(BOOST_WAVE_UNDEFINE_ID); in definition() 224 ppifdef.set_id(BOOST_WAVE_IFDEF_ID); in definition() 225 ppifndef.set_id(BOOST_WAVE_IFNDEF_ID); in definition() 226 ppif.set_id(BOOST_WAVE_IF_ID); in definition() 227 ppelif.set_id(BOOST_WAVE_ELIF_ID); in definition() [all …]
|
D | cpp_predef_macros_grammar.hpp | 63 plain_define.set_id(BOOST_WAVE_PLAIN_DEFINE_ID); in definition() 64 macro_parameters.set_id(BOOST_WAVE_MACRO_PARAMETERS_ID); in definition() 65 macro_definition.set_id(BOOST_WAVE_MACRO_DEFINITION_ID); in definition()
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc8/ |
D | annotation.hpp | 33 struct set_id struct 38 set_id(int id) : id(id) {} in set_id() argument 65 boost::apply_visitor(set_id(id), ast); in operator ()()
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc7/ |
D | annotation.hpp | 33 struct set_id struct 38 set_id(int id) : id(id) {} in set_id() function 65 boost::apply_visitor(set_id(id), ast); in operator ()()
|
/third_party/ffmpeg/libavformat/ |
D | rdt.c | 195 int consumed = 0, set_id, seq_no, stream_id, is_keyframe, in ff_rdt_parse_header() local 267 set_id = get_bits(&gb, 5); in ff_rdt_parse_header() 276 if (set_id == 0x1f) in ff_rdt_parse_header() 277 set_id = get_bits(&gb, 16); in ff_rdt_parse_header() 283 if (pset_id) *pset_id = set_id; in ff_rdt_parse_header() 339 int seq_no, flags = 0, stream_id, set_id, is_keyframe; in ff_rdt_parse_packet() local 357 rv = ff_rdt_parse_header(buf, len, &set_id, &seq_no, &stream_id, &is_keyframe, ×tamp); in ff_rdt_parse_packet() 361 (set_id != s->prev_set_id || timestamp != s->prev_timestamp || in ff_rdt_parse_packet() 364 s->prev_set_id = set_id; in ff_rdt_parse_packet()
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/ |
D | annotation.hpp | 33 struct set_id struct 38 set_id(int id) : id(id) {} in set_id() function 61 boost::apply_visitor(set_id(id), ast); in operator ()()
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/ |
D | annotation.hpp | 33 struct set_id struct 38 set_id(int id) : id(id) {} in set_id() argument 61 boost::apply_visitor(set_id(id), ast); in operator ()()
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/mini_c/ |
D | annotation.hpp | 33 struct set_id struct 38 set_id(int id) : id(id) {} in set_id() function 61 boost::apply_visitor(set_id(id), ast); in operator ()()
|
/third_party/boost/libs/geometry/test/cs_undefined/ |
D | setops.cpp | 35 inline void set_id(G1 const& g1, G2 const& g2, G3 & g3, S const& s) in set_id() function 104 ::set_id(g1, g2, g3, bg::strategy::within::cartesian_point_point()); in set_id_pp() 105 ::set_id(g1, g2, g3, bg::strategy::within::spherical_point_point()); in set_id_pp() 112 ::set_id(g1, g2, g3, bg::strategy::within::cartesian_winding<point_type>()); in set_id_ps() 113 ::set_id(g1, g2, g3, bg::strategy::within::spherical_winding<point_type>()); in set_id_ps() 114 ::set_id(g1, g2, g3, bg::strategy::within::geographic_winding<point_type>()); in set_id_ps() 120 ::set_id(g1, g2, g3, bg::strategy::intersection::cartesian_segments<>()); in set_id_ss() 121 ::set_id(g1, g2, g3, bg::strategy::intersection::spherical_segments<>()); in set_id_ss() 122 ::set_id(g1, g2, g3, bg::strategy::intersection::geographic_segments<>()); in set_id_ss()
|
/third_party/boost/libs/spirit/classic/test/ |
D | ast_calc_tests.cpp | 88 expression.set_id(expressionID); in definition() 89 term.set_id(termID); in definition() 90 factor.set_id(factorID); in definition() 91 integer.set_id(integerID); in definition()
|
/third_party/musl/src/locale/ |
D | catgets.c | 16 char *catgets (nl_catd catd, int set_id, int msg_id, const char *s) in catgets() argument 23 uint32_t set_id_be = htobe32(set_id); in catgets()
|
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ |
D | embedding_hash_map.cc | 36 hash_map_elements_[hash_index].set_id(id); in ParseData() 46 hash_map_elements_[hash_index].set_id(id); in ParseData()
|
D | embedding_hash_map.h | 38 void set_id(int id) { id_ = id; } in set_id() function
|
/third_party/ninja/src/ |
D | deps_log.cc | 251 node->set_id(id); in Load() 313 (*i)->set_id(-1); in Recompact() 398 node->set_id(id); in RecordId()
|
D | graph.h | 99 void set_id(int id) { id_ = id; } in set_id() function
|
/third_party/boost/boost/spirit/home/classic/core/non_terminal/ |
D | parser_id.hpp | 109 void set_id(parser_id id_) { tag = id_; } in set_id() function in boost::spirit::dynamic_parser_tag
|
/third_party/protobuf/examples/ |
D | add_person.cc | 20 person->set_id(id); in PromptForAddress()
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectsource_test.cc | 360 author.set_id(12345); in TEST_P() 418 author.set_id(1234L); in TEST_P() 585 next->set_id(i); in TEST_P() 1041 out.set_id("1"); in TEST_P()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | LinkedListTests.cpp | 22 void set_id(int id) { in set_id() function in Node 426 node->value()->set_id(node->value()->id() + 1); in TEST()
|
/third_party/cef/include/capi/views/ |
D | cef_view_capi.h | 151 void(CEF_CALLBACK* set_id)(struct _cef_view_t* self, int id);
|
/third_party/iptables/iptables/ |
D | nft.c | 1048 static uint32_t set_id = 0; in add_anon_set() local 1059 nftnl_set_set_u32(s, NFTNL_SET_ID, ++set_id); in add_anon_set() 1091 gen_lookup(uint32_t sreg, const char *set_name, uint32_t set_id, uint32_t flags) in gen_lookup() argument 1099 nftnl_expr_set_u32(e, NFTNL_EXPR_LOOKUP_SET_ID, set_id); in gen_lookup() 1118 uint32_t set_id, type = NFT_DATATYPE_ETHERADDR, len = ETH_ALEN; in __add_nft_among() local 1143 set_id = nftnl_set_get_u32(s, NFTNL_SET_ID); in __add_nft_among() 1185 e = gen_lookup(NFT_REG_1, "__set%d", set_id, inv); in __add_nft_among() 1667 uint32_t set_id) in nft_set_batch_lookup_byid() argument 1673 nftnl_set_get_u32(n->set, NFTNL_SET_ID) == set_id) in nft_set_batch_lookup_byid()
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | view_ctocpp.cc | 254 if (CEF_MEMBER_MISSING(_struct, set_id)) in SetID() 260 _struct->set_id(_struct, id); in SetID()
|
D | button_ctocpp.cc | 353 if (CEF_MEMBER_MISSING(_struct, set_id)) in SetID() 359 _struct->set_id(_struct, id); in SetID()
|
D | browser_view_ctocpp.cc | 355 if (CEF_MEMBER_MISSING(_struct, set_id)) in SetID() 361 _struct->set_id(_struct, id); in SetID()
|
/third_party/ffmpeg/libavfilter/ |
D | vulkan.h | 293 int set_id);
|