HomeSort by relevance Sort by last modified time
    Searched defs:gflags (Results 1 - 10 of 10) sorted by null

  /external/gflags/android/gflags/
gflags_completions.h 115 namespace gflags { namespace
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags_gflags.h 31 // Imports the gflags library symbols into an alternative/deprecated namespace.
34 # error The internal header gflags_gflags.h may only be included by gflags.h
41 namespace gflags { namespace
98 } // namespace gflags
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags_gflags.h 31 // Imports the gflags library symbols into an alternative/deprecated namespace.
34 # error The internal header gflags_gflags.h may only be included by gflags.h
41 namespace gflags { namespace
98 } // namespace gflags
  /external/grpc-grpc/test/cpp/util/
test_config_cc.cc 19 #include <gflags/gflags.h>
22 // In some distros, gflags is in the namespace google, and in some others,
23 // in gflags. This hack is enabling us to find both.
25 namespace gflags {} namespace
27 using namespace gflags;
  /external/grpc-grpc/test/cpp/codegen/
golden_file_test.cc 22 #include <gflags/gflags.h>
25 // In some distros, gflags is in the namespace google, and in some others,
26 // in gflags. This hack is enabling us to find both.
28 namespace gflags {} namespace
30 using namespace gflags;
  /external/grpc-grpc/test/cpp/end2end/
server_crash_test_client.cc 19 #include <gflags/gflags.h>
38 // In some distros, gflags is in the namespace google, and in some others,
39 // in gflags. This hack is enabling us to find both.
41 namespace gflags {} namespace
43 using namespace gflags;
client_crash_test_server.cc 19 #include <gflags/gflags.h>
36 // In some distros, gflags is in the namespace google, and in some others,
37 // in gflags. This hack is enabling us to find both.
39 namespace gflags {} namespace
41 using namespace gflags;
  /external/grpc-grpc/test/cpp/qps/
benchmark_config.cc 20 #include <gflags/gflags.h>
53 // In some distros, gflags is in the namespace google, and in some others,
54 // in gflags. This hack is enabling us to find both.
56 namespace gflags {} namespace
58 using namespace gflags;
  /external/grpc-grpc/test/core/util/
fuzzer_corpus_test.cc 22 #include <gflags/gflags.h>
37 // In some distros, gflags is in the namespace google, and in some others,
38 // in gflags. This hack is enabling us to find both.
40 namespace gflags {} namespace
42 using namespace gflags;
  /external/grpc-grpc/test/cpp/naming/
resolver_component_test.cc 32 #include <gflags/gflags.h>
75 // In some distros, gflags is in the namespace google, and in some others,
76 // in gflags. This hack is enabling us to find both.
78 namespace gflags {} namespace
80 using namespace gflags;

Completed in 1072 milliseconds