Searched refs:FlatBuffers (Results 1 – 25 of 178) sorted by relevance
12345678
/external/flatbuffers/tests/ |
D | phpTest.php | 22 $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/ |
D | groups | 2 /// @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
|
D | TypeScriptUsage.md | 6 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 …]
|
D | LobsterUsage.md | 6 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 …]
|
D | SwiftUsage.md | 6 Before diving into the FlatBuffers usage in Swift, it should be noted that 8 to general FlatBuffers usage in all of the supported languages (including Swift). 9 This page is designed to cover the nuances of FlatBuffers usage, specific to 17 ## FlatBuffers Swift library code location 19 The code for the FlatBuffers Swift library can be found at 20 `flatbuffers/swift`. You can browse the library code on the [FlatBuffers 23 ## Testing the FlatBuffers Swift library 26 …uffers.Test.Swift](https://github.com/google/flatbuffers/blob/master/tests/FlatBuffers.Test.Swift). 28 …[SwiftTest.sh](https://github.com/google/flatbuffers/blob/master/tests/FlatBuffers.Test.Swift/Swif… 33 ## Using the FlatBuffers Swift library [all …]
|
D | PHPUsage.md | 6 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 …]
|
D | CsharpUsage.md | 6 Before diving into the FlatBuffers usage in C#, it should be noted that 8 general FlatBuffers usage in all of the supported languages (including C#). 9 This page is designed to cover the nuances of FlatBuffers usage, 17 ## FlatBuffers C-sharp code location 19 The code for the FlatBuffers C# library can be found at 20 `flatbuffers/net/FlatBuffers`. You can browse the library on the 21 [FlatBuffers GitHub page](https://github.com/google/flatbuffers/tree/master/net/ 22 FlatBuffers). 24 ## Testing the FlatBuffers C-sharp libraries 28 The test code for C# is located in the [FlatBuffers.Test](https://github.com/ [all …]
|
D | JavaScriptUsage.md | 6 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 …]
|
D | LuaUsage.md | 6 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 …]
|
D | KotlinUsage.md | 6 Before diving into the FlatBuffers usage in Kotlin, it should be noted that 8 general FlatBuffers usage in all of the supported languages (including K). 10 This page is designed to cover the nuances of FlatBuffers usage, specific to Kotlin. 17 ## Kotlin and FlatBuffers Java 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/ 26 ## Testing FlatBuffers Kotlin 36 ## Using the FlatBuffers Kotlin library 39 example of how to use FlatBuffers in Kotlin.* 41 FlatBuffers supports reading and writing binary FlatBuffers in Kotlin. [all …]
|
D | GoUsage.md | 6 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 …]
|
D | DartUsage.md | 6 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 …]
|
D | PythonUsage.md | 6 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 …]
|
D | JavaUsage.md | 6 Before diving into the FlatBuffers usage in Java, it should be noted that 8 general FlatBuffers usage in all of the supported languages (including Java). 9 This page is designed to cover the nuances of FlatBuffers usage, 17 ## FlatBuffers Java code location 19 The code for the FlatBuffers Java library can be found at 21 [FlatBuffers GitHub page](https://github.com/google/flatbuffers/tree/master/ 24 ## Testing the FlatBuffers Java libraries 39 ## Using the FlatBuffers Java library 42 example of how to use FlatBuffers in Java.* 44 FlatBuffers supports reading and writing binary FlatBuffers in Java. [all …]
|
D | FlatBuffers.md | 1 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 …]
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
D | NetTest.sh | 9 dotnet_tmp/dotnet sln add FlatBuffers.Test.csproj 19 msbuild -property:Configuration=Release,OutputPath=tempcs -verbosity:minimal FlatBuffers.Test.csproj 20 mono tempcs/FlatBuffers.Test.exe 27 …on=Release,UnsafeByteBuffer=true,OutputPath=tempcsUnsafe -verbosity:minimal FlatBuffers.Test.csproj 28 mono tempcsUnsafe/FlatBuffers.Test.exe 38 rm FlatBuffers.Test.sln
|
/external/flatbuffers/ |
D | readme.md | 1 ![logo](http://google.github.io/flatbuffers/fpl_logo_small.png) FlatBuffers 11 **FlatBuffers** is a cross platform serialization library architected for 41 * [FlatBuffers Google Group][] to discuss FlatBuffers with other developers and users. 42 * [FlatBuffers Issues Tracker][] to submit an issue. 43 * [stackoverflow.com][] with [`flatbuffers` tag][] for any questions regarding FlatBuffers. 54 [FlatBuffers Google Group]: https://groups.google.com/forum/#!forum/flatbuffers 55 [FlatBuffers Issues Tracker]: http://github.com/google/flatbuffers/issues
|
D | .gitignore | 79 FlatBuffers.cbp 80 build/Xcode/FlatBuffers.xcodeproj/project.xcworkspace/** 81 build/Xcode/FlatBuffers.xcodeproj/xcuserdata/** 82 FlatBuffers.xcodeproj/ 89 build/VS2010/FlatBuffers.sdf 90 build/VS2010/FlatBuffers.opensdf
|
/external/flatbuffers/tests/union_vector/ |
D | Rapunzel.php | 4 use \Google\FlatBuffers\Struct; 5 use \Google\FlatBuffers\Table; 6 use \Google\FlatBuffers\ByteBuffer; 7 use \Google\FlatBuffers\FlatBufferBuilder;
|
D | BookReader.php | 4 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/ |
D | StructInNestedNS.php | 6 use \Google\FlatBuffers\Struct; 7 use \Google\FlatBuffers\Table; 8 use \Google\FlatBuffers\ByteBuffer; 9 use \Google\FlatBuffers\FlatBufferBuilder;
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Ability.php | 6 use \Google\FlatBuffers\Struct; 7 use \Google\FlatBuffers\Table; 8 use \Google\FlatBuffers\ByteBuffer; 9 use \Google\FlatBuffers\FlatBufferBuilder;
|
D | Test.php | 6 use \Google\FlatBuffers\Struct; 7 use \Google\FlatBuffers\Table; 8 use \Google\FlatBuffers\ByteBuffer; 9 use \Google\FlatBuffers\FlatBufferBuilder;
|
/external/flatbuffers/tests/MyGame/Example2/ |
D | Monster.php | 6 use \Google\FlatBuffers\Struct; 7 use \Google\FlatBuffers\Table; 8 use \Google\FlatBuffers\ByteBuffer; 9 use \Google\FlatBuffers\FlatBufferBuilder;
|
/external/flatbuffers/tests/MyGame/ |
D | InParentNamespace.php | 6 use \Google\FlatBuffers\Struct; 7 use \Google\FlatBuffers\Table; 8 use \Google\FlatBuffers\ByteBuffer; 9 use \Google\FlatBuffers\FlatBufferBuilder;
|
12345678