Searched refs:PutDouble (Results 1 – 8 of 8) sorted by relevance
/external/flatbuffers/tests/MyGame/ |
D | MonsterExtra.cs | 27 …dNan(double testd_nan) { int o = __p.__offset(10); if (o != 0) { __p.bb.PutDouble(o + __p.bb_pos, … in MutateTestdNan() 29 …inf(double testd_pinf) { int o = __p.__offset(12); if (o != 0) { __p.bb.PutDouble(o + __p.bb_pos, … in MutateTestdPinf() 31 …inf(double testd_ninf) { int o = __p.__offset(14); if (o != 0) { __p.bb.PutDouble(o + __p.bb_pos, … in MutateTestdNinf()
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Vec3.cs | 25 public void MutateTest1(double test1) { __p.bb.PutDouble(__p.bb_pos + 16, test1); } in MutateTest1() 39 builder.PutDouble(Test1); in CreateVec3()
|
D | TypeAliases.cs | 39 …public bool MutateF64(double f64) { int o = __p.__offset(22); if (o != 0) { __p.bb.PutDouble(o + _… in MutateF64() 57 …64(int j, double vf64) { int o = __p.__offset(26); if (o != 0) { __p.bb.PutDouble(__p.__vector(o) … in MutateVf64()
|
D | Monster.cs | 134 …ble vector_of_doubles) { int o = __p.__offset(70); if (o != 0) { __p.bb.PutDouble(__p.__vector(o) … in MutateVectorOfDoubles()
|
/external/flatbuffers/net/FlatBuffers/ |
D | FlatBufferBuilder.cs | 219 public void PutDouble(double x) in PutDouble() method in FlatBuffers.FlatBufferBuilder 221 _bb.PutDouble(_space -= sizeof(double), x); in PutDouble() 343 PutDouble(x); } in AddDouble()
|
D | ByteBuffer.cs | 529 public unsafe void PutDouble(int offset, double value) in PutDouble() method in FlatBuffers.ByteBuffer 594 public void PutDouble(int offset, double value) in PutDouble() method in FlatBuffers.ByteBuffer
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 5483 bool PutDouble(Handlers::Selector s, double val); 5833 inline bool Sink::PutDouble(Handlers::Selector sel, double val) {
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 5918 bool PutDouble(Handlers::Selector s, double val); 6268 inline bool Sink::PutDouble(Handlers::Selector sel, double val) {
|