HomeSort by relevance Sort by last modified time
    Searched refs:FindTable (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/db/
table_cache.h 56 Status FindTable(uint64_t file_number, uint64_t file_size, Cache::Handle**);
table_cache.cc 45 Status TableCache::FindTable(uint64_t file_number, uint64_t file_size,
85 Status s = FindTable(file_number, file_size, &handle);
106 Status s = FindTable(file_number, file_size, &handle);
  /external/chromium_org/third_party/ots/src/
woff2.cc 679 const Table* FindTable(const std::vector<Table>& tables, uint32_t tag) {
693 const Table* glyf_table = FindTable(tables, tag);
694 const Table* loca_table = FindTable(tables, TAG('l', 'o', 'c', 'a'));
711 if (!FindTable(tables, TAG('g', 'l', 'y', 'f'))) {
732 const Table* head_table = FindTable(tables, TAG('h', 'e', 'a', 'd'));
    [all...]

Completed in 47 milliseconds