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 15 void SnapshotByteSink::PutInt(uintptr_t integer, const char* description) {
  /external/flatbuffers/net/FlatBuffers/
ByteBuffer.cs 467 public void PutInt(int offset, int value)
562 public void PutInt(int offset, int value)
FlatBufferBuilder.cs 168 public void PutInt(int x)
170 _bb.PutInt(_space -= sizeof(int), x);
259 public void AddInt(int x) { Prep(sizeof(int), 0); PutInt(x); }
356 PutInt(off);
374 PutInt(_vectorNumElems);
647 _bb.PutInt(_space, existingVtable - vtableloc);
662 _bb.PutInt(_bb.Length - vtableloc, Offset - vtableloc);
  /external/v8/tools/
js2c.py 497 def PutInt(blob_file, value):
517 PutInt(blob_file, len(value));
532 PutInt(output, debug_sources)
537 PutInt(output, len(sources.names) - debug_sources)

Completed in 1180 milliseconds