Home
last modified time | relevance | path

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

/frameworks/proto_logging/stats/stats_log_api_gen/
Drust_writer.cpp252 auto annotationsIt = atomDecl.fieldNumberToAnnotations.find(argIndex); in write_annotations() local
253 if (annotationsIt == atomDecl.fieldNumberToAnnotations.end()) { in write_annotations()
258 for (const shared_ptr<Annotation>& annotation : annotationsIt->second) { in write_annotations()