Searched refs:annotationConstant (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/proto_logging/stats/stats_log_api_gen/ |
H A D | java_writer.cpp | 83 const string& annotationConstant = ANNOTATION_ID_CONSTANTS.at(annotation->annotationId); in write_annotations() local 92 annotationConstant.c_str(), annotation->value.intValue); in write_annotations() 97 annotationConstant.c_str(), in write_annotations() 105 const string& annotationConstant = in write_annotations() local 109 annotationConstant.c_str(), defaultState); in write_annotations()
|
H A D | native_writer.cpp | 53 const string& annotationConstant = ANNOTATION_ID_CONSTANTS.at(annotation->annotationId); in write_annotations() local 63 constantPrefix.c_str(), annotationConstant.c_str(), in write_annotations() 70 annotationConstant.c_str(), in write_annotations() 78 const string& annotationConstant = in write_annotations() local 82 methodSuffix.c_str(), constantPrefix.c_str(), annotationConstant.c_str(), in write_annotations()
|
H A D | rust_writer.cpp | 259 const string& annotationConstant = ANNOTATION_ID_CONSTANTS.at(annotation->annotationId); in write_annotations() local 269 make_camel_case_name(annotationConstant).c_str(), in write_annotations() 276 make_camel_case_name(annotationConstant).c_str(), in write_annotations() 284 const string& annotationConstant = in write_annotations() local 296 make_camel_case_name(annotationConstant).c_str(), in write_annotations()
|