Searched refs:ClearStringWithNameSpaceAccess (Results 1 – 3 of 3) sorted by relevance
599 string attribute_name = ClearStringWithNameSpaceAccess(attribute.name()); in GenerateRandomFunctionDeclForAttribute()613 string attribute_name = ClearStringWithNameSpaceAccess(attribute.name()); in GenerateRandomFunctionImplForAttribute()680 "MessageTo" + ClearStringWithNameSpaceAccess(attribute.name()); in GenerateDriverDeclForAttribute()705 "MessageTo" + ClearStringWithNameSpaceAccess(attribute.name()); in GenerateDriverImplForAttribute()818 "MessageTo" + ClearStringWithNameSpaceAccess(val.predefined_type()); in GenerateDriverImplForTypedVariable()868 + ClearStringWithNameSpaceAccess(val.predefined_type()); in GenerateDriverImplForTypedVariable()889 + ClearStringWithNameSpaceAccess(val.predefined_type()); in GenerateDriverImplForTypedVariable()1231 + ClearStringWithNameSpaceAccess(val.predefined_type()); in GenerateVerificationCodeForTypedVariable()1297 + ClearStringWithNameSpaceAccess(val.predefined_type()); in GenerateVerificationCodeForTypedVariable()1317 + ClearStringWithNameSpaceAccess(val.predefined_type()); in GenerateVerificationCodeForTypedVariable()[all …]
59 string ClearStringWithNameSpaceAccess(const string& str);
531 string ClearStringWithNameSpaceAccess(const string& str) { in ClearStringWithNameSpaceAccess() function