Searched refs:parse_type (Results 1 - 6 of 6) sorted by relevance

/external/iptables/extensions/
H A Dlibxt_addrtype.c72 parse_type(const char *name, size_t len, uint16_t *mask) function
91 if (comma == arg || !parse_type(arg, comma-arg, mask))
97 if (strlen(arg) == 0 || !parse_type(arg, strlen(arg), mask))
/external/libcxxabi/src/
H A Dcxa_demangle.cpp37 const char* parse_type(const char* first, const char* last, C& db);
605 const char* t = parse_type(first+2, last, db);
631 const char* t = parse_type(first+2, last, db);
657 const char* t = parse_type(first+2, last, db);
683 const char* t = parse_type(first+2, last, db);
724 const char* t = parse_type(first+2, last, db);
862 t = parse_type(first+2, last, db);
1395 const char* t1 = parse_type(t, last, db);
1480 const char* t = parse_type(first+2, last, db);
1585 const char* t1 = parse_type(
1883 parse_type(const char* first, const char* last, C& db) function in namespace:__cxxabiv1::__anon23623
[all...]
/external/ltrace/
H A Dread_config_file.c74 static struct arg_type_info *parse_type(struct protolib *plib,
606 info = parse_type(plib, loc, str, NULL, 0, ownp, NULL);
983 parse_type(struct protolib *plib, struct locus *loc, char **str, function
1043 info = parse_type(plib, loc, str, extra_param, param_num,
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc2404 if (input->ExpectTag(40)) goto parse_type;
2412 parse_type:
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc2628 if (input->ExpectTag(40)) goto parse_type;
2636 parse_type:
/external/valgrind/main/perf/
H A Dtinycc.c12731 static void parse_type(CType *type)
12932 parse_type(&type1);
12934 parse_type(&type2);
12729 static void parse_type(CType *type) function

Completed in 1796 milliseconds