Home
last modified time | relevance | path

Searched refs:annotationConstant (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/proto_logging/stats/stats_log_api_gen/
H A Djava_writer.cpp83 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 Dnative_writer.cpp53 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 Drust_writer.cpp259 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()