Searched refs:type_names (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dder.c51 static const char *type_names[] = { variable
119 if (num >= SIZEOF_ARRAY(type_names))
121 return type_names[num];
127 return get_type(name, type_names, SIZEOF_ARRAY(type_names));
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h656 const std::vector<std::string>& type_names =
666 "/" + type_names[index])
681 type_names);
693 std::vector<std::string>() /*type_names*/) {
708 const std::vector<std::string>& type_names =
726 prefix, test_location, case_name, test_names, 0, type_names);
733 type_names);
745 std::vector<std::string>() /*type_names*/) {
/freebsd-13-stable/contrib/bsnmp/gensnmpdef/
H A Dgensnmpdef.c143 static const char *const type_names[] = { variable
198 printf("%s", type_names[type->basetype]);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp4163 llvm::SmallVector<llvm::StringRef, 5> type_names; local
4164 llvm::StringRef(option_val).split(type_names, ',');
4166 for (const auto &name : type_names) {

Completed in 92 milliseconds