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

  /external/flatbuffers/samples/
sample_text.cpp 28 std::string schemafile; local
30 bool ok = flatbuffers::LoadFile("samples/monster.fbs", false, &schemafile) &&
40 ok = parser.Parse(schemafile.c_str(), include_directories) &&
  /external/flatbuffers/tests/
test.cpp 565 std::string schemafile; local
567 false, &schemafile), true);
575 TEST_EQ(parser.Parse(schemafile.c_str(), include_directories), true);
597 std::string schemafile; local
602 binary, &schemafile),
618 reinterpret_cast<const uint8_t *>(schemafile.c_str()),
619 schemafile.size());
621 //auto schema = reflection::GetSchema(schemafile.c_str());
622 TEST_EQ(parser.Deserialize((const uint8_t *)schemafile.c_str(), schemafile.size()), true)
    [all...]

Completed in 61 milliseconds