Home
last modified time | relevance | path

Searched refs:type_suffix (Results 1 – 4 of 4) sorted by relevance

/external/freetype/include/freetype/internal/
Dftrfork.h85 #define CONST_FT_RFORK_RULE_ARRAY_ENTRY( func_suffix, type_suffix ) \ argument
87 FT_RFork_Rule_ ## type_suffix },
/external/llvm-project/polly/lib/External/isl/interface/
Dgenerator.cc777 static std::string type_suffix(ParmVarDecl *param) in type_suffix() function
827 type = type_suffix(param); in name_without_type_suffixes()
/external/gflags/
DCMakeLists.txt452 set (type_suffix "_${type}") variable
454 set (type_suffix "") variable
462 OUTPUT_NAME "gflags${opts}${type_suffix}"
/external/flatbuffers/src/
Didl_gen_csharp.cpp1377 std::string type_suffix = ""; in GenUnionUnPack_ObjectAPI() local
1382 type_suffix = "(_j)"; in GenUnionUnPack_ObjectAPI()
1393 type_suffix + ";\n"; in GenUnionUnPack_ObjectAPI()
1395 indent + "switch (this." + camel_name + "Type" + type_suffix + ") {\n"; in GenUnionUnPack_ObjectAPI()