Home
last modified time | relevance | path

Searched refs:new_tag (Results 1 – 8 of 8) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/lib/
Dunion_accessor.h24 void SwitchActive(typename U::Tag new_tag) { u_->SwitchActive(new_tag); } in SwitchActive() argument
/external/libmojo/build/android/gyp/util/
Dmd5_check.py166 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/
Dhb-ot-tag.cc131 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/
Dbwe_test_logging.h294 State(const std::string& new_tag, int64_t timestamp_ms, bool enabled);
/external/protobuf/php/ext/google/protobuf/
Dupb.c8801 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/
Dupb.c9512 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/
Dguest_x86_toIR.c3618 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()
Dguest_amd64_toIR.c5207 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()