Home
last modified time | relevance | path

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

/frameworks/proto_logging/stats/stats_log_api_gen/
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()
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()
Drust_writer.cpp253 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()