Searched refs:stubs (Results 1 - 25 of 160) sorted by relevance

1234567

/external/protobuf/src/google/protobuf/stubs/
H A Dhash.cc33 #include <google/protobuf/stubs/hash.h>
H A Donce.cc42 #include <google/protobuf/stubs/once.h>
H A Donce.h75 #include <google/protobuf/stubs/common.h>
H A Dstructurally_valid_unittest.cc4 #include <google/protobuf/stubs/common.h>
H A Dsubstitute.cc33 #include <google/protobuf/stubs/substitute.h>
34 #include <google/protobuf/stubs/strutil.h>
35 #include <google/protobuf/stubs/stl_util-inl.h>
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.h58 #include <google/protobuf/stubs/common.h>
H A Dtest_plugin.cc40 #include <google/protobuf/stubs/strutil.h>
H A Dzip_writer.h34 #include <google/protobuf/stubs/common.h>
H A Dcode_generator.cc37 #include <google/protobuf/stubs/common.h>
38 #include <google/protobuf/stubs/strutil.h>
H A Dcode_generator.h41 #include <google/protobuf/stubs/common.h>
H A Dsubprocess.h45 #include <google/protobuf/stubs/common.h>
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_util.h41 #include <google/protobuf/stubs/common.h>
H A Ddynamic_message.h42 #include <google/protobuf/stubs/common.h>
118 // This struct just contains a hash_map. We can't #include <google/protobuf/stubs/hash.h> from
120 // release. Namely, stubs/hash.h, which defines hash_map portably, is not a
/external/protobuf/python/
H A Dstubout.py24 stubs = StubOutForTesting()
25 stubs.Set(os.path, 'exists', lambda x: 1)
27 stubs.UnsetAll()
36 self.stubs = []
93 self.stubs.append((orig_obj, attr_name, orig_attr))
102 self.stubs.reverse()
104 for args in self.stubs:
107 self.stubs = []
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream_inl.h41 #include <google/protobuf/stubs/stl_util-inl.h>
H A Dprinter.h42 #include <google/protobuf/stubs/common.h>
H A Dzero_copy_stream.h111 #include <google/protobuf/stubs/common.h>
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_bootstrap_unittest.cc51 #include <google/protobuf/stubs/stl_util-inl.h>
52 #include <google/protobuf/stubs/map-util.h>
53 #include <google/protobuf/stubs/strutil.h>
54 #include <google/protobuf/stubs/substitute.h>
H A Dcpp_extension.h39 #include <google/protobuf/stubs/common.h>
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_extension.h40 #include <google/protobuf/stubs/common.h>
H A Djava_file.h40 #include <google/protobuf/stubs/common.h>
/external/protobuf/src/google/protobuf/testing/
H A Dfile.h37 #include <google/protobuf/stubs/common.h>
H A Dgoogletest.h38 #include <google/protobuf/stubs/common.h>
/external/protobuf/
H A DAndroid.mk20 src/google/protobuf/stubs/common.cc \
21 src/google/protobuf/stubs/once.cc \
22 src/google/protobuf/stubs/hash.cc \
23 src/google/protobuf/stubs/hash.h \
24 src/google/protobuf/stubs/map-util.h \
25 src/google/protobuf/stubs/stl_util-inl.h \
117 src/google/protobuf/stubs/common.cc \
118 src/google/protobuf/stubs/hash.cc \
119 src/google/protobuf/stubs/once.cc \
120 src/google/protobuf/stubs/structurally_vali
[all...]
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_file.h40 #include <google/protobuf/stubs/common.h>

Completed in 213 milliseconds

1234567