Home
last modified time | relevance | path

Searched refs:section_contents (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/amber/src/vkscript/
Dsection_parser.cc164 std::string section_contents; in SplitSections() local
181 section_contents += "\n"; in SplitSections()
187 section_contents); in SplitSections()
189 section_contents = ""; in SplitSections()
202 section_contents += line + "\n"; in SplitSections()
206 section_contents); in SplitSections()
/external/google-breakpad/src/common/linux/
Delf_symbols_to_module_unittest.cc67 string section_contents, table_contents; in ProcessSection() local
68 section.GetContents(&section_contents); in ProcessSection()
71 bool ret = ELFSymbolsToModule(reinterpret_cast<const uint8_t*>(section_contents.data()), in ProcessSection()
72 section_contents.size(), in ProcessSection()
85 string section_contents; member in ELFSymbolsToModuleTestFixture