Searched refs:old_length_ (Results 1 – 1 of 1) sorted by relevance
48 old_length_ = AnnotationStack::PushAnnotation(name); in ScopedAnnotation()59 old_length_ = AnnotationStack::PushAnnotation(name); in ScopedAnnotation()67 old_length_ = AnnotationStack::PushAnnotation(std::move(name)); in ScopedAnnotation()76 old_length_ = AnnotationStack::PushAnnotation(name_generator()); in ScopedAnnotation()87 if (TF_PREDICT_FALSE(old_length_ != kInvalidLength)) { in ~ScopedAnnotation()88 AnnotationStack::PopAnnotation(old_length_); in ~ScopedAnnotation()107 size_t old_length_ = kInvalidLength; variable