OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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,
91
Status s =
FindTable
(file_number, file_size, &handle);
112
Status s =
FindTable
(file_number, file_size, &handle);
/external/chromium_org/third_party/ots/src/
woff2.cc
669
const Table*
FindTable
(const std::vector<Table>& tables, uint32_t tag) {
683
const Table* glyf_table =
FindTable
(tables, tag);
684
const Table* loca_table =
FindTable
(tables, TAG('l', 'o', 'c', 'a'));
701
if (!
FindTable
(tables, TAG('g', 'l', 'y', 'f'))) {
722
const Table* head_table =
FindTable
(tables, TAG('h', 'e', 'a', 'd'));
[
all
...]
Completed in 48 milliseconds