Searched defs:tag_value (Results 1 - 2 of 2) sorted by relevance

/external/boringssl/src/crypto/bytestring/
H A Dcbs.c244 static int cbs_get_asn1(CBS *cbs, CBS *out, unsigned tag_value, argument
255 tag != tag_value) {
267 int CBS_get_asn1(CBS *cbs, CBS *out, unsigned tag_value) { argument
268 return cbs_get_asn1(cbs, out, tag_value, 1 /* skip header */);
271 int CBS_get_asn1_element(CBS *cbs, CBS *out, unsigned tag_value) { argument
272 return cbs_get_asn1(cbs, out, tag_value, 0 /* include header */);
275 int CBS_peek_asn1_tag(const CBS *cbs, unsigned tag_value) { argument
279 return CBS_data(cbs)[0] == tag_value;
/external/v8/src/
H A Dhydrogen.cc4842 HValue* tag_value = Top(); local
4862 Token::EQ_STRICT, tag_value, label_value, tag_type, label_type,
4876 Drop(1); // tag_value
4884 Drop(1); // tag_value

Completed in 197 milliseconds