OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_type_
(Results
1 - 1
of
1
) sorted by null
/external/libweave/third_party/libuweave/src/
macaroon_encoding.c
24
static inline CborMajorType
get_type_
(const uint8_t* cbor);
57
CborMajorType type =
get_type_
(cbor);
153
get_type_
(cbor) != kCborMajorTypeUint) {
164
get_type_
(cbor) != kCborMajorTypeArray) {
176
get_type_
(cbor) != kCborMajorTypeByteStr) {
188
get_type_
(cbor) != kCborMajorTypeTextStr) {
195
static inline CborMajorType
get_type_
(const uint8_t* cbor) {
function
Completed in 68 milliseconds