OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SymbolContext
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/debug/
stack_trace_win.cc
22
//
SymbolContext
is a threadsafe singleton that wraps the DbgHelp Sym* family
24
// thread at a time.
SymbolContext
code may access a symbol server over the
37
class
SymbolContext
{
39
static
SymbolContext
* GetInstance() {
43
Singleton<
SymbolContext
, LeakySingletonTraits<
SymbolContext
> >::get();
109
friend struct DefaultSingletonTraits<
SymbolContext
>;
111
SymbolContext
() : init_error_(ERROR_SUCCESS) {
133
DISALLOW_COPY_AND_ASSIGN(
SymbolContext
);
182
SymbolContext
* context = SymbolContext::GetInstance()
[
all
...]
/external/chromium_org/base/debug/
stack_trace_win.cc
39
//
SymbolContext
is a threadsafe singleton that wraps the DbgHelp Sym* family
41
// thread at a time.
SymbolContext
code may access a symbol server over the
54
class
SymbolContext
{
56
static
SymbolContext
* GetInstance() {
60
Singleton<
SymbolContext
, LeakySingletonTraits<
SymbolContext
> >::get();
126
friend struct DefaultSingletonTraits<
SymbolContext
>;
128
SymbolContext
() : init_error_(ERROR_SUCCESS) {
183
DISALLOW_COPY_AND_ASSIGN(
SymbolContext
);
256
SymbolContext
* context = SymbolContext::GetInstance()
[
all
...]
Completed in 193 milliseconds