Searched refs:ClearStringWithNameSpaceAccess (Results 1 – 3 of 3) sorted by relevance
600 string attribute_name = ClearStringWithNameSpaceAccess(attribute.name()); in GenerateRandomFunctionDeclForAttribute()614 string attribute_name = ClearStringWithNameSpaceAccess(attribute.name()); in GenerateRandomFunctionImplForAttribute()681 "MessageTo" + ClearStringWithNameSpaceAccess(attribute.name()); in GenerateDriverDeclForAttribute()706 "MessageTo" + ClearStringWithNameSpaceAccess(attribute.name()); in GenerateDriverImplForAttribute()819 "MessageTo" + ClearStringWithNameSpaceAccess(val.predefined_type()); in GenerateDriverImplForTypedVariable()869 + ClearStringWithNameSpaceAccess(val.predefined_type()); in GenerateDriverImplForTypedVariable()890 + ClearStringWithNameSpaceAccess(val.predefined_type()); in GenerateDriverImplForTypedVariable()1232 + ClearStringWithNameSpaceAccess(val.predefined_type()); in GenerateVerificationCodeForTypedVariable()1298 + ClearStringWithNameSpaceAccess(val.predefined_type()); in GenerateVerificationCodeForTypedVariable()1318 + ClearStringWithNameSpaceAccess(val.predefined_type()); in GenerateVerificationCodeForTypedVariable()[all …]
59 string ClearStringWithNameSpaceAccess(const string& str);
531 string ClearStringWithNameSpaceAccess(const string& str) { in ClearStringWithNameSpaceAccess() function