Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dspan_join_operator_table.h134 kEof, enumerator
141 bool is_eof() const { return code == Code::kEof; } in is_eof()
144 Code code = Code::kEof;
Dspan_join_operator_table.cc481 return StepRet(StepRet::Code::kEof); in Step()
537 return StepRet(StepRet::Code::kEof); in Step()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_lexer.cc88 if (GetKind() == TokKind::kEof || GetKind() == TokKind::kError) { in LookAhead()
116 return TokKind::kEof; in LexToken()
460 return "kEof";
Dhlo_lexer.h37 kEof, enumerator
Dhlo_parser.cc517 } while (lexer_.GetKind() != TokKind::kEof); in ParseComputations()
3021 expect_outer_curlies ? TokKind::kRbrace : TokKind::kEof; in ParseWindow()
3977 if (lexer_.GetKind() != TokKind::kEof) { in ParseShapeOnly()
3989 if (lexer_.GetKind() != TokKind::kEof) { in ParseShardingOnly()
4001 if (lexer_.GetKind() != TokKind::kEof) { in ParseParameterReplicationOnly()
4016 if (lexer_.GetKind() != TokKind::kEof) { in ParseWindowOnly()
4029 if (lexer_.GetKind() != TokKind::kEof) { in ParseConvolutionDimensionNumbersOnly()
4042 if (lexer_.GetKind() != TokKind::kEof) { in ParsePaddingConfigOnly()
/external/lzma/CPP/7zip/UI/Console/
DUserInputUtils.h18 kEof, enumerator
DUserInputUtils.cpp41 return NUserAnswerMode::kEof; in ScanUserYesNoAllQuit()
DExtractCallbackConsole.cpp301 case NUserAnswerMode::kEof: return E_ABORT; in AskOverwrite()