OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FindTable
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/common/windows/
dia_util.h
49
bool
FindTable
(REFIID iid, IDiaSession* session, void** table);
51
// A templated version of
FindTable
. Finds the first table implementing type
56
bool
FindTable
(IDiaSession* session, InterfaceType** table) {
57
return
FindTable
(__uuidof(InterfaceType),
dia_util.cc
67
bool
FindTable
(REFIID iid, IDiaSession* session, void** table) {
Completed in 49 milliseconds