Searched refs:parent_path (Results 1 – 8 of 8) sorted by relevance
54 const StructSpecificationMessage& message, const string& parent_path);57 const StructSpecificationMessage& message, const string& parent_path);62 const string& original_data_structure_name, const string& parent_path);67 const string& original_data_structure_name, const string& parent_path);
502 const string& original_data_structure_name, const string& parent_path) { in GenerateCppBodyFuzzFunction() argument507 parent_path + message.name() + (sub_struct.is_pointer() ? "->" : ".")); in GenerateCppBodyFuzzFunction()510 string parent_path_printable(parent_path); in GenerateCppBodyFuzzFunction()639 << "*>(local_device)" << parent_path << message.name() << "->" in GenerateCppBodyFuzzFunction()656 out << "local_device" << parent_path << message.name() << "->" in GenerateCppBodyFuzzFunction()774 const string& original_data_structure_name, const string& parent_path) { in GenerateCppBodyGetAttributeFunction() argument779 parent_path + message.name() + (sub_struct.is_pointer() ? "->" : ".")); in GenerateCppBodyGetAttributeFunction()782 string parent_path_printable(parent_path); in GenerateCppBodyGetAttributeFunction()825 out << "local_device" << parent_path << message.name() << "."; in GenerateCppBodyGetAttributeFunction()852 const string& parent_path) { in GenerateSubStructFuzzFunctionCall() argument[all …]
246 const string& parent_path) { in GenerateFuzzFunctionForSubStruct() argument247 out << "bool Fuzz_" << parent_path << message.name() in GenerateFuzzFunctionForSubStruct()252 out << "bool GetAttribute_" << parent_path << message.name() in GenerateFuzzFunctionForSubStruct()260 parent_path + message.name() + "_"); in GenerateFuzzFunctionForSubStruct()
151 const string& parent_path);
102 const string& original_data_structure_name, const string& parent_path);
421 parent_path = targetpath.sep + DATA_NATIVETEST64423 parent_path = targetpath.sep + DATA_NATIVETEST425 parent_path = self.DEVICE_TMP_DIR428 parent_path, 'vts_binary_test_%s' % self.__class__.__name__, tag)
192 << api->parent_path() << ")"; in GetAttribute()
268 optional bytes parent_path = 301; field