Searched refs:annotationConstant (Results 1 – 3 of 3) sorted by relevance
/frameworks/proto_logging/stats/stats_log_api_gen/ |
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()
|
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()
|
D | rust_writer.cpp | 253 const string& annotationConstant = ANNOTATION_ID_CONSTANTS.at(annotation->annotationId); in write_annotations() local 263 make_camel_case_name(annotationConstant).c_str(), in write_annotations() 270 make_camel_case_name(annotationConstant).c_str(), in write_annotations() 278 const string& annotationConstant = in write_annotations() local 290 make_camel_case_name(annotationConstant).c_str(), in write_annotations()
|