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 | 704 const std::vector<std::string>& type_names = 714 "/" + type_names[static_cast<size_t>(index)]), 728 index + 1, type_names); 760 const std::vector<std::string>& type_names = 779 prefix, test_location, case_name, test_names, 0, type_names); 787 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 | 74 static const char *type_names[] = { in ossl_cmp_bodytype_to_string() local 84 return type_names[type]; in ossl_cmp_bodytype_to_string()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 6249 std::set<llvm::StringRef> type_names; in MapSupportedStructuredDataPlugins() local 6255 [&type_names, &log](StructuredData::Object *object) { in MapSupportedStructuredDataPlugins() 6265 type_names.insert(type_name); in MapSupportedStructuredDataPlugins() 6275 for (uint32_t plugin_index = 0; !type_names.empty(); plugin_index++) { in MapSupportedStructuredDataPlugins() 6292 for (llvm::StringRef type_name : type_names) { in MapSupportedStructuredDataPlugins() 6304 type_names.erase(type_name); in MapSupportedStructuredDataPlugins()
|