Searched refs:methodPrefix (Results 1 – 3 of 3) sorted by relevance
/frameworks/proto_logging/stats/stats_log_api_gen/ |
D | native_writer.cpp | 37 const string& methodPrefix, const string& methodSuffix, in write_annotations() argument 65 methodPrefix.c_str(), methodSuffix.c_str(), constantPrefix.c_str(), in write_annotations() 72 methodPrefix.c_str(), methodSuffix.c_str(), constantPrefix.c_str(), in write_annotations() 77 fprintf(out, " %saddBoolAnnotation(%s%s%s, %s);\n", methodPrefix.c_str(), in write_annotations() 90 fprintf(out, " %saddInt32Annotation(%s%s%s, %d);\n", methodPrefix.c_str(), in write_annotations()
|
D | rust_writer.cpp | 240 const string& methodPrefix, const string& methodSuffix) { in write_annotations() argument 262 methodPrefix.c_str(), methodSuffix.c_str(), in write_annotations() 270 methodPrefix.c_str(), methodSuffix.c_str(), in write_annotations() 290 methodPrefix.c_str(), methodSuffix.c_str(), in write_annotations()
|
/frameworks/base/tools/codegen/src/com/android/codegen/ |
D | Generators.kt | 721 val methodPrefix = if (Type == "boolean") "is" else "get" constant 722 val methodName = methodPrefix + NameUpperCamel
|