Searched refs:methodPrefix (Results 1 – 3 of 3) sorted by relevance
/frameworks/proto_logging/stats/stats_log_api_gen/ |
D | native_writer.cpp | 36 const string& methodPrefix, const string& methodSuffix, in write_annotations() argument 62 methodPrefix.c_str(), methodSuffix.c_str(), in write_annotations() 68 fprintf(out, " %saddBoolAnnotation(%s%s%s, %s);\n", methodPrefix.c_str(), in write_annotations() 81 fprintf(out, " %saddInt32Annotation(%s%s%s, %d);\n", methodPrefix.c_str(), in write_annotations()
|
D | rust_writer.cpp | 244 const string& methodPrefix, const string& methodSuffix) { in write_annotations() argument 262 methodPrefix.c_str(), methodSuffix.c_str(), in write_annotations() 269 methodPrefix.c_str(), methodSuffix.c_str(), in write_annotations() 289 methodPrefix.c_str(), methodSuffix.c_str(), in write_annotations()
|
/frameworks/base/tools/codegen/src/com/android/codegen/ |
D | Generators.kt | 719 val methodPrefix = if (Type == "boolean") "is" else "get" constant 720 val methodName = methodPrefix + NameUpperCamel
|