Home
last modified time | relevance | path

Searched refs:tag_repr (Results 1 – 17 of 17) sorted by relevance

/dports/audio/py-pylast/pylast-4.4.0/tests/
H A Dtest_tag.py44 tag_repr = repr(tag1)
51 assert "pylast.Tag" in tag_repr
52 assert "blues" in tag_repr
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/tools/wasi-headers/WASI/tools/witx/src/
H A Dvalidate.rs150 tag_repr: IntRepr::U32, in new()
341 let tag_repr = match &syntax.repr { in validate_enum() localVariable
359 Ok(Variant { tag_repr, cases }) in validate_enum()
400 tag_repr: IntRepr::U32, in validate_expected()
471 let (tag_repr, names) = self.union_tag_repr(&syntax.tag, span)?; in validate_union()
498 Ok(Variant { tag_repr, cases }) in validate_union()
506 let (tag_repr, names) = self.union_tag_repr(&syntax.tag, span)?; in validate_variant()
560 Ok(Variant { tag_repr, cases }) in validate_variant()
584 return Ok((e.tag_repr, Some(names))); in union_tag_repr()
H A Drepresentation.rs76 match self.tag_repr.representable(&by.tag_repr) { in representable()
H A Dlayout.rs142 let mut size = self.tag_repr.mem_size_align(); in mem_size_align()
156 let mut offset = self.tag_repr.mem_size_align().size; in payload_offset()
H A Drender.rs200 self.tag_repr.to_sexpr(), in to_sexpr()
210 self.tag_repr.to_sexpr(), in to_sexpr()
H A Dast.rs390 pub tag_repr: IntRepr, field
H A Dabi.rs516 results.push(match v.tag_repr { in wasm_signature()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/tests/
H A Dtest_lexer.c144 const gchar *tag_repr; \
145 tag_repr = strstr(msg, "; "); \
146 …cr_assert_str_eq(tag_repr ? tag_repr + 2 : NULL, expected, "Formatted location tag does not match"…
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/tools/wasi-headers/src/
H A Dc_header.rs188 intrepr_name(v.tag_repr), in print_enum()
205 intrepr_const(v.tag_repr), in print_enum()
214 v.tag_repr.mem_size() in print_enum()
219 v.tag_repr.mem_align() in print_enum()
348 ret.push_str(&format!(" {} tag;\n", intrepr_name(v.tag_repr))); in print_variant()
687 Type::Variant(v) => top_as(intrepr_name(v.tag_repr)), in print_func_source()
/dports/science/py-pydicom/pydicom-2.2.2/pydicom/util/
H A Dcodify.py45 def tag_repr(tag: BaseTag) -> str: function
132 tag = tag_repr(dataelem.tag)
/dports/science/py-pydicom/pydicom-2.2.2/pydicom/tests/
H A Dtest_util.py23 tag_repr,
60 assert out_str == tag_repr(Tag(tag))
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/tools/wasi-headers/WASI/tools/witx/src/docs/
H A Dast.rs152 let tag = self.tag_repr.mem_size_align(); in generate()
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/ops/
H A Draw_types.py666 tag_repr = ','.join(repr(t) for t in self._tags)
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/ops/
H A Draw_types.py672 tag_repr = ','.join(repr(t) for t in self._tags)
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/ops/
H A Draw_types.py672 tag_repr = ','.join(repr(t) for t in self._tags)
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/ops/
H A Draw_types.py672 tag_repr = ','.join(repr(t) for t in self._tags)
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/ops/
H A Draw_types.py672 tag_repr = ','.join(repr(t) for t in self._tags)