Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 9 of 9) sorted by relevance

/tinycbor-2.7.6/src/
Dcborvalidation.c243 struct KnownTagData { uint32_t tag; uint32_t types; }; member
325 static inline CborError validate_tag(CborValue *it, CborTag tag, int flags, int recursionLeft) in validate_tag()
593 CborTag tag; in validate_value() local
Dcborpretty.c358 CborTag tag; in value_to_pretty() local
Dcbortojson.c325 static CborError find_tagged_type(CborValue *it, CborTag *tag, CborType *type) in find_tagged_type()
342 CborTag tag; in tagged_value_to_json() local
Dcborencoder.c377 CborError cbor_encode_tag(CborEncoder *encoder, CborTag tag) in cbor_encode_tag()
/tinycbor-2.7.6/examples/
Dsimplereader.c94 CborTag tag; in dumprecursive() local
/tinycbor-2.7.6/
DMakefile216 tag: distcheck target
/tinycbor-2.7.6/tools/json2cbor/
Djson2cbor.c46 CborTag tag; member
/tinycbor-2.7.6/tests/encoder/
Dtst_encoder.cpp141 struct Tag { CborTag tag; QVariant tagged; }; member
/tinycbor-2.7.6/tests/parser/
Dtst_parser.cpp1271 CborTag tag; in mapFind() local