Searched refs:string_sections (Results 1 – 7 of 7) sorted by relevance
/external/icing/icing/schema/ |
D | section-manager_test.cc | 324 EXPECT_THAT(section_group.string_sections, SizeIs(2)); in TEST_F() 326 EXPECT_THAT(section_group.string_sections[0].metadata, in TEST_F() 330 EXPECT_THAT(section_group.string_sections[0].content, in TEST_F() 333 EXPECT_THAT(section_group.string_sections[1].metadata, in TEST_F() 337 EXPECT_THAT(section_group.string_sections[1].content, in TEST_F() 387 EXPECT_THAT(section_group.string_sections, SizeIs(2)); in TEST_F() 390 section_group.string_sections[0].metadata, in TEST_F() 394 EXPECT_THAT(section_group.string_sections[0].content, in TEST_F() 398 EXPECT_THAT(section_group.string_sections[1].metadata, in TEST_F() 402 EXPECT_THAT(section_group.string_sections[1].content, in TEST_F() [all …]
|
D | section.h | 172 std::vector<Section<std::string_view>> string_sections; member
|
D | section-manager.cc | 152 section_group.string_sections); in ExtractSections()
|
D | schema-store_test.cc | 550 EXPECT_THAT(section_group.string_sections[0].content, in TEST_F() 579 EXPECT_THAT(section_group.string_sections[0].content, in TEST_F() 2886 ASSERT_THAT(section_group.string_sections, SizeIs(1)); in TEST_F() 2887 EXPECT_THAT(section_group.string_sections.at(0).metadata, in TEST_F() 2889 EXPECT_THAT(section_group.string_sections.at(0).content, in TEST_F() 5051 EXPECT_THAT(section_group.string_sections[0].content, in TEST_P() 5055 EXPECT_THAT(section_group.string_sections[0].content, in TEST_P() 5152 EXPECT_THAT(section_group.string_sections[0].content, in TEST_P() 5156 EXPECT_THAT(section_group.string_sections[0].content, in TEST_P()
|
/external/icing/icing/util/ |
D | tokenized-document.cc | 42 const std::vector<Section<std::string_view>>& string_sections) { in Tokenize() argument 44 for (const Section<std::string_view>& section : string_sections) { in Tokenize() 91 section_group.string_sections)); in Create()
|
/external/elfutils/src/ |
D | readelf.c | 282 static struct section_argument *string_sections; variable 283 static struct section_argument **string_sections_tail = &string_sections; 424 cleanup_list (string_sections); in main() 1081 if (string_sections != NULL) in process_elf_file() 13482 for_each_section_argument (ebl->elf, string_sections, &print_string_section); in dump_strings()
|
D | ChangeLog | 726 (main): Call cleanup_list for dump_data_sections and string_sections. 3832 string_sections list in local function add_dump_section. Adjust 'x' 3834 to string_sections list. 4441 (string_sections, string_sections_tail): New static variables.
|