Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/libc++/src/src/filesystem/
Dtime_utils.h55 struct StatT { struct
56 unsigned st_mode;
57 TimeSpec st_atim;
58 TimeSpec st_mtim;
59 uint64_t st_dev; // FILE_ID_INFO::VolumeSerialNumber
60 struct FileIdStruct {
68 } st_ino;
69 uint32_t st_nlink;
70 uintmax_t st_size;
/external/cronet/tot/third_party/libc++/src/src/filesystem/
Dtime_utils.h55 struct StatT { struct
56 unsigned st_mode;
57 TimeSpec st_atim;
58 TimeSpec st_mtim;
59 uint64_t st_dev; // FILE_ID_INFO::VolumeSerialNumber
60 struct FileIdStruct {
68 } st_ino;
69 uint32_t st_nlink;
70 uintmax_t st_size;
/external/flatbuffers/tests/MyGame/Example/
DStat.go9 type StatT struct { struct
10 Id string `json:"id"`
11 Val int64 `json:"val"`
12 Count uint16 `json:"count"`
15 func (t *StatT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {
30 func (rcv *Stat) UnPackTo(t *StatT) {
DStatT.java22 public class StatT { class
40 public StatT() { in StatT() method in StatT
DStat.cs103 public class StatT class
112 public StatT() { in StatT() method in MyGame.Example.StatT
DStat.py83 class StatT(object): class
/external/flatbuffers/tests/monster_test/my_game/example/
Dstat_generated.rs52 pub fn unpack(&self) -> StatT { in unpack()
171 pub struct StatT { struct
176 impl Default for StatT { argument
185 impl StatT { impl
/external/flatbuffers/tests/monster_test_serialize/my_game/example/
Dstat_generated.rs54 pub fn unpack(&self) -> StatT { in unpack()
190 pub struct StatT { struct
195 impl Default for StatT { argument
204 impl StatT { implementation
/external/flatbuffers/tests/ts/my-game/example/
Dstat.d.ts26 export declare class StatT implements flatbuffers.IGeneratedObject { class
Dstat.ts123 export class StatT implements flatbuffers.IGeneratedObject { class
Dstat.js90 export class StatT { class
/external/cronet/stable/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
Dlast_write_time.pass.cpp60 struct StatT { struct
73 static int stat_file(const char *path, StatT *buf, int flags) { in stat_file() argument
98 using StatT = struct stat; typedef
101 using StatT = struct stat; typedef
/external/cronet/tot/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
Dlast_write_time.pass.cpp60 struct StatT { struct
73 static int stat_file(const char *path, StatT *buf, int flags) { in stat_file() argument
98 using StatT = struct stat; typedef
101 using StatT = struct stat; typedef
/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
/external/flatbuffers/tests/
Dmonster_test_generated.py727 class StatT(object): class