OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cbor_typeof
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/mit/libcbor/dist/test/
type_5_test.c
26
assert_true(
cbor_typeof
(map) == CBOR_TYPE_MAP);
41
assert_true(
cbor_typeof
(map) == CBOR_TYPE_MAP);
61
assert_true(
cbor_typeof
(map) == CBOR_TYPE_MAP);
88
assert_true(
cbor_typeof
(map) == CBOR_TYPE_MAP);
94
assert_true(
cbor_typeof
(handle[0].key) == CBOR_TYPE_STRING);
95
assert_true(
cbor_typeof
(handle[0].value) == CBOR_TYPE_MAP);
97
assert_true(
cbor_typeof
(inner_handle[0].key) == CBOR_TYPE_STRING);
98
assert_true(
cbor_typeof
(inner_handle[0].value) == CBOR_TYPE_STRING);
112
assert_true(
cbor_typeof
(map) == CBOR_TYPE_MAP);
118
assert_true(
cbor_typeof
(handle[0].key) == CBOR_TYPE_STRING)
[
all
...]
type_6_test.c
25
assert_true(
cbor_typeof
(tag) == CBOR_TYPE_TAG);
37
assert_true(
cbor_typeof
(tag) == CBOR_TYPE_TAG);
49
assert_true(
cbor_typeof
(tag) == CBOR_TYPE_TAG);
61
assert_true(
cbor_typeof
(tag) == CBOR_TYPE_TAG);
74
assert_true(
cbor_typeof
(tag) == CBOR_TYPE_TAG);
86
assert_true(
cbor_typeof
(tag) == CBOR_TYPE_TAG);
88
assert_true(
cbor_typeof
(cbor_tag_item(tag)) == CBOR_TYPE_TAG);
type_1_test.c
28
assert_true(
cbor_typeof
(number) == CBOR_TYPE_NEGINT);
42
assert_true(
cbor_typeof
(number) == CBOR_TYPE_NEGINT);
56
assert_true(
cbor_typeof
(number) == CBOR_TYPE_NEGINT);
70
assert_true(
cbor_typeof
(number) == CBOR_TYPE_NEGINT);
84
assert_true(
cbor_typeof
(number) == CBOR_TYPE_NEGINT);
type_4_test.c
25
assert_true(
cbor_typeof
(arr) == CBOR_TYPE_ARRAY);
38
assert_true(
cbor_typeof
(arr) == CBOR_TYPE_ARRAY);
64
assert_true(
cbor_typeof
(arr) == CBOR_TYPE_ARRAY);
85
assert_true(
cbor_typeof
(arr) == CBOR_TYPE_ARRAY);
105
assert_true(
cbor_typeof
(arr) == CBOR_TYPE_ARRAY);
type_0_test.c
28
assert_true(
cbor_typeof
(number) == CBOR_TYPE_UINT);
48
assert_true(
cbor_typeof
(number) == CBOR_TYPE_UINT);
62
assert_true(
cbor_typeof
(number) == CBOR_TYPE_UINT);
76
assert_true(
cbor_typeof
(number) == CBOR_TYPE_UINT);
90
assert_true(
cbor_typeof
(number) == CBOR_TYPE_UINT);
type_3_test.c
25
assert_true(
cbor_typeof
(string) == CBOR_TYPE_STRING);
41
assert_true(
cbor_typeof
(string) == CBOR_TYPE_STRING);
59
assert_true(
cbor_typeof
(string) == CBOR_TYPE_STRING);
88
assert_true(
cbor_typeof
(string) == CBOR_TYPE_STRING);
122
assert_true(
cbor_typeof
(string) == CBOR_TYPE_STRING);
155
assert_true(
cbor_typeof
(string) == CBOR_TYPE_STRING);
189
assert_true(
cbor_typeof
(string) == CBOR_TYPE_STRING);
211
assert_true(
cbor_typeof
(string) == CBOR_TYPE_STRING);
type_2_test.c
143
assert_true(
cbor_typeof
(bs) == CBOR_TYPE_BYTESTRING);
154
assert_true(
cbor_typeof
(bs) == CBOR_TYPE_BYTESTRING);
173
assert_true(
cbor_typeof
(bs) == CBOR_TYPE_BYTESTRING);
186
assert_true(
cbor_typeof
(bs) == CBOR_TYPE_BYTESTRING);
198
assert_true(
cbor_typeof
(bs) == CBOR_TYPE_BYTESTRING);
210
assert_true(
cbor_typeof
(bs) == CBOR_TYPE_BYTESTRING);
222
assert_true(
cbor_typeof
(bs) == CBOR_TYPE_BYTESTRING);
236
assert_true(
cbor_typeof
(bs) == CBOR_TYPE_BYTESTRING);
252
assert_true(
cbor_typeof
(bs) == CBOR_TYPE_BYTESTRING);
276
assert_true(
cbor_typeof
(bs) == CBOR_TYPE_BYTESTRING)
[
all
...]
/src/external/mit/libcbor/dist/src/cbor/
common.h
137
cbor_type
cbor_typeof
(
common.c
50
cbor_type
cbor_typeof
(const cbor_item_t *item) { return item->type; }
function
serialization.c
22
switch (
cbor_typeof
(item)) {
/src/external/mit/libcbor/dist/src/
cbor.c
161
switch (
cbor_typeof
(item)) {
243
switch (
cbor_typeof
(item)) {
/src/external/mit/libcbor/dist/docs/doxygen/search/
functions_1.js
205
['cbor_5ftypeof',['
cbor_typeof
',['../common_8c.html#ac2b9aba4cf07857524a0a520eabeef52',1,'
cbor_typeof
(const cbor_item_t *item): common.c'],['../common_8h.html#ac2b9aba4cf07857524a0a520eabeef52',1,'
cbor_typeof
(const cbor_item_t *item): common.c']]]
all_3.js
269
['cbor_5ftypeof',['
cbor_typeof
',['../common_8c.html#ac2b9aba4cf07857524a0a520eabeef52',1,'
cbor_typeof
(const cbor_item_t *item): common.c'],['../common_8h.html#ac2b9aba4cf07857524a0a520eabeef52',1,'
cbor_typeof
(const cbor_item_t *item): common.c']]],
Completed in 114 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026