Home | History | Annotate | Download | only in gflags

Lines Matching refs:clstring

542 inline clstring* dont_pass0toDEFINE_string(char *stringspot,
544 return new(stringspot) clstring(value);
546 inline clstring* dont_pass0toDEFINE_string(char *stringspot,
547 const clstring &value) {
548 return new(stringspot) clstring(value);
550 inline clstring* dont_pass0toDEFINE_string(char *stringspot,
567 reinterpret_cast<clstring*>(current_storage_ )->~clstring();
568 reinterpret_cast<clstring*>(defvalue_storage_)->~clstring();
583 using ::fLS::clstring; \
585 static union { void* align; char s[sizeof(clstring)]; } s_##name[2]; \
586 clstring* const FLAGS_no##name = ::fLS:: \
591 FLAGS_no##name, new (s_##name[1].s) clstring(*FLAGS_no##name)); \
593 extern GFLAGS_DLL_DEFINE_FLAG clstring& FLAGS_##name; \
595 clstring& FLAGS_##name = *FLAGS_no##name; \