Searched refs:type_names (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | der.c | 51 static const char *type_names[] = { variable 119 if (num >= SIZEOF_ARRAY(type_names)) in der_get_type_name() 121 return type_names[num]; in der_get_type_name() 127 return get_type(name, type_names, SIZEOF_ARRAY(type_names)); in der_get_type_num()
|
| /freebsd/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 696 const std::vector<std::string>& type_names = 706 "/" + type_names[static_cast<size_t>(index)]), 720 index + 1, type_names); 752 const std::vector<std::string>& type_names = 771 prefix, test_location, case_name, test_names, 0, type_names); 779 type_names);
|
| /freebsd/contrib/bsnmp/gensnmpdef/ |
| H A D | gensnmpdef.c | 143 static const char *const type_names[] = { variable 198 printf("%s", type_names[type->basetype]); in print_type()
|
| /freebsd/crypto/openssl/crypto/cmp/ |
| H A D | cmp_msg.c | 76 static const char *type_names[] = { in ossl_cmp_bodytype_to_string() local 108 return type_names[type]; in ossl_cmp_bodytype_to_string()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 6270 std::set<llvm::StringRef> type_names; in MapSupportedStructuredDataPlugins() local 6276 [&type_names, &log](StructuredData::Object *object) { in MapSupportedStructuredDataPlugins() 6286 type_names.insert(type_name); in MapSupportedStructuredDataPlugins() 6296 for (uint32_t plugin_index = 0; !type_names.empty(); plugin_index++) { in MapSupportedStructuredDataPlugins() 6313 for (llvm::StringRef type_name : type_names) { in MapSupportedStructuredDataPlugins() 6325 type_names.erase(type_name); in MapSupportedStructuredDataPlugins()
|