HomeSort by relevance Sort by last modified time
    Searched defs:PutInt (Results 1 - 4 of 4) sorted by null

  /external/v8/src/snapshot/
snapshot-source-sink.cc 21 void SnapshotByteSink::PutInt(uintptr_t integer, const char* description) {
  /external/flatbuffers/net/FlatBuffers/
ByteBuffer.cs 192 public void PutInt(int offset, int value)
270 public void PutInt(int offset, int value)
FlatBufferBuilder.cs 168 public void PutInt(int x)
170 _bb.PutInt(_space -= sizeof(int), x);
233 public void AddInt(int x) { Prep(sizeof(int), 0); PutInt(x); }
277 PutInt(off);
295 PutInt(_vectorNumElems);
547 _bb.PutInt(_space, existingVtable - vtableloc);
562 _bb.PutInt(_bb.Length - vtableloc, Offset - vtableloc);
  /external/v8/tools/
js2c.py 511 def PutInt(blob_file, value):
531 PutInt(blob_file, len(value));
546 PutInt(output, debug_sources)
551 PutInt(output, len(sources.names) - debug_sources)

Completed in 94 milliseconds