HomeSort by relevance Sort by last modified time
    Searched refs:kIdent (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_token.h 66 kIdent, // other identifiers
hlo_lexer.h 50 case TokKind::kIdent:
hlo_lexer.cc 234 return TokKind::kIdent;
443 case TokKind::kIdent:
444 return "kIdent";
hlo_parser.cc     [all...]
  /external/google-breakpad/src/common/linux/
synth_elf_unittest.cc 219 const uint8_t kIdent[] = {
224 EXPECT_EQ(0, memcmp(kIdent, header->e_ident, sizeof(kIdent)));
294 const uint8_t kIdent[] = {
299 EXPECT_EQ(0, memcmp(kIdent, header->e_ident, sizeof(kIdent)));

Completed in 211 milliseconds