Searched refs:ReadPath (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/ |
D | text_literal_reader.h | 44 static StatusOr<Literal> ReadPath(absl::string_view path);
|
D | text_literal_reader_test.cc | 45 Literal literal = TextLiteralReader::ReadPath(fname).ConsumeValueOrDie(); in TEST()
|
D | text_literal_reader.cc | 43 StatusOr<Literal> TextLiteralReader::ReadPath(absl::string_view path) { in ReadPath() function in xla::TextLiteralReader
|
/external/libchrome/mojo/public/cpp/base/ |
D | file_path_mojom_traits.cc | 20 if (!data.ReadPath(&path_view)) { in Read()
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | show_text_literal.cc | 40 xla::TextLiteralReader::ReadPath(argv[1]).ConsumeValueOrDie(); in main()
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 2034 std::string ReadPath(ModuleFile &F, const RecordData &Record, unsigned &Idx);
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 1080 auto Filename = ReadPath(F, Record, Idx); in ParseLineTable() 2354 auto ImportedFile = ReadPath(F, Record, Idx); in ReadControlBlock() 3222 F.ModuleMapPath = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock() 3276 std::string Filename = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock() 8181 std::string ASTReader::ReadPath(ModuleFile &F, const RecordData &Record, in ReadPath() function in ASTReader
|