/external/flatbuffers/net/FlatBuffers/ |
D | Table.cs | 36 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 …]
|
D | ByteBuffer.cs | 342 public int GetInt(int offset) in GetInt() method in FlatBuffers.ByteBuffer 419 public int GetInt(int index) in GetInt() method in FlatBuffers.ByteBuffer
|
D | FlatBufferBuilder.cs | 570 int vtable_start = table_start - _bb.GetInt(table_start); in Required()
|
/external/gptfdisk/ |
D | gptcl.cc | 163 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
|
D | gptcl.h | 50 uint64_t GetInt(const string & argument, int itemNum);
|
/external/v8/src/snapshot/ |
D | deserializer.cc | 209 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 …]
|
D | snapshot-source-sink.cc | 43 int size = GetInt(); in GetBlob()
|
D | natives-external.cc | 70 int debugger_count = source->GetInt(); in MakeFromScriptsSource() 73 int library_count = source->GetInt(); in MakeFromScriptsSource()
|
D | snapshot-source-sink.h | 43 inline int GetInt() { in GetInt() function
|
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
D | StructInNestedNS.cs | 16 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); } }
|
D | TableInNestedNS.cs | 14 …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/ |
D | ByteBufferTests.cs | 233 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()
|
D | TestTable.cs | 95 return t.bb.GetInt(t.bb_pos + off); in GetSlot()
|
/external/flatbuffers/tests/MyGame/Example2/ |
D | Monster.cs | 14 …GetRootAsMonster(ByteBuffer _bb, Monster obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _b… in GetRootAsMonster()
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
D | shared_prefs_test.py | 63 self.assertEquals(prefs.GetInt('myValue'), 444) 69 prefs.GetInt('myValue')
|
D | shared_prefs.py | 322 def GetInt(self, key): member in SharedPrefs
|
/external/libmojo/third_party/catapult/devil/devil/android/sdk/ |
D | shared_prefs_test.py | 62 self.assertEquals(prefs.GetInt('myValue'), 444) 68 prefs.GetInt('myValue')
|
D | shared_prefs.py | 305 def GetInt(self, key): member in SharedPrefs
|
/external/flatbuffers/tests/namespace_test/NamespaceA/ |
D | SecondTableInA.cs | 14 …dTableInA(ByteBuffer _bb, SecondTableInA obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _b… in GetRootAsSecondTableInA()
|
D | TableInC.cs | 11 …GetRootAsTableInC(ByteBuffer _bb, TableInC obj) { return (obj.__init(_bb.GetInt(_bb.Position) + _b… in GetRootAsTableInC()
|
D | TableInFirstNS.cs | 14 …InFirstNS(ByteBuffer _bb, TableInFirstNS obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _b… in GetRootAsTableInFirstNS()
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Monster.cs | 15 …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()
|
D | TestSimpleTableWithEnum.cs | 14 …(ByteBuffer _bb, TestSimpleTableWithEnum obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _b… in GetRootAsTestSimpleTableWithEnum()
|
D | Stat.cs | 14 …public static Stat GetRootAsStat(ByteBuffer _bb, Stat obj) { return (obj.__assign(_bb.GetInt(_bb.P… in GetRootAsStat()
|
/external/flatbuffers/tests/namespace_test/NamespaceC/ |
D | TableInC.cs | 14 …tRootAsTableInC(ByteBuffer _bb, TableInC obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _b… in GetRootAsTableInC()
|