/external/cronet/stable/third_party/libc++/src/src/filesystem/ |
D | time_utils.h | 55 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/ |
D | time_utils.h | 55 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/ |
D | Stat.go | 9 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) {
|
D | StatT.java | 22 public class StatT { class 40 public StatT() { in StatT() method in StatT
|
D | Stat.cs | 103 public class StatT class 112 public StatT() { in StatT() method in MyGame.Example.StatT
|
D | Stat.py | 83 class StatT(object): class
|
/external/flatbuffers/tests/monster_test/my_game/example/ |
D | stat_generated.rs | 52 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/ |
D | stat_generated.rs | 54 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/ |
D | stat.d.ts | 26 export declare class StatT implements flatbuffers.IGeneratedObject { class
|
D | stat.ts | 123 export class StatT implements flatbuffers.IGeneratedObject { class
|
D | stat.js | 90 export class StatT { class
|
/external/cronet/stable/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/ |
D | last_write_time.pass.cpp | 60 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/ |
D | last_write_time.pass.cpp | 60 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/ |
D | last_write_time.pass.cpp | 39 using StatT = struct ::stat; typedef
|
/external/flatbuffers/tests/ |
D | monster_test_generated.py | 727 class StatT(object): class
|