Searched defs:google (Results 51 - 75 of 3810) sorted by relevance

1234567891011>>

/external/protobuf/ruby/src/main/java/google/
H A DProtobufJavaService.java4 * https://developers.google.com/protocol-buffers/
33 package google; package
35 import com.google.protobuf.jruby.*;
/external/protobuf/src/google/protobuf/
H A Darena_nc.cc3 // https://developers.google.com/protocol-buffers/
33 #include <google/protobuf/arena.h>
34 #include <google/protobuf/unittest.pb.h>
38 namespace google { namespace
40 google::protobuf::Arena arena;
45 } // namespace google
H A Dgenerated_enum_util.h3 // https://developers.google.com/protocol-buffers/
34 #include <google/protobuf/stubs/template_util.h>
36 namespace google { namespace
41 template <typename T> struct is_proto_enum : ::google::protobuf::internal::false_type {};
45 } // namespace google
H A Dmap_lite_test_util.h3 // https://developers.google.com/protocol-buffers/
34 #include <google/protobuf/map_lite_unittest.pb.h>
36 namespace google { namespace
79 } // namespace google
H A Dtest_util_lite.h3 // https://developers.google.com/protocol-buffers/
31 // Author: kenton@google.com (Kenton Varda)
38 #include <google/protobuf/unittest_lite.pb.h>
40 namespace google { namespace
100 } // namespace google
H A Dwell_known_types_unittest.cc3 // https://developers.google.com/protocol-buffers/
30 #include <google/protobuf/unittest_well_known_types.pb.h>
32 #include <google/protobuf/stubs/common.h>
33 #include <google/protobuf/testing/googletest.h>
35 #include <google/protobuf/stubs/stl_util.h>
37 namespace google { namespace
60 } // namespace google
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.h3 // https://developers.google.com/protocol-buffers/
31 // This header declares the namespace google::protobuf::protobuf_unittest in order to expose
37 // name with "::", in case the namespace google::protobuf::foo exists. We intentionally
38 // trigger that case here by declaring google::protobuf::protobuf_unittest.
45 namespace google { namespace
50 } // namespace google
/external/protobuf/src/google/protobuf/compiler/
H A Dpackage_info.h3 // https://developers.google.com/protocol-buffers/
31 // Author: kenton@google.com (Kenton Varda)
35 // This file exists solely to document the google::protobuf::compiler namespace.
39 namespace google { namespace
64 } // namespace google
H A Dplugin.h3 // https://developers.google.com/protocol-buffers/
31 // Author: kenton@google.com (Kenton Varda)
39 // return google::protobuf::compiler::PluginMain(argc, argv, &generator);
67 #include <google/protobuf/stubs/common.h>
68 namespace google { namespace
89 } // namespace google
/external/protobuf/src/google/protobuf/io/
H A Dpackage_info.h3 // https://developers.google.com/protocol-buffers/
31 // Author: kenton@google.com (Kenton Varda)
35 // This file exists solely to document the google::protobuf::io namespace.
39 namespace google { namespace
54 } // namespace google
H A Dstrtod.h3 // https://developers.google.com/protocol-buffers/
38 namespace google { namespace
54 } // namespace google
/external/protobuf/src/google/protobuf/stubs/
H A Dstringprintf.h3 // https://developers.google.com/protocol-buffers/
47 #include <google/protobuf/stubs/common.h>
49 namespace google { namespace
74 } // namespace google
H A Dstructurally_valid_unittest.cc2 // Author: xpeng@google.com (Peter Peng)
4 #include <google/protobuf/stubs/common.h>
7 namespace google { namespace
40 } // namespace google
/external/protobuf/src/google/protobuf/util/internal/
H A Derror_listener.cc3 // https://developers.google.com/protocol-buffers/
31 #include <google/protobuf/util/internal/error_listener.h>
33 namespace google { namespace
42 } // namespace google
/external/protobuf/src/google/protobuf/util/
H A Dtype_resolver_util.h3 // https://developers.google.com/protocol-buffers/
36 #include <google/protobuf/stubs/common.h>
37 namespace google { namespace
51 } // namespace google
/external/webrtc/third_party/gflags/gen/win/include/gflags/
H A Dgflags_completions.h124 namespace google { namespace
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DAbstractListMultimapTester.java15 package com.google.common.collect.testing.google;
17 import static com.google.common.truth.Truth.assertThat;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.collect.ListMultimap;
H A DAbstractMultisetTester.java17 package com.google.common.collect.testing.google;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.collect.Multiset;
21 import com.google.common.collect.testing.AbstractCollectionTester;
H A DListMultimapEqualsTester.java15 package com.google.common.collect.testing.google;
17 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.collect.ListMultimap;
21 import com.google.common.collect.testing.Helpers;
22 import com.google.common.collect.testing.features.CollectionSize;
23 import com.google.common.testing.EqualsTester;
H A DListMultimapPutAllTester.java15 package com.google.common.collect.testing.google;
17 import static com.google.common.collect.testing.Helpers.copyToList;
18 import static com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT;
20 import com.google.common.annotations.GwtCompatible;
21 import com.google.common.collect.ListMultimap;
22 import com.google.common.collect.testing.features.MapFeature;
H A DListMultimapPutTester.java15 package com.google.common.collect.testing.google;
17 import static com.google.common.collect.testing.Helpers.copyToList;
18 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
19 import static com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT;
21 import com.google.common.annotations.GwtCompatible;
22 import com.google.common.collect.ListMultimap;
23 import com.google.common.collect.testing.Helpers;
24 import com.google.common.collect.testing.features.CollectionSize;
25 import com.google
[all...]
H A DListMultimapReplaceValuesTester.java15 package com.google.common.collect.testing.google;
17 import static com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT;
18 import static com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE;
20 import com.google.common.annotations.GwtCompatible;
21 import com.google.common.collect.ListMultimap;
22 import com.google.common.collect.testing.features.MapFeature;
H A DMultimapValuesTester.java15 package com.google.common.collect.testing.google;
17 import static com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER;
18 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE;
19 import static com.google.common.collect.testing.features.CollectionSize.ONE;
20 import static com.google.common.truth.Truth.assertThat;
22 import com.google.common.annotations.GwtCompatible;
23 import com.google.common.collect.Lists;
24 import com.google.common.collect.Multimap;
25 import com.google
[all...]
H A DMultisetContainsTester.java15 package com.google.common.collect.testing.google;
17 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.collect.testing.features.CollectionSize;
H A DMultisetFeature.java17 package com.google.common.collect.testing.google;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.collect.Multiset;
21 import com.google.common.collect.testing.features.Feature;
22 import com.google.common.collect.testing.features.TesterAnnotation;

Completed in 292 milliseconds

1234567891011>>