Searched refs:kEof (Results 1 – 15 of 15) sorted by relevance
79 for (auto ret = ResultCode::kOk; ret != ResultCode::kEof;) { in ParseUnowned()99 if (bytes_written_ == kUncompressedBufferSize || ret == ResultCode::kEof) in ParseUnowned()
39 kEof, enumerator
98 return Result{ResultCode::kEof, out_size - z_stream_->avail_out}; in Decompress()
18 kEof, enumerator
41 return NUserAnswerMode::kEof; in ScanUserYesNoAllQuit()
301 case NUserAnswerMode::kEof: return E_ABORT; in AskOverwrite()
81 if (GetKind() == TokKind::kEof || GetKind() == TokKind::kError) { in LookAhead()109 return TokKind::kEof; in LexToken()465 return "kEof";
37 kEof, enumerator
840 } while (lexer_.GetKind() != TokKind::kEof); in ParseComputations()4024 expect_outer_curlies ? TokKind::kRbrace : TokKind::kEof; in ParseWindow()5090 if (lexer_.GetKind() != TokKind::kEof) { in ParseShapeOnly()5102 if (lexer_.GetKind() != TokKind::kEof) { in ParseShardingOnly()5114 if (lexer_.GetKind() != TokKind::kEof) { in ParseFrontendAttributesOnly()5127 if (lexer_.GetKind() != TokKind::kEof) { in ParseParameterReplicationOnly()5142 if (lexer_.GetKind() != TokKind::kEof) { in ParseReplicaGroupsOnly()5154 if (lexer_.GetKind() != TokKind::kEof) { in ParseWindowOnly()5167 if (lexer_.GetKind() != TokKind::kEof) { in ParseConvolutionDimensionNumbersOnly()5180 if (lexer_.GetKind() != TokKind::kEof) { in ParsePaddingConfigOnly()[all …]
40 for (auto ret = ResultCode::kOk; ret != ResultCode::kEof;) { in Decompress()
139 kEof, enumerator
499 position_ = TracePosition::kEof; in ParseInternal()567 : TracePosition::kEof; in ParseInternal()591 case TracePosition::kEof: { in ParseInternal()
159 kEof, enumerator191 bool IsEof() const { return state_ == State::kEof; } in IsEof()
733 state_ = State::kEof; in NextSliceState()747 case State::kEof: { in NextSliceState()
231 for (auto ret = ResultCode::kOk; ret != ResultCode::kEof;) { in DecompressTrace()