Home
last modified time | relevance | path

Searched defs:PathOffset (Results 1 – 2 of 2) sorted by relevance

/third_party/tex-hyphen/ohos/src/hyphen-build/
Dhyphen_pattern_processor.cpp400 struct PathOffset { struct
401PathOffset(uint32_t o, uint32_t e, uint16_t t, uint16_t c) : offset(o), end(e), type(t), code(c) {} in PathOffset() function
402 int32_t offset;
403 int32_t end;
404 uint32_t type;
405 uint16_t code;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp977 uint32_t PathOffset, const char *PathFieldName) { in checkSubCommand()