Home
last modified time | relevance | path

Searched defs:Flag (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dflags.cc54 struct Flag { struct
55 enum FlagType { TYPE_BOOL, TYPE_INT, TYPE_FLOAT, TYPE_STRING, TYPE_ARGS };
57 FlagType type_; // What type of flag, bool, int, or string.
58 const char* name_; // Name of the flag, ex "my_flag".
59 void* valptr_; // Pointer to the global flag variable.
60 const void* defptr_; // Pointer to the default value.
61 const char* cmt_; // A comment about the flags purpose.
62 bool owns_ptr_; // Does the flag own its string value?
64 FlagType type() const { return type_; } in type()
66 const char* name() const { return name_; } in name()
[all …]
Dobjects.h3561 enum Flag { NONE = 0, GLOBAL = 1, IGNORE_CASE = 2, MULTILINE = 4 }; enum
/external/chromium/base/
Dwaitable_event_watcher_posix.cc30 class Flag : public RefCountedThreadSafe<Flag> { class
32 Flag() { flag_ = false; } in Flag() function in base::Flag
Dwaitable_event_watcher.h19 class Flag; variable
Dweak_ptr.h68 Flag(Flag** handle) : handle_(handle) { in Flag() function
/external/libnfc-nxp/src/
DphFriNfc_MifareStdMap.c2568 uint8_t *Flag, in phFriNfc_MifStd_H_RemainTLV()
2846 uint8_t *Flag, in phFriNfc_MifStd_H_IntLenWioutNdef()
/external/icu4c/i18n/
DdecNumberLocal.h68 #define Flag uint8_t macro