Home
last modified time | relevance | path

Searched defs:StatT (Results 1 – 4 of 4) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DStat.go9 type StatT struct { struct
10 Id string
11 Val int64
12 Count uint16
15 func (t *StatT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {
25 func (rcv *Stat) UnPackTo(t *StatT) {
DStat.cs74 public class StatT class
83 public StatT() { in StatT() method in MyGame.Example.StatT
DStat.py55 class StatT(object): class
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
Dlast_write_time.pass.cpp39 using StatT = struct ::stat; typedef