Searched defs:vector_name (Results 1 – 7 of 7) sorted by relevance
82 static const char *vector_name() in vector_name() function93 static const char *vector_name() in vector_name() function
436 const auto& vector_name = field_name + "_"; in GenSerialize() local474 const auto& vector_name = ((SizeField*)field)->GetSizedFieldName() + "_"; in GenSerialize() local
373 std::string vector_name = elem_name; in GenerateImportForOp() local
515 string vector_name = 1; field
832 char vector_name[64] = { 0 }; in dxil_module_get_res_type() local
14115 inline const std::string& ExampleQuerySpec_OutputVectorSpec::vector_name() const { in vector_name() function14146 inline void ExampleQuerySpec_OutputVectorSpec::set_allocated_vector_name(std::string* vector_name) { in set_allocated_vector_name()
14646 std::string InitializerListTest::getVectorSum(const GLchar *vector_name, GLuint size) in getVectorSum()