Home
last modified time | relevance | path

Searched refs:GetInt (Results 1 – 25 of 29) sorted by relevance

12

/external/flatbuffers/net/FlatBuffers/
DTable.cs36 int vtable = bb_pos - bb.GetInt(bb_pos); in __offset()
43 return (int)bb.GetShort(vtable + vtableOffset - bb.GetInt(vtable)) + vtable; in __offset()
49 return offset + bb.GetInt(offset); in __indirect()
54 return offset + bb.GetInt(offset); in __indirect()
60 offset += bb.GetInt(offset); in __string()
61 var len = bb.GetInt(offset); in __string()
70 offset += bb.GetInt(offset); in __vector_len()
71 return bb.GetInt(offset); in __vector_len()
78 return offset + bb.GetInt(offset) + sizeof(int); // data starts after the length in __vector()
102 t.__init(offset + bb.GetInt(offset), bb);
[all …]
DByteBuffer.cs342 public int GetInt(int offset) in GetInt() method in FlatBuffers.ByteBuffer
419 public int GetInt(int index) in GetInt() method in FlatBuffers.ByteBuffer
DFlatBufferBuilder.cs570 int vtable_start = table_start - _bb.GetInt(table_start); in Required()
/external/gptfdisk/
Dgptcl.cc163 partNum = (int) GetInt(attributeOperation, 1) - 1; in DoOptions()
198 partNum = (int) GetInt(partName, 1) - 1; in DoOptions()
289 newPartNum = (int) GetInt(newPartInfo, 1) - 1; in DoOptions()
335 p1 = GetInt(twoParts, 1) - 1; in DoOptions()
336 p2 = GetInt(twoParts, 2) - 1; in DoOptions()
363 partNum = (int) GetInt(typeCode, 1) - 1; in DoOptions()
387 partNum = (int) GetInt(partGUID, 1) - 1; in DoOptions()
490 origPartNum = GetInt(argument, i + 1) - 1; in BuildMBR()
532 uint64_t GetInt(const string & argument, int itemNum) { in GetInt() function
Dgptcl.h50 uint64_t GetInt(const string & argument, int itemNum);
/external/v8/src/snapshot/
Ddeserializer.cc209 int size = source_.GetInt() << kPointerSizeLog2; in DeserializeDeferredObjects()
236 int index = source_.GetInt(); in DeserializeInternalFields()
237 int size = source_.GetInt(); in DeserializeInternalFields()
358 SerializerReference::FromBitfield(source_.GetInt()); in GetBackReferencedObject()
395 int size = source_.GetInt() << kObjectAlignmentBits; in ReadObject()
522 int skip = source_.GetInt(); \ in ReadData()
528 int id = source_.GetInt(); \ in ReadData()
534 int cache_index = source_.GetInt(); \ in ReadData()
538 int skip = source_.GetInt(); \ in ReadData()
541 uint32_t reference_id = static_cast<uint32_t>(source_.GetInt()); \ in ReadData()
[all …]
Dsnapshot-source-sink.cc43 int size = GetInt(); in GetBlob()
Dnatives-external.cc70 int debugger_count = source->GetInt(); in MakeFromScriptsSource()
73 int library_count = source->GetInt(); in MakeFromScriptsSource()
Dsnapshot-source-sink.h43 inline int GetInt() { in GetInt() function
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.cs16 public int A { get { return __p.bb.GetInt(__p.bb_pos + 0); } }
18 public int B { get { return __p.bb.GetInt(__p.bb_pos + 4); } }
DTableInNestedNS.cs14 …NestedNS(ByteBuffer _bb, TableInNestedNS obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _b… in GetRootAsTableInNestedNS()
18 …public int Foo { get { int o = __p.__offset(4); return o != 0 ? __p.bb.GetInt(o + __p.bb_pos) : (i…
/external/flatbuffers/tests/FlatBuffers.Test/
DByteBufferTests.cs233 Assert.AreEqual(0x0A0B0C0D, uut.GetInt(0)); in ByteBuffer_GetIntReturnsCorrectData()
242 Assert.Throws<ArgumentOutOfRangeException>(() => uut.GetInt(4)); in ByteBuffer_GetIntChecksOffset()
250 Assert.Throws<ArgumentOutOfRangeException>(() => uut.GetInt(0)); in ByteBuffer_GetIntChecksLength()
DTestTable.cs95 return t.bb.GetInt(t.bb_pos + off); in GetSlot()
/external/flatbuffers/tests/MyGame/Example2/
DMonster.cs14 …GetRootAsMonster(ByteBuffer _bb, Monster obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _b… in GetRootAsMonster()
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dshared_prefs_test.py63 self.assertEquals(prefs.GetInt('myValue'), 444)
69 prefs.GetInt('myValue')
Dshared_prefs.py322 def GetInt(self, key): member in SharedPrefs
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
Dshared_prefs_test.py62 self.assertEquals(prefs.GetInt('myValue'), 444)
68 prefs.GetInt('myValue')
Dshared_prefs.py305 def GetInt(self, key): member in SharedPrefs
/external/flatbuffers/tests/namespace_test/NamespaceA/
DSecondTableInA.cs14 …dTableInA(ByteBuffer _bb, SecondTableInA obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _b… in GetRootAsSecondTableInA()
DTableInC.cs11 …GetRootAsTableInC(ByteBuffer _bb, TableInC obj) { return (obj.__init(_bb.GetInt(_bb.Position) + _b… in GetRootAsTableInC()
DTableInFirstNS.cs14 …InFirstNS(ByteBuffer _bb, TableInFirstNS obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _b… in GetRootAsTableInFirstNS()
/external/flatbuffers/tests/MyGame/Example/
DMonster.cs15 …GetRootAsMonster(ByteBuffer _bb, Monster obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _b… in GetRootAsMonster()
53 …public int Testhashs32Fnv1 { get { int o = __p.__offset(36); return o != 0 ? __p.bb.GetInt(o + __p…
61 …public int Testhashs32Fnv1a { get { int o = __p.__offset(44); return o != 0 ? __p.bb.GetInt(o + __…
139 int span = bb.GetInt(vectorLocation); in LookupByKey()
DTestSimpleTableWithEnum.cs14 …(ByteBuffer _bb, TestSimpleTableWithEnum obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _b… in GetRootAsTestSimpleTableWithEnum()
DStat.cs14 …public static Stat GetRootAsStat(ByteBuffer _bb, Stat obj) { return (obj.__assign(_bb.GetInt(_bb.P… in GetRootAsStat()
/external/flatbuffers/tests/namespace_test/NamespaceC/
DTableInC.cs14 …tRootAsTableInC(ByteBuffer _bb, TableInC obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _b… in GetRootAsTableInC()

12