Searched refs:kEof (Results 1 – 15 of 15) sorted by relevance
18 kEof, enumerator
41 return NUserAnswerMode::kEof; in ScanUserYesNoAllQuit()
301 case NUserAnswerMode::kEof: return E_ABORT; in AskOverwrite()
80 if (GetKind() == TokKind::kEof || GetKind() == TokKind::kError) { in LookAhead()108 return TokKind::kEof; in LexToken()451 return "kEof";
37 kEof, enumerator
536 } while (lexer_.GetKind() != TokKind::kEof); in ParseComputations()3135 expect_outer_curlies ? TokKind::kRbrace : TokKind::kEof; in ParseWindow()4119 if (lexer_.GetKind() != TokKind::kEof) { in ParseShapeOnly()4131 if (lexer_.GetKind() != TokKind::kEof) { in ParseShardingOnly()4143 if (lexer_.GetKind() != TokKind::kEof) { in ParseFrontendAttributesOnly()4156 if (lexer_.GetKind() != TokKind::kEof) { in ParseParameterReplicationOnly()4171 if (lexer_.GetKind() != TokKind::kEof) { in ParseReplicaGroupsOnly()4183 if (lexer_.GetKind() != TokKind::kEof) { in ParseWindowOnly()4196 if (lexer_.GetKind() != TokKind::kEof) { in ParseConvolutionDimensionNumbersOnly()4209 if (lexer_.GetKind() != TokKind::kEof) { in ParsePaddingConfigOnly()[all …]
39 kEof, enumerator
94 return Result{ResultCode::kEof, out_size - z_stream_->avail_out}; in Decompress()
60 for (auto ret = ResultCode::kOk; ret != ResultCode::kEof;) { in Parse()
386 position_ = TracePosition::kEof; in ParseInternal()455 : TracePosition::kEof; in ParseInternal()476 case TracePosition::kEof: { in ParseInternal()
130 kEof, enumerator
157 kEof, enumerator181 bool IsEof() const { return state_ == State::kEof; } in IsEof()
634 state_ = State::kEof; in NextSliceState()648 case State::kEof: { in NextSliceState()
153 for (auto ret = ResultCode::kOk; ret != ResultCode::kEof;) { in DecompressTrace()
71 for (auto ret = ResultCode::kOk; ret != ResultCode::kEof;) { in Decompress()