Searched defs:PutInt (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/snapshot/ | ||
D | snapshot-source-sink.cc | 21 void SnapshotByteSink::PutInt(uintptr_t integer, const char* description) { in PutInt() function in v8::internal::SnapshotByteSink |
/external/flatbuffers/net/FlatBuffers/ | ||
D | ByteBuffer.cs | 192 public void PutInt(int offset, int value) in PutInt() method in FlatBuffers.ByteBuffer |
D | FlatBufferBuilder.cs | 168 public void PutInt(int x) in PutInt() method in FlatBuffers.FlatBufferBuilder |
/external/v8/tools/ | ||
D | js2c.py | 511 def PutInt(blob_file, value): function |