Searched refs:PutDouble (Results 1 – 11 of 11) sorted by relevance
/external/flatbuffers/tests/MyGame/ |
D | MonsterExtra.cs | 24 …public bool MutateD0(double d0) { int o = __p.__offset(4); if (o != 0) { __p.bb.PutDouble(o + __p.… in MutateD0() 26 …public bool MutateD1(double d1) { int o = __p.__offset(6); if (o != 0) { __p.bb.PutDouble(o + __p.… in MutateD1() 28 …public bool MutateD2(double d2) { int o = __p.__offset(8); if (o != 0) { __p.bb.PutDouble(o + __p.… in MutateD2() 30 …public bool MutateD3(double d3) { int o = __p.__offset(10); if (o != 0) { __p.bb.PutDouble(o + __p… in MutateD3() 47 …ec(int j, double dvec) { int o = __p.__offset(20); if (o != 0) { __p.bb.PutDouble(__p.__vector(o) … in MutateDvec()
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Vec3.cs | 26 public void MutateTest1(double test1) { __p.bb.PutDouble(__p.bb_pos + 16, test1); } in MutateTest1() 40 builder.PutDouble(Test1); in CreateVec3()
|
D | TypeAliases.cs | 41 …public bool MutateF64(double f64) { int o = __p.__offset(22); if (o != 0) { __p.bb.PutDouble(o + _… in MutateF64() 59 …64(int j, double vf64) { int o = __p.__offset(26); if (o != 0) { __p.bb.PutDouble(__p.__vector(o) … in MutateVf64()
|
D | Monster.cs | 135 …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 | 223 public void PutDouble(double x) in PutDouble() method in FlatBuffers.FlatBufferBuilder 225 _bb.PutDouble(_space -= sizeof(double), x); in PutDouble() 347 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/llvm-project/lldb/include/lldb/Utility/ |
D | Stream.h | 163 size_t PutDouble(double d,
|
/external/llvm-project/lldb/source/Utility/ |
D | Stream.cpp | 315 size_t Stream::PutDouble(double d, ByteOrder byte_order) { in PutDouble() function in Stream
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | sink.h | 322 bool PutDouble(HandlersPtr::Selector s, double val) { in PutDouble() function
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 6193 bool PutDouble(Handlers::Selector s, double val); 6546 inline bool Sink::PutDouble(Handlers::Selector sel, double val) {
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 5956 bool PutDouble(HandlersPtr::Selector s, double val) {
|