Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.h349 struct GeneratorInfo { struct
355 typedef std::map<std::string, GeneratorInfo> GeneratorMap; argument
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.h349 struct GeneratorInfo { struct
355 typedef std::map<std::string, GeneratorInfo> GeneratorMap; argument
/aosp_15_r20/external/bcc/tests/cc/
H A Dcatch.hpp7153 struct GeneratorInfo : IGeneratorInfo { struct
7155 GeneratorInfo( std::size_t size ) in GeneratorInfo() function
7160 bool moveNext() { in moveNext()
7168 std::size_t getCurrentIndex() const { in getCurrentIndex()
7172 std::size_t m_size;
7173 std::size_t m_currentIndex;