OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fLB
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/cld/base/
commandlineflags.h
390
namespace
fLB
{
398
#define DEFINE_bool(name,val,txt) namespace
fLB
{ \
400
(sizeof(::
fLB
::IsBoolFlag(val)) \
/external/open-vcdiff/gflags/src/gflags/
gflags.h
479
namespace
fLB
{
485
} // namespace
fLB
489
namespace
fLB
{ \
491
(sizeof(::
fLB
::IsBoolFlag(val)) != sizeof(double)) ? 1 : -1]; \
/external/open-vcdiff/gflags/src/windows/gflags/
gflags.h
490
namespace
fLB
{
496
} // namespace
fLB
500
namespace
fLB
{ \
502
(sizeof(::
fLB
::IsBoolFlag(val)) != sizeof(double)) ? 1 : -1]; \
Completed in 201 milliseconds