Searched refs:source_code (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/utest/fidl-compiler/
H A Dtable_tests.cpp16 static bool Compiles(const std::string& source_code) { argument
17 return TestLibrary("test.fidl", source_code).Compile();
H A Dtest_library.h15 std::string source_code(raw_source_code);
17 source_code.resize(source_code.size() + 1);
18 return fidl::SourceFile(filename, source_code);

Completed in 71 milliseconds