Home
last modified time | relevance | path

Searched refs:FlatBuffers (Results 1 – 25 of 147) sorted by relevance

123456

/external/flatbuffers/tests/
DphpTest.php22 $bb = Google\FlatBuffers\ByteBuffer::wrap($data);
29 $fbb = new Google\FlatBuffers\FlatBufferBuilder(1);
97 function test_buffer(Assert $assert, Google\FlatBuffers\ByteBuffer $bb) {
222 $builder = new Google\FlatBuffers\FlatBufferBuilder(1);
277 $view = Google\FlatBuffers\ByteBuffer::wrap($builder->sizedByteArray());
337 $uut = Google\FlatBuffers\ByteBuffer::wrap($buffer);
342 $uut = Google\FlatBuffers\ByteBuffer::wrap($buffer);
348 $uut = Google\FlatBuffers\ByteBuffer::wrap($buffer);
355 $uut = Google\FlatBuffers\ByteBuffer::wrap($buffer);
363 $uut = Google\FlatBuffers\ByteBuffer::wrap($buffer);
[all …]
/external/flatbuffers/docs/source/
Dgroups2 /// @brief FlatBuffers API for C++
5 /// @brief FlatBuffers API for C#
8 /// @brief FlatBuffers API for Go
11 /// @brief FlatBuffers API for Java
14 /// @brief FlatBuffers API for JavaScript
17 /// @brief FlatBuffers API for TypeScript
20 /// @brief FlatBuffers API for PHP
23 /// @brief FlatBuffers API for Python
DTypeScriptUsage.md6 Before diving into the FlatBuffers usage in TypeScript, it should be noted that
8 general FlatBuffers usage in all of the supported languages
10 of FlatBuffers usage in TypeScript.
17 ## FlatBuffers TypeScript library code location
19 The code for the FlatBuffers TypeScript library can be found at
22 ## Testing the FlatBuffers TypeScript library
29 ## Using the FlatBuffers TypeScript libary
32 example of how to use FlatBuffers in TypeScript.*
34 FlatBuffers supports both reading and writing FlatBuffers in TypeScript.
36 To use FlatBuffers in your own code, first generate TypeScript classes from your
[all …]
DLobsterUsage.md6 Before diving into the FlatBuffers usage in Lobster, it should be noted that the
8 FlatBuffers usage in all of the supported languages (including Lobster). This
9 page is designed to cover the nuances of FlatBuffers usage, specific to
17 ## FlatBuffers Lobster library code location
19 The code for the FlatBuffers Lobster library can be found at
21 [FlatBuffers GitHub page](https://github.com/google/flatbuffers/tree/master/
24 ## Testing the FlatBuffers Lobster library
35 ## Using the FlatBuffers Lobster library
38 example of how to use FlatBuffers in Lobster.*
40 There is support for both reading and writing FlatBuffers in Lobster.
[all …]
DPHPUsage.md6 Before diving into the FlatBuffers usage in PHP, it should be noted that
8 general FlatBuffers usage in all of the supported languages
10 FlatBuffers usage in PHP.
17 ## FlatBuffers PHP library code location
19 The code for FlatBuffers PHP library can be found at `flatbuffers/php`. You
20 can browse the library code on the [FlatBuffers
23 ## Testing the FlatBuffers JavaScript library
37 example of how to use FlatBuffers in PHP.*
39 FlatBuffers supports both reading and writing FlatBuffers in PHP.
41 To use FlatBuffers in your own code, first generate PHP classes from your schema
[all …]
DJavaCsharpUsage.md6 Before diving into the FlatBuffers usage in Java or C#, it should be noted that
8 general FlatBuffers usage in all of the supported languages (including both Java
9 and C#). This page is designed to cover the nuances of FlatBuffers usage,
17 ## FlatBuffers Java and C-sharp code location
21 The code for the FlatBuffers Java library can be found at
23 [FlatBuffers GitHub page](https://github.com/google/flatbuffers/tree/master/
28 The code for the FlatBuffers C# library can be found at
29 `flatbuffers/net/FlatBuffers`. You can browse the library on the
30 [FlatBuffers GitHub page](https://github.com/google/flatbuffers/tree/master/net/
31 FlatBuffers).
[all …]
DJavaScriptUsage.md6 Before diving into the FlatBuffers usage in JavaScript, it should be noted that
8 general FlatBuffers usage in all of the supported languages
10 of FlatBuffers usage in JavaScript.
17 ## FlatBuffers JavaScript library code location
19 The code for the FlatBuffers JavaScript library can be found at
20 `flatbuffers/js`. You can browse the library code on the [FlatBuffers
23 ## Testing the FlatBuffers JavaScript library
34 ## Using the FlatBuffers JavaScript libary
37 example of how to use FlatBuffers in JavaScript.*
39 FlatBuffers supports both reading and writing FlatBuffers in JavaScript.
[all …]
DLuaUsage.md6 Before diving into the FlatBuffers usage in Lua, it should be noted that the
8 FlatBuffers usage in all of the supported languages (including Lua). This
9 page is designed to cover the nuances of FlatBuffers usage, specific to
17 ## FlatBuffers Lua library code location
19 The code for the FlatBuffers Lua library can be found at
21 [FlatBuffers GitHub page](https://github.com/google/flatbuffers/tree/master/lua).
23 ## Testing the FlatBuffers Lua library
35 ## Using the FlatBuffers Lua library
38 example of how to use FlatBuffers in Lua.*
40 There is support for both reading and writing FlatBuffers in Lua.
[all …]
DGoUsage.md6 Before diving into the FlatBuffers usage in Go, it should be noted that
8 to general FlatBuffers usage in all of the supported languages (including Go).
9 This page is designed to cover the nuances of FlatBuffers usage, specific to
17 ## FlatBuffers Go library code location
19 The code for the FlatBuffers Go library can be found at
20 `flatbuffers/go`. You can browse the library code on the [FlatBuffers
23 ## Testing the FlatBuffers Go library
35 ## Using the FlatBuffers Go library
38 example of how to use FlatBuffers in Go.*
40 FlatBuffers supports reading and writing binary FlatBuffers in Go.
[all …]
DFlatBuffers.md1 FlatBuffers {#flatbuffers_index}
6 [FlatBuffers](@ref flatbuffers_overview) is an efficient cross platform
14 ## Why use FlatBuffers?
17 FlatBuffers apart is that it represents hierarchical data in a flat
24 (in C++, other languages may vary). FlatBuffers is also very
63 Protocol Buffers is indeed relatively similar to FlatBuffers,
64 with the primary difference being that FlatBuffers does not need a parsing/
81 If you do need to store data that doesn't fit a schema, FlatBuffers also
84 Read more about the "why" of FlatBuffers in the
87 ### Who uses FlatBuffers? argument
[all …]
DDartUsage.md6 Before diving into the FlatBuffers usage in Dart, it should be noted that
8 to general FlatBuffers usage in all of the supported languages (including Dart).
9 This page is designed to cover the nuances of FlatBuffers usage, specific to
17 ## FlatBuffers Dart library code location
19 The code for the FlatBuffers Dart library can be found at
20 `flatbuffers/dart`. You can browse the library code on the [FlatBuffers
23 ## Testing the FlatBuffers Dart library
35 ## Using the FlatBuffers Dart library
38 example of how to use FlatBuffers in Dart.*
40 FlatBuffers supports reading and writing binary FlatBuffers in Dart.
[all …]
DPythonUsage.md6 Before diving into the FlatBuffers usage in Python, it should be noted that the
8 FlatBuffers usage in all of the supported languages (including Python). This
9 page is designed to cover the nuances of FlatBuffers usage, specific to
17 ## FlatBuffers Python library code location
19 The code for the FlatBuffers Python library can be found at
21 [FlatBuffers GitHub page](https://github.com/google/flatbuffers/tree/master/
24 ## Testing the FlatBuffers Python library
36 ## Using the FlatBuffers Python library
39 example of how to use FlatBuffers in Python.*
41 There is support for both reading and writing FlatBuffers in Python.
[all …]
DRustUsage.md6 Before diving into the FlatBuffers usage in Rust, it should be noted that
8 to general FlatBuffers usage in all of the supported languages (including Rust).
9 This page is designed to cover the nuances of FlatBuffers usage, specific to
14 This page assumes you have written a FlatBuffers schema and compiled it
26 ## FlatBuffers Rust library code location
28 The code for the FlatBuffers Rust library can be found at
30 [FlatBuffers GitHub page](https://github.com/google/flatbuffers/tree/master/rust).
32 ## Testing the FlatBuffers Rust library
48 ## Using the FlatBuffers Rust library
51 example of how to use FlatBuffers in Rust.*
[all …]
/external/flatbuffers/
Dreadme.md1 ![logo](http://google.github.io/flatbuffers/fpl_logo_small.png) FlatBuffers
7 **FlatBuffers** is a cross platform serialization library architected for
37 * [FlatBuffers Google Group][] to discuss FlatBuffers with other developers and users.
38 * [FlatBuffers Issues Tracker][] to submit an issue.
39 * [stackoverflow.com][] with [`flatbuffers` tag][] for any questions regarding FlatBuffers.
50 [FlatBuffers Google Group]: https://groups.google.com/forum/#!forum/flatbuffers
51 [FlatBuffers Issues Tracker]: http://github.com/google/flatbuffers/issues
D.gitignore73 FlatBuffers.cbp
74 build/Xcode/FlatBuffers.xcodeproj/project.xcworkspace/**
75 build/Xcode/FlatBuffers.xcodeproj/xcuserdata/**
76 FlatBuffers.xcodeproj/
83 build/VS2010/FlatBuffers.sdf
84 build/VS2010/FlatBuffers.opensdf
/external/flatbuffers/tests/union_vector/
DBookReader.php4 use \Google\FlatBuffers\Struct;
5 use \Google\FlatBuffers\Table;
6 use \Google\FlatBuffers\ByteBuffer;
7 use \Google\FlatBuffers\FlatBufferBuilder;
DRapunzel.php4 use \Google\FlatBuffers\Struct;
5 use \Google\FlatBuffers\Table;
6 use \Google\FlatBuffers\ByteBuffer;
7 use \Google\FlatBuffers\FlatBufferBuilder;
DAttacker.php4 use \Google\FlatBuffers\Struct;
5 use \Google\FlatBuffers\Table;
6 use \Google\FlatBuffers\ByteBuffer;
7 use \Google\FlatBuffers\FlatBufferBuilder;
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.php6 use \Google\FlatBuffers\Struct;
7 use \Google\FlatBuffers\Table;
8 use \Google\FlatBuffers\ByteBuffer;
9 use \Google\FlatBuffers\FlatBufferBuilder;
DTableInNestedNS.php6 use \Google\FlatBuffers\Struct;
7 use \Google\FlatBuffers\Table;
8 use \Google\FlatBuffers\ByteBuffer;
9 use \Google\FlatBuffers\FlatBufferBuilder;
/external/flatbuffers/tests/MyGame/Example/
DTest.php6 use \Google\FlatBuffers\Struct;
7 use \Google\FlatBuffers\Table;
8 use \Google\FlatBuffers\ByteBuffer;
9 use \Google\FlatBuffers\FlatBufferBuilder;
DAbility.php6 use \Google\FlatBuffers\Struct;
7 use \Google\FlatBuffers\Table;
8 use \Google\FlatBuffers\ByteBuffer;
9 use \Google\FlatBuffers\FlatBufferBuilder;
/external/flatbuffers/tests/MyGame/
DInParentNamespace.php6 use \Google\FlatBuffers\Struct;
7 use \Google\FlatBuffers\Table;
8 use \Google\FlatBuffers\ByteBuffer;
9 use \Google\FlatBuffers\FlatBufferBuilder;
/external/flatbuffers/tests/MyGame/Example2/
DMonster.php6 use \Google\FlatBuffers\Struct;
7 use \Google\FlatBuffers\Table;
8 use \Google\FlatBuffers\ByteBuffer;
9 use \Google\FlatBuffers\FlatBufferBuilder;
/external/flatbuffers/dart/
DREADME.md1 # FlatBuffers for Dart
6 compiler to generate Dart code from a FlatBuffers IDL schema. For example, the
10 supported by FlatBuffers, as illustrated in the `example.dart` in the
13 Additional documentation and examples are available [at the FlatBuffers site](https://google.github…

123456