HomeSort by relevance Sort by last modified time
    Searched refs:FlatBuffers (Results 26 - 50 of 139) sorted by null

12 3 4 5 6

  /external/flatbuffers/tests/MyGame/Example2/
Monster.php 2 // automatically generated by the FlatBuffers compiler, do not modify
6 use \Google\FlatBuffers\Struct;
7 use \Google\FlatBuffers\Table;
8 use \Google\FlatBuffers\ByteBuffer;
9 use \Google\FlatBuffers\FlatBufferBuilder;
Monster.cs 2 // automatically generated by the FlatBuffers compiler, do not modify
9 using global::FlatBuffers;
  /external/flatbuffers/tests/MyGame/
InParentNamespace.php 2 // automatically generated by the FlatBuffers compiler, do not modify
6 use \Google\FlatBuffers\Struct;
7 use \Google\FlatBuffers\Table;
8 use \Google\FlatBuffers\ByteBuffer;
9 use \Google\FlatBuffers\FlatBufferBuilder;
InParentNamespace.cs 2 // automatically generated by the FlatBuffers compiler, do not modify
9 using global::FlatBuffers;
  /external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
TableInNestedNS.php 2 // automatically generated by the FlatBuffers compiler, do not modify
6 use \Google\FlatBuffers\Struct;
7 use \Google\FlatBuffers\Table;
8 use \Google\FlatBuffers\ByteBuffer;
9 use \Google\FlatBuffers\FlatBufferBuilder;
EnumInNestedNS.go 1 // Code generated by the FlatBuffers compiler. DO NOT EDIT.
  /external/flatbuffers/tests/namespace_test/NamespaceA/
SecondTableInA.php 2 // automatically generated by the FlatBuffers compiler, do not modify
6 use \Google\FlatBuffers\Struct;
7 use \Google\FlatBuffers\Table;
8 use \Google\FlatBuffers\ByteBuffer;
9 use \Google\FlatBuffers\FlatBufferBuilder;
TableInC.php 2 // automatically generated by the FlatBuffers compiler, do not modify
6 use \Google\FlatBuffers\Struct;
7 use \Google\FlatBuffers\Table;
8 use \Google\FlatBuffers\ByteBuffer;
9 use \Google\FlatBuffers\FlatBufferBuilder;
TableInFirstNS.php 2 // automatically generated by the FlatBuffers compiler, do not modify
6 use \Google\FlatBuffers\Struct;
7 use \Google\FlatBuffers\Table;
8 use \Google\FlatBuffers\ByteBuffer;
9 use \Google\FlatBuffers\FlatBufferBuilder;
  /external/flatbuffers/tests/namespace_test/NamespaceC/
TableInC.php 2 // automatically generated by the FlatBuffers compiler, do not modify
6 use \Google\FlatBuffers\Struct;
7 use \Google\FlatBuffers\Table;
8 use \Google\FlatBuffers\ByteBuffer;
9 use \Google\FlatBuffers\FlatBufferBuilder;
  /external/flatbuffers/tests/union_vector/
Attacker.php 2 // automatically generated by the FlatBuffers compiler, do not modify
4 use \Google\FlatBuffers\Struct;
5 use \Google\FlatBuffers\Table;
6 use \Google\FlatBuffers\ByteBuffer;
7 use \Google\FlatBuffers\FlatBufferBuilder;
BookReader.cs 2 // automatically generated by the FlatBuffers compiler, do not modify
6 using global::FlatBuffers;
Rapunzel.cs 2 // automatically generated by the FlatBuffers compiler, do not modify
6 using global::FlatBuffers;
  /external/flatbuffers/tests/MyGame/Example/
Any.go 1 // Code generated by the FlatBuffers compiler. DO NOT EDIT.
AnyAmbiguousAliases.go 1 // Code generated by the FlatBuffers compiler. DO NOT EDIT.
AnyUniqueAliases.go 1 // Code generated by the FlatBuffers compiler. DO NOT EDIT.
Color.go 1 // Code generated by the FlatBuffers compiler. DO NOT EDIT.
Stat.php 2 // automatically generated by the FlatBuffers compiler, do not modify
6 use \Google\FlatBuffers\Struct;
7 use \Google\FlatBuffers\Table;
8 use \Google\FlatBuffers\ByteBuffer;
9 use \Google\FlatBuffers\FlatBufferBuilder;
  /external/flatbuffers/tests/
TestAll.sh 31 cd FlatBuffers.Test
phpTest.php 2 // manual load for testing. please use PSR style autoloader when you use flatbuffers.
22 $bb = Google\FlatBuffers\ByteBuffer::wrap($data);
29 $fbb = new Google\FlatBuffers\FlatBufferBuilder(1);
82 echo 'FlatBuffers php test: completed successfully' . PHP_EOL;
97 function test_buffer(Assert $assert, Google\FlatBuffers\ByteBuffer $bb) {
154 // $bb = flatbuffers\ByteBuffer::Wrap($correct);
158 // //$assert->deepEqual(new Buffer(monster.name(flatbuffers.Encoding.UTF8_BYTES)), new Buffer(json.name));
163 // //assert.deepEqual(new Buffer(value.name(flatbuffers.Encoding.UTF8_BYTES)), new Buffer(table.name));
168 // //assert.deepEqual(new Buffer(monster.testarrayofstring(i, flatbuffers.Encoding.UTF8_BYTES)), new Buffer(string));
172 // $fbb = new FlatBuffers\FlatBufferBuilder(1)
    [all...]
  /external/flatbuffers/samples/
csharp_sample.sh 31 # root `/flatbuffers` directory.
37 echo 'flatc' could not be found. Make sure to build FlatBuffers from the \
45 mcs SampleBinary.cs MyGame/Sample/*.cs ../net/FlatBuffers/*.cs
javascript_sample.sh 31 # root `/flatbuffers` directory.
37 echo 'flatc' could not be found. Make sure to build FlatBuffers from the \
php_sample.sh 31 # root `/flatbuffers` directory.
37 echo 'flatc' could not be found. Make sure to build FlatBuffers from the \
python_sample.sh 31 # root `/flatbuffers` directory.
37 echo 'flatc' could not be found. Make sure to build FlatBuffers from the \
  /external/flatbuffers/tests/FlatBuffers.Test/
NetTest.sh 6 ../../net/FlatBuffers/*.cs ../MyGame/Example/*.cs ../MyGame/*.cs ../union_vector/*.cs \
17 ../../net/FlatBuffers/*.cs ../MyGame/Example/*.cs ../MyGame/*.cs ../union_vector/*.cs\

Completed in 367 milliseconds

12 3 4 5 6