Home
last modified time | relevance | path

Searched refs:createTableInC (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/tests/namespace_test/NamespaceC/
DTableInC.php62 public static function createTableInC(FlatBufferBuilder $builder, $refer_to_a1, $refer_to_a2) function in NamespaceC\\TableInC
DTableInC.kt45 … fun createTableInC(builder: FlatBufferBuilder, referToA1Offset: Int, referToA2Offset: Int) : Int { in createTableInC() method
DTableInC.java23 public static int createTableInC(FlatBufferBuilder builder, in createTableInC() method in TableInC
/third_party/flatbuffers/tests/namespace_test/NamespaceA/
DTableInC.php62 public static function createTableInC(FlatBufferBuilder $builder, $refer_to_a1, $refer_to_a2) function in NamespaceA\\TableInC