Home
last modified time | relevance | path

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

/external/icing/icing/schema/
Dsection.h55 struct SectionMetadata { struct
58 std::string path;
61 SectionId id;
64 PropertyConfigProto::DataType::Code data_type;
68 StringIndexingConfig::TokenizerType::Code tokenizer;
92 explicit SectionMetadata( in SectionMetadata() argument
106 SectionMetadata& operator=(const SectionMetadata& other) = default; argument
109 SectionMetadata& operator=(SectionMetadata&& other) = default; argument