HomeSort by relevance Sort by last modified time
    Searched refs:protobuf (Results 151 - 175 of 894) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
descriptor_database_test.py 5 # http://code.google.com/p/protobuf/
33 """Tests for google.protobuf.descriptor_database."""
38 from google.protobuf import descriptor_pb2
39 from google.protobuf.internal import factory_test2_pb2
40 from google.protobuf import descriptor_database
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_file.h 3 // http://code.google.com/p/protobuf/
40 #include <google/protobuf/stubs/common.h>
43 namespace protobuf { namespace in namespace:google
53 namespace protobuf { namespace in namespace:google
98 } // namespace protobuf
java_field.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/java/java_field.h>
36 #include <google/protobuf/compiler/java/java_helpers.h>
37 #include <google/protobuf/compiler/java/java_primitive_field.h>
38 #include <google/protobuf/compiler/java/java_enum_field.h>
39 #include <google/protobuf/compiler/java/java_message_field.h>
40 #include <google/protobuf/compiler/java/java_string_field.h>
41 #include <google/protobuf/stubs/common.h>
44 namespace protobuf { namespace in namespace:google
136 } // namespace protobuf
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
atomicops.h 3 // http://code.google.com/p/protobuf/
59 #include <google/protobuf/stubs/platform_macros.h>
62 namespace protobuf { namespace in namespace:google
156 } // namespace protobuf
165 #include <google/protobuf/stubs/atomicops_internals_tsan.h>
169 #include <google/protobuf/stubs/atomicops_internals_x86_msvc.h>
176 #include <google/protobuf/stubs/atomicops_internals_macosx.h>
181 #include <google/protobuf/stubs/atomicops_internals_x86_gcc.h>
183 #include <google/protobuf/stubs/atomicops_internals_arm_gcc.h>
185 #include <google/protobuf/stubs/atomicops_internals_arm64_gcc.h
    [all...]
strutil_unittest.cc 3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/stubs/strutil.h>
35 #include <google/protobuf/testing/googletest.h>
40 namespace protobuf { namespace in namespace:google
82 } // namespace protobuf
platform_macros.h 3 // http://code.google.com/p/protobuf/
34 #include <google/protobuf/stubs/common.h>
64 #error Host architecture was not detected as supported by protobuf
stringprintf.h 3 // http://code.google.com/p/protobuf/
47 #include <google/protobuf/stubs/common.h>
50 namespace protobuf { namespace in namespace:google
73 } // namespace protobuf
structurally_valid_unittest.cc 4 #include <google/protobuf/stubs/common.h>
8 namespace protobuf { namespace in namespace:google
39 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.h 3 // http://code.google.com/p/protobuf/
40 #include <google/protobuf/stubs/common.h>
43 namespace protobuf { namespace in namespace:google
53 namespace protobuf { namespace in namespace:google
96 } // namespace protobuf
  /external/protobuf/src/google/protobuf/stubs/
strutil_unittest.cc 3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/stubs/strutil.h>
35 #include <google/protobuf/testing/googletest.h>
40 namespace protobuf { namespace in namespace:google
82 } // namespace protobuf
once.cc 3 // http://code.google.com/p/protobuf/
42 #include <google/protobuf/stubs/once.h>
45 namespace protobuf { namespace in namespace:google
87 } // namespace protobuf
structurally_valid_unittest.cc 4 #include <google/protobuf/stubs/common.h>
8 namespace protobuf { namespace in namespace:google
39 } // namespace protobuf
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python-proto2.cc 3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/stubs/common.h>
39 #include <google/protobuf/pyext/python_descriptor.h>
40 #include <google/protobuf/io/coded_stream.h>
41 #include <google/protobuf/descriptor.h>
42 #include <google/protobuf/dynamic_message.h>
43 #include <google/protobuf/message.h>
44 #include <google/protobuf/unknown_field_set.h>
45 #include <google/protobuf/pyext/python_protobuf.h>
54 ((field_descriptor)->label() == google::protobuf::FieldDescriptor::LABEL_REPEATED
112 namespace protobuf { namespace in namespace:google
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
reflection.py 3 # http://code.google.com/p/protobuf/
51 from google.protobuf.internal import api_implementation
52 from google.protobuf import descriptor as descriptor_mod
53 from google.protobuf import message
60 from google.protobuf.internal.cpp import cpp_message
64 from google.protobuf.internal import cpp_message
68 from google.protobuf.internal import python_message
156 descriptor: Protobuf Descriptor object
160 Newly created protobuf Message object.
  /external/protobuf/
generate_descriptor_proto.sh 13 if test ! -e src/google/protobuf/stubs/common.h; then
31 ./protoc --cpp_out=dllexport_decl=LIBPROTOBUF_EXPORT:. google/protobuf/descriptor.proto && \
32 ./protoc --cpp_out=dllexport_decl=LIBPROTOC_EXPORT:. google/protobuf/compiler/plugin.proto
  /external/chromium_org/sync/syncable/
nigori_handler.h 12 namespace protobuf{ namespace in namespace:google
53 const google::protobuf::RepeatedPtrField<std::string>& keys,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_enum_reflection.h 3 // http://code.google.com/p/protobuf/
45 namespace protobuf { namespace in namespace:google
47 } // namespace protobuf
49 namespace protobuf { namespace in namespace:google
82 } // namespace protobuf
  /external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
file.h 3 // http://code.google.com/p/protobuf/
37 #include <google/protobuf/stubs/common.h>
40 namespace protobuf { namespace in namespace:google
80 } // namespace protobuf
  /external/protobuf/java/src/device/main/java/com/google/protobuf/nano/android/
ParcelableExtendableMessageNano.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf.nano.android;
36 import com.google.protobuf.nano.ExtendableMessageNano;
ParcelableMessageNano.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf.nano.android;
36 import com.google.protobuf.nano.MessageNano;
  /external/protobuf/src/google/protobuf/
dynamic_message_unittest.cc 3 // http://code.google.com/p/protobuf/
43 #include <google/protobuf/stubs/common.h>
44 #include <google/protobuf/dynamic_message.h>
45 #include <google/protobuf/descriptor.h>
46 #include <google/protobuf/descriptor.pb.h>
47 #include <google/protobuf/test_util.h>
48 #include <google/protobuf/unittest.pb.h>
50 #include <google/protobuf/testing/googletest.h>
54 namespace protobuf { namespace in namespace:google
161 } // namespace protobuf
    [all...]
  /external/protobuf/src/google/protobuf/testing/
file.h 3 // http://code.google.com/p/protobuf/
37 #include <google/protobuf/stubs/common.h>
40 namespace protobuf { namespace in namespace:google
80 } // namespace protobuf
googletest.h 3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/stubs/common.h>
41 namespace protobuf { namespace in namespace:google
78 // would only fetch messages at the given security level, but the protobuf
95 } // namespace protobuf
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 5 #include <google/protobuf/stubs/once.h>
6 #include <google/protobuf/io/coded_stream.h>
7 #include <google/protobuf/wire_format_lite_inl.h>
31 ::google::protobuf::internal::OnShutdown(&protobuf_ShutdownFile_gltrace_2eproto);
    [all...]

Completed in 486 milliseconds

1 2 3 4 5 67 8 91011>>