Searched defs:SetFlag (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/include/fst/
H A Dflags.h88 bool SetFlag(const string &val, bool *address) const { function in class:FlagRegister
100 bool SetFlag(const string &val, string *address) const { function in class:FlagRegister
104 bool SetFlag(const string &val, int32 *address) const { function in class:FlagRegister
109 bool SetFlag(const string &val, int64 *address) const { function in class:FlagRegister
114 bool SetFlag(const string &val, double *address) const { function in class:FlagRegister
120 bool SetFlag(const string &arg, const string &val) const { function in class:FlagRegister
129 return SetFlag(val, desc.address);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.h108 bool SetFlag(const string &val, bool *address) const { function in class:FlagRegister
120 bool SetFlag(const string &val, string *address) const { function in class:FlagRegister
124 bool SetFlag(const string &val, int32 *address) const { function in class:FlagRegister
129 bool SetFlag(const string &val, int64 *address) const { function in class:FlagRegister
134 bool SetFlag(const string &val, double *address) const { function in class:FlagRegister
148 return SetFlag(val, desc.address);
/external/v8/src/
H A Dspaces.h353 SetFlag(SCAN_ON_SCAVENGE);
417 void SetFlag(int flag) { function in class:v8::internal::MemoryChunk
427 SetFlag(flag);
590 SetFlag(EVACUATION_CANDIDATE);
717 void MarkSweptPrecisely() { SetFlag(WAS_SWEPT_PRECISELY); }
718 void MarkSweptConservatively() { SetFlag(WAS_SWEPT_CONSERVATIVELY); }

Completed in 174 milliseconds