Home
last modified time | relevance | path

Searched defs:JSONSection (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/
DSection.h103 struct JSONSection { struct
104 std::string name;
105 std::optional<lldb::SectionType> type;
106 std::optional<uint64_t> address;
107 std::optional<uint64_t> size;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/
DSection.h103 struct JSONSection { struct
104 std::string name;
105 std::optional<lldb::SectionType> type;
106 std::optional<uint64_t> address;
107 std::optional<uint64_t> size;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/
DSection.h103 struct JSONSection { struct
104 std::string name;
105 std::optional<lldb::SectionType> type;
106 std::optional<uint64_t> address;
107 std::optional<uint64_t> size;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/
DSection.h103 struct JSONSection { struct
104 std::string name;
105 std::optional<lldb::SectionType> type;
106 std::optional<uint64_t> address;
107 std::optional<uint64_t> size;
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/json/
H A DLdml2JsonConverter.java352 static class JSONSection implements Comparable<JSONSection> { class in Ldml2JsonConverter
705 final Map<JSONSection, List<CldrItem>> sectionItems) in convertCldrItems()