Searched refs:GenTypeWire (Results 1 – 1 of 1) sorted by relevance
/external/flatbuffers/src/ |
D | idl_gen_cpp.cpp | 318 const auto type_name = GenTypeWire(type.VectorType(), "", false); in GenTypePointer() 334 std::string GenTypeWire(const Type &type, const char *postfix, in GenTypeWire() function in flatbuffers::cpp::CppGenerator 892 auto type = GenTypeWire(field.value.type.VectorType(), "", false); in GenParam() 896 code_.SetValue("PARAM_TYPE", GenTypeWire(field.value.type, " ", true)); in GenParam() 1264 code_.SetValue("FIELD_TYPE", GenTypeWire(field.value.type, " ", true)); in GenBuilders() 1269 const auto type = GenTypeWire(field.value.type, "", false); in GenBuilders() 1379 auto type = GenTypeWire(field.value.type.VectorType(), "", false); in GenBuilders()
|