Home
last modified time | relevance | path

Searched refs:d_a (Results 1 – 6 of 6) sorted by relevance

/third_party/flatbuffers/tests/MyGame/Example/
DArrayStruct.java27 …teArrayStruct(FlatBufferBuilder builder, float a, int[] b, byte c, int[][] d_a, byte[] d_b, byte[]… in createArrayStruct() argument
45 builder.putInt(d_a[_idx0-1][_idx1-1]); in createArrayStruct()
DArrayStruct.py72 def CreateArrayStruct(builder, a, b, c, d_a, d_b, d_c, d_d, e, f): argument
87 builder.PrependInt32(d_a[_idx0-1][_idx1-1])
/third_party/flatbuffers/tests/FlatBuffers.Test/
DFlatBuffersExampleTests.cs382 int[,] d_a = new int[2, 2]; in TestFixedLenghtArrays()
392 d_a[0, 0] = 1; in TestFixedLenghtArrays()
393 d_a[0, 1] = 2; in TestFixedLenghtArrays()
394 d_a[1, 0] = 3; in TestFixedLenghtArrays()
395 d_a[1, 1] = 4; in TestFixedLenghtArrays()
411 builder, a, b, c, d_a, d_b, d_c, d_d, e, f); in TestFixedLenghtArrays()
/third_party/flatbuffers/tests/
DJavaTest.java536 int[][] d_a = new int[2][2]; in TestFixedLengthArrays() local
546 d_a[0][0] = 1; in TestFixedLengthArrays()
547 d_a[0][1] = 2; in TestFixedLengthArrays()
548 d_a[1][0] = 3; in TestFixedLengthArrays()
549 d_a[1][1] = 4; in TestFixedLengthArrays()
565 a, b, c, d_a, d_b, d_c, d_d, e, f); in TestFixedLengthArrays()
Dpy_test.py2167 d_a = [[1, 2], [3, 4]]
2179 a, b, c, d_a, d_b, d_c, d_d, e, f)
/third_party/boost/libs/bimap/doc/reference/
Dbimap.qbk88 * `D(n) = d_l(n) + d_r(n) [ + d_a(n) ]`