Searched refs:new_tag (Results 1 – 8 of 8) sorted by relevance
/external/libmojo/mojo/public/cpp/bindings/lib/ |
D | union_accessor.h | 24 void SwitchActive(typename U::Tag new_tag) { u_->SwitchActive(new_tag); } in SwitchActive() argument
|
/external/libmojo/build/android/gyp/util/ |
D | md5_check.py | 166 new_tag = self.new_metadata.GetTag(path) 167 if old_tag is not None and old_tag != new_tag: 174 new_tag = self.new_metadata.GetTag(path, subpath) 175 if old_tag is not None and old_tag != new_tag:
|
/external/harfbuzz_ng/src/ |
D | hb-ot-tag.cc | 131 hb_tag_t new_tag; in hb_ot_tags_from_script() local 136 new_tag = hb_ot_new_tag_from_script (script); in hb_ot_tags_from_script() 137 if (unlikely (new_tag != HB_OT_TAG_DEFAULT_SCRIPT)) { in hb_ot_tags_from_script() 139 *script_tag_1 = new_tag; in hb_ot_tags_from_script()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test_logging.h | 294 State(const std::string& new_tag, int64_t timestamp_ms, bool enabled);
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 8801 static void new_tag(upb_handlers *h, const upb_fielddef *f, upb_wiretype_t wt, in new_tag() function 8954 new_tag(h, f, wt, &attr); in T() 8998 new_tag(h, f, UPB_WIRE_TYPE_END_GROUP, &attr2); in T()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 9512 static void new_tag(upb_handlers *h, const upb_fielddef *f, upb_wiretype_t wt, in new_tag() function 9665 new_tag(h, f, wt, &attr); in T() 9709 new_tag(h, f, UPB_WIRE_TYPE_END_GROUP, &attr2); in T()
|
/external/valgrind/VEX/priv/ |
D | guest_x86_toIR.c | 3618 IRTemp new_tag = newTemp(Ity_I8); in maybe_put_ST() local 3619 assign(new_tag, in maybe_put_ST() 3637 put_ST_TAG(i, mkexpr(new_tag)); in maybe_put_ST()
|
D | guest_amd64_toIR.c | 5207 IRTemp new_tag = newTemp(Ity_I8); in maybe_put_ST() local 5208 assign(new_tag, in maybe_put_ST() 5226 put_ST_TAG(i, mkexpr(new_tag)); in maybe_put_ST()
|