Home
last modified time | relevance | path

Searched defs:DSLBase (Results 1 – 3 of 3) sorted by relevance

/dports/science/tfel/tfel-3.4.0/mfront/include/MFront/
H A DDSLBase.hxx53 struct MFRONT_VISIBILITY_EXPORT DSLBase struct
113 struct CodeBlockParserOptions {
517 FileDescription fd;
535 TargetsDescription td;
537 std::vector<std::string> ldflags;
539 std::vector<TargetsDescription> atds;
559 std::string currentComment;
563 std::string overriden_material;
565 std::string overriden_author;
567 std::string overriden_date;
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/cloud.google.com/go/internal/godocfx/
H A Dindex.go43 Timestamp time.Time
44 }
73 log.Printf("Parsed %d index.golang.org pages up to %s", count, since.Format(time.RFC3339))
92 last := time.Time{}
105 entries = append(entries, e)
/dports/science/tfel/tfel-3.4.0/mfront/src/
H A DDSLBase.cxx100 DSLBase::DSLBase() { in DSLBase() function in mfront::DSLBase