HomeSort by: relevance | last modified time | path
    Searched defs:mapOptional (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MinidumpYAML.cpp 20 static inline void mapOptional(yaml::IO &IO, const char *Key, EndianType &Val,
22 IO.mapOptional(Key, Val, EndianType(Default));
40 IO.mapOptional(Key, Mapped, Default);
281 mapOptional(IO, "Time Date Stamp", M.Entry.TimeDateStamp, 0);
283 IO.mapOptional("Version Info", M.Entry.VersionInfo, VSFixedFileInfo());
285 IO.mapOptional("Misc Record", M.MiscRecord, yaml::BinaryRef());
291 IO.mapOptional("Content", Stream.Content);
292 IO.mapOptional("Size", Stream.Size, Stream.Content.binary_size());
322 mapOptional(IO, "Processor Level", Info.ProcessorLevel, 0);
323 mapOptional(IO, "Processor Revision", Info.ProcessorRevision, 0)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
JSON.h 746 /// O.mapOptional("optional_field", R.OptionalField);
785 template <typename T> bool mapOptional(StringLiteral Prop, T &Out) {

Completed in 18 milliseconds