Searched refs:InodeFileConfig (Results 1 – 3 of 3) sorted by relevance
16397 class InodeFileConfig;16411 class PERFETTO_EXPORT InodeFileConfig : public ::protozero::CppMessageObj { class16423 InodeFileConfig();16424 ~InodeFileConfig() override;16425 InodeFileConfig(InodeFileConfig&&) noexcept;16426 InodeFileConfig& operator=(InodeFileConfig&&);16427 InodeFileConfig(const InodeFileConfig&);16428 InodeFileConfig& operator=(const InodeFileConfig&);16429 bool operator==(const InodeFileConfig&) const;16430 bool operator!=(const InodeFileConfig& other) const { return !(*this == other); } in operator !=()[all …]
26536 class InodeFileConfig : public ::protozero::Message {26555 InodeFileConfig>;26580 InodeFileConfig>;26605 InodeFileConfig>;26630 InodeFileConfig>;26655 InodeFileConfig>;26683 InodeFileConfig>;29821 class InodeFileConfig;30138 InodeFileConfig,30149 template <typename T = InodeFileConfig> T* set_inode_file_config() {[all …]
432 message InodeFileConfig { message1407 optional InodeFileConfig inode_file_config = 102 [lazy = true];