Home
last modified time | relevance | path

Searched refs:fbs (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/flatbuffers/tests/
Dgenerate_code.sh35 $TEST_NOINCL_FLAGS $TEST_CPP_FLAGS $TEST_CS_FLAGS -I include_test monster_test.fbs monsterdata_test…
36 ../flatc --rust $TEST_RUST_FLAGS -I include_test monster_test.fbs monsterdata_test.json
38 ../flatc --python $TEST_BASE_FLAGS -I include_test monster_test.fbs monsterdata_test.json
41 …ST_TS_FLAGS -o namespace_test namespace_test/namespace_test1.fbs namespace_test/namespace_test2.fbs
45 …_RUST_FLAGS -o namespace_test namespace_test/namespace_test1.fbs namespace_test/namespace_test2.fbs
47 …FLAGS $TEST_CPP_FLAGS $TEST_CS_FLAGS $TEST_TS_FLAGS -o union_vector ./union_vector/union_vector.fbs
48 …s --gen-name-strings --gen-mutable $TEST_BASE_FLAGS $TEST_TS_FLAGS -I include_test monster_test.fbs
49 ../flatc $TEST_BASE_FLAGS $TEST_TS_FLAGS -b -I include_test monster_test.fbs unicode_test.json
50 …ts --gen-name-strings $TEST_BASE_FLAGS $TEST_TS_FLAGS -o union_vector union_vector/union_vector.fbs
51 ../flatc --rust -I include_test -o include_test include_test/include_test1.fbs
[all …]
Dgenerate_code.bat38 %TEST_NOINCL_FLAGS% %TEST_CPP_FLAGS% %TEST_CS_FLAGS% -I include_test monster_test.fbs monsterdata_t…
39 ..\%buildtype%\flatc.exe --rust %TEST_RUST_FLAGS% -I include_test monster_test.fbs monsterdata_test…
41 ..\%buildtype%\flatc.exe --python %TEST_BASE_FLAGS% -I include_test monster_test.fbs monsterdata_te…
44 …_FLAGS% -o namespace_test namespace_test/namespace_test1.fbs namespace_test/namespace_test2.fbs ||…
48 …_FLAGS% -o namespace_test namespace_test/namespace_test1.fbs namespace_test/namespace_test2.fbs ||…
50 …FLAGS% %TEST_CS_FLAGS% %TEST_TS_FLAGS% -o union_vector ./union_vector/union_vector.fbs || goto FAIL
51 …--gen-name-strings --gen-mutable %TEST_BASE_FLAGS% %TEST_TS_FLAGS% -I include_test monster_test.fbs
52 ..\%buildtype%\flatc.exe %TEST_BASE_FLAGS% %TEST_TS_FLAGS% -b -I include_test monster_test.fbs unic…
53 … --gen-name-strings %TEST_BASE_FLAGS% %TEST_TS_FLAGS% -o union_vector union_vector/union_vector.fbs
54 ..\%buildtype%\flatc.exe --rust -I include_test -o include_test include_test/include_test1.fbs || g…
[all …]
DBUILD.bazel32 ":arrays_test.fbs",
34 ":evolution_test/evolution_v1.fbs",
36 ":evolution_test/evolution_v2.fbs",
38 ":include_test/include_test1.fbs",
39 ":include_test/sub/include_test2.fbs",
40 ":monster_extra.fbs",
42 ":monster_test.fbs",
46 ":native_type_test.fbs",
47 ":optional_scalars.fbs",
57 ":union_vector/union_vector.fbs",
[all …]
DTypeScriptTest.sh24 ../flatc --ts --gen-name-strings --gen-mutable --gen-object-api -I include_test monster_test.fbs
25 ../flatc --gen-object-api -b -I include_test monster_test.fbs unicode_test.json
26 …-ts --gen-name-strings --gen-mutable --gen-object-api -o union_vector union_vector/union_vector.fbs
DTypeScriptTest.bat2 ../flatc.exe --ts --gen-name-strings --gen-mutable --gen-object-api -I include_test monster_test.fbs
3 ../flatc.exe --gen-object-api -b -I include_test monster_test.fbs unicode_test.json
4 …-ts --gen-name-strings --gen-mutable --gen-object-api -o union_vector union_vector/union_vector.fbs
DPythonTest.sh23 ${test_dir}/../flatc -p -o ${gen_code_path} -I include_test monster_test.fbs --gen-object-api
24 ${test_dir}/../flatc -p -o ${gen_code_path} -I include_test monster_extra.fbs --gen-object-api
/third_party/flatbuffers/dart/
Dpublish.sh24 cp ../samples/monster.fbs example/
25 cp ../tests/monster_test.fbs test/
26 cp -r ../tests/include_test/*.fbs test/
30 ../../flatc --dart ./monster.fbs
34 ../../flatc --dart ./monster_test.fbs
39 rm example/monster.fbs
40 rm test/*.fbs
/third_party/flatbuffers/android/app/src/main/cpp/generated/
Danimal_generated.h10 namespace fbs {
87 return com::fbs::app::CreateAnimal(
94 inline const com::fbs::app::Animal *GetAnimal(const void *buf) { in GetAnimal()
95 return flatbuffers::GetRoot<com::fbs::app::Animal>(buf); in GetAnimal()
98 inline const com::fbs::app::Animal *GetSizePrefixedAnimal(const void *buf) { in GetSizePrefixedAnimal()
99 return flatbuffers::GetSizePrefixedRoot<com::fbs::app::Animal>(buf); in GetSizePrefixedAnimal()
104 return verifier.VerifyBuffer<com::fbs::app::Animal>(nullptr); in VerifyAnimalBuffer()
109 return verifier.VerifySizePrefixedBuffer<com::fbs::app::Animal>(nullptr); in VerifySizePrefixedAnimalBuffer()
114 flatbuffers::Offset<com::fbs::app::Animal> root) { in FinishAnimalBuffer()
120 flatbuffers::Offset<com::fbs::app::Animal> root) { in FinishSizePrefixedAnimalBuffer()
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/
DSwiftTest.sh8 … -I ${test_dir}/include_test ${test_dir}/monster_test.fbs ${test_dir}/union_vector/union_vector.fbs
9 fbc --swift ${test_dir}/optional_scalars.fbs
10 fbc --swift --gen-object-api ${test_dir}/more_defaults.fbs
/third_party/flatbuffers/
DCMakeLists.txt147 # file generate by running compiler on tests/monster_test.fbs
149 # file generate by running compiler on namespace_test/namespace_test1.fbs
152 # file generate by running compiler on union_vector/union_vector.fbs
154 # file generate by running compiler on tests/arrays_test.fbs
156 # file generate by running compiler on tests/native_type_test.fbs
158 # file generate by running compiler on tests/monster_extra.fbs
160 # file generate by running compiler on tests/monster_test.fbs
162 # file generate by running compiler on tests/optional_scalars.fbs
171 # file generate by running compiler on tests/monster_test.fbs
181 # file generated by running compiler on samples/monster.fbs
[all …]
/third_party/flatbuffers/tests/include_test/
Dinclude_test1.fbs1 include "sub/include_test2.fbs";
2 include "sub/include_test2.fbs"; // should be skipped
3 include "include_test1.fbs"; // should be skipped
/third_party/flatbuffers/tests/cpp17/
Dstringify_util.h68 std::string AddStringifiedField(const FBS &fbs, const std::string &indent) {
70 StringifyFlatbufferValue(fbs.template get_field<Index>(), indent);
77 std::string StringifyTableOrStructImpl(const FBS &fbs,
81 return (AddStringifiedField<Indexes>(fbs, indent) + ...);
85 std::string StringifyTableOrStruct(const FBS &fbs, const std::string &indent) {
90 StringifyTableOrStructImpl(fbs, indent + " ",
/third_party/mindspore/mindspore/lite/tools/schema_gen/
DCMakeLists.txt17 OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/../../schema/ops.fbs
21 COMMENT "Running Generate ops.fbs" VERBATIM)
23 add_custom_target(gen_ops ALL DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/../../schema/ops.fbs)
/third_party/libdrm/tests/modeprint/
Dmodeprint.c55 int fbs; variable
292 if (fbs) { in printRes()
294 fb = drmModeGetFB(fd, res->fbs[i]); in printRes()
297 printf("Could not get fb %i\n", res->fbs[i]); in printRes()
313 fbs = 0; in args()
327 fbs = 1; in args()
357 fbs = 1; in args()
372 fbs = 1; in args()
/third_party/flatbuffers/android/app/
Dbuild.gradle44 def inputDir = file("$projectDir/src/main/fbs")
46 …= layout.files { file(inputDir).listFiles() }.filter { File f -> f.name.endsWith(".fbs") }.toList()
70 def inputDir = file("$projectDir/src/main/fbs")
72 …= layout.files { file(inputDir).listFiles() }.filter { File f -> f.name.endsWith(".fbs") }.toList()
/third_party/flatbuffers/tests/include_test/sub/
Dinclude_test2.fbs1 include "include_test1.fbs";
2 include "sub/include_test2.fbs"; // should be skipped
/third_party/ffmpeg/libavcodec/
Dcbs_av1_syntax_template.c229 fbs(12, operating_point_idc[i], 1, i); in FUNC()
230 fbs(5, seq_level_idx[i], 1, i); in FUNC()
241 fbs(n, decoder_buffer_delay[i], 1, i); in FUNC()
242 fbs(n, encoder_buffer_delay[i], 1, i); in FUNC()
252 fbs(4, initial_display_delay_minus_1[i], 1, i); in FUNC()
791 fbs(bits[j], feature_value[i][j], 2, i, j); in FUNC()
961 fbs(4, cdef_y_pri_strength[i], 1, i); in FUNC()
962 fbs(2, cdef_y_sec_strength[i], 1, i); in FUNC()
965 fbs(4, cdef_uv_pri_strength[i], 1, i); in FUNC()
966 fbs(2, cdef_uv_sec_strength[i], 1, i); in FUNC()
[all …]
/third_party/flatbuffers/samples/
Dphp_sample.sh33 ../flatc --php monster.fbs
35 ../Debug/flatc --php monster.fbs
Dpython_sample.sh33 ../flatc --python monster.fbs
35 ../Debug/flatc --python monster.fbs
Djavascript_sample.sh33 ../flatc --js monster.fbs
35 ../Debug/flatc --js monster.fbs
Ddart_sample.sh35 ../../flatc --dart ../../samples/monster.fbs
37 ../../Debug/flatc --dart ../../samples/monster.fbs
Dcsharp_sample.sh33 ../flatc --csharp --gen-mutable monster.fbs
35 ../Debug/flatc --csharp --gen-mutable monster.fbs
Djava_sample.sh33 ../flatc --java --gen-mutable monster.fbs
35 ../Debug/flatc --java --gen-mutable monster.fbs
Dgo_sample.sh33 ../flatc --go monster.fbs
35 ../Debug/flatc --go monster.fbs
Dkotlin_sample.sh34 ../flatc --kotlin --gen-mutable monster.fbs
36 ../Debug/flatc --kotlin --gen-mutable monster.fbs

1234