OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FlagType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
flags.cc
31
enum
FlagType
{ TYPE_BOOL, TYPE_MAYBE_BOOL, TYPE_INT, TYPE_FLOAT,
34
FlagType
type_; // What type of flag, bool, int, or string.
41
FlagType
type() const { return type_; }
170
static const char* Type2String(Flag::
FlagType
type) {
/external/lldb/include/lldb/Expression/
ClangExpressionVariable.h
265
typedef uint16_t
FlagType
;
267
FlagType
m_flags; // takes elements of Flags
Completed in 5580 milliseconds