HomeSort by relevance Sort by last modified time
    Searched refs:protobuf (Results 251 - 275 of 1415) sorted by null

<<11121314151617181920>>

  /external/protobuf/src/google/protobuf/util/internal/
constants.h 34 #include <google/protobuf/stubs/common.h>
39 namespace protobuf { namespace in namespace:google
52 // Minimun seconds allowed in a google.protobuf.Timestamp value.
55 // Maximum seconds allowed in a google.protobuf.Timestamp value.
58 // Minimum seconds allowed in a google.protobuf.Duration value.
61 // Maximum seconds allowed in a google.protobuf.Duration value.
67 // Type url representing NULL values in google.protobuf.Struct type.
69 "type.googleapis.com/google.protobuf.NullValue";
71 // Type string for google.protobuf.Struct
72 const char kStructType[] = "google.protobuf.Struct"
    [all...]
default_value_objectwriter_test.cc 31 #include <google/protobuf/util/internal/default_value_objectwriter.h>
32 #include <google/protobuf/util/internal/expecting_objectwriter.h>
33 #include <google/protobuf/util/internal/testdata/default_value_test.pb.h>
34 #include <google/protobuf/util/internal/type_info_test_helper.h>
35 #include <google/protobuf/util/internal/constants.h>
39 namespace protobuf { namespace in namespace:google
44 using google::protobuf::testing::DefaultValueTest;
63 google::protobuf::scoped_ptr<DefaultValueObjectWriter> testing_;
155 } // namespace protobuf
default_value_objectwriter.h 36 #include <google/protobuf/stubs/shared_ptr.h>
41 #include <google/protobuf/stubs/callback.h>
42 #include <google/protobuf/stubs/common.h>
43 #include <google/protobuf/util/internal/type_info.h>
44 #include <google/protobuf/util/internal/datapiece.h>
45 #include <google/protobuf/util/internal/object_writer.h>
46 #include <google/protobuf/util/internal/utility.h>
47 #include <google/protobuf/util/type_resolver.h>
48 #include <google/protobuf/stubs/stringpiece.h>
51 namespace protobuf { namespace in namespace:google
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream.h 3 // http://code.google.com/p/protobuf/
111 #include <google/protobuf/stubs/common.h>
115 namespace protobuf { namespace in namespace:google
235 } // namespace protobuf
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream.h 3 // http://code.google.com/p/protobuf/
111 #include <google/protobuf/stubs/common.h>
115 namespace protobuf { namespace in namespace:google
235 } // namespace protobuf
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream.h 3 // http://code.google.com/p/protobuf/
111 #include <google/protobuf/stubs/common.h>
115 namespace protobuf { namespace in namespace:google
235 } // namespace protobuf
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/csharp/
csharp_names.h 44 namespace protobuf { namespace in namespace:google
92 const google::protobuf::FileDescriptor* descriptor,
100 } // namespace protobuf
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream.h 3 // http://code.google.com/p/protobuf/
111 #include <google/protobuf/stubs/common.h>
115 namespace protobuf { namespace in namespace:google
235 } // namespace protobuf
  /test/vts/drivers/libdrivercomm/
VtsDriverCommUtil.h 57 // Sends a protobuf message.
58 bool VtsSocketSendMessage(const google::protobuf::Message& message);
60 // Receives a protobuf message.
61 bool VtsSocketRecvMessage(google::protobuf::Message* message);
  /development/vndk/tools/header-checker/header-abi-diff/src/
abi_diff_wrappers.h 42 google::protobuf::RepeatedPtrField<ElementDiff> *dst,
43 const google::protobuf::RepeatedPtrField<Element> &old_elements,
44 const google::protobuf::RepeatedPtrField<Element> &new_elements);
49 google::protobuf::RepeatedPtrField<ElementDiff> *dst, int i, int j,
50 const google::protobuf::RepeatedPtrField<Element> &old_elements,
51 const google::protobuf::RepeatedPtrField<Element> &new_elements);
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
WellKnownTypesTest.java 31 package com.google.protobuf;
33 import com.google.protobuf.Descriptors.Descriptor;
34 import com.google.protobuf.Descriptors.EnumDescriptor;
35 import com.google.protobuf.Descriptors.EnumValueDescriptor;
36 import com.google.protobuf.Descriptors.FieldDescriptor;
37 import com.google.protobuf.test.TestWellKnownTypes;
47 * This test ensures that well-known types are included in protobuf Java
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_message.h 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/compiler/javanano/javanano_helpers.h>
40 #include <google/protobuf/compiler/javanano/javanano_field.h>
41 #include <google/protobuf/compiler/javanano/javanano_params.h>
42 #include <google/protobuf/stubs/common.h>
45 namespace protobuf { namespace in namespace:google
51 namespace protobuf { namespace in namespace:google
94 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_message_field.cc 34 #include <google/protobuf/compiler/objectivec/objectivec_message_field.h>
35 #include <google/protobuf/compiler/objectivec/objectivec_helpers.h>
36 #include <google/protobuf/io/printer.h>
37 #include <google/protobuf/wire_format.h>
38 #include <google/protobuf/stubs/strutil.h>
41 namespace protobuf { namespace in namespace:google
107 } // namespace protobuf
  /external/protobuf/src/google/protobuf/
generated_message_util.h 44 #include <google/protobuf/stubs/once.h>
45 #include <google/protobuf/stubs/common.h>
49 namespace protobuf { namespace in namespace:google
90 ::google::protobuf::GoogleOnceInit(&empty_string_once_init_, &InitEmptyString);
99 // helper here to keep the protobuf compiler from ever having to emit loops in
115 ArenaString* ReadArenaString(::google::protobuf::io::CodedInputStream* input,
116 ::google::protobuf::Arena* arena);
119 } // namespace protobuf
preserve_unknown_enum_test.cc 31 #include <google/protobuf/unittest.pb.h>
32 #include <google/protobuf/unittest_preserve_unknown_enum.pb.h>
33 #include <google/protobuf/unittest_preserve_unknown_enum2.pb.h>
34 #include <google/protobuf/dynamic_message.h>
35 #include <google/protobuf/descriptor.h>
39 namespace protobuf { namespace in namespace:google
122 google::protobuf::DynamicMessageFactory factory;
123 google::protobuf::scoped_ptr<google::protobuf::Message> message(factory.GetPrototype(
163 google::protobuf::DynamicMessageFactory factory
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream_inl.h 39 #include <google/protobuf/stubs/logging.h>
40 #include <google/protobuf/stubs/common.h>
41 #include <google/protobuf/io/coded_stream.h>
42 #include <google/protobuf/io/zero_copy_stream_impl_lite.h>
44 #include <google/protobuf/stubs/stl_util.h>
47 namespace protobuf { namespace in namespace:google
88 } // namespace protobuf
  /external/protobuf/src/google/protobuf/stubs/
once.h 81 #include <google/protobuf/stubs/atomicops.h>
82 #include <google/protobuf/stubs/callback.h>
83 #include <google/protobuf/stubs/common.h>
86 namespace protobuf { namespace in namespace:google
120 #define GOOGLE_PROTOBUF_ONCE_INIT ::google::protobuf::ONCE_STATE_UNINITIALIZED
162 ::google::protobuf::ProtobufOnceType NAME = GOOGLE_PROTOBUF_ONCE_INIT
164 } // namespace protobuf
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
generated_message_util.h 44 #include <google/protobuf/stubs/once.h>
45 #include <google/protobuf/stubs/common.h>
49 namespace protobuf { namespace in namespace:google
90 ::google::protobuf::GoogleOnceInit(&empty_string_once_init_, &InitEmptyString);
99 // helper here to keep the protobuf compiler from ever having to emit loops in
115 ArenaString* ReadArenaString(::google::protobuf::io::CodedInputStream* input,
116 ::google::protobuf::Arena* arena);
119 } // namespace protobuf
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
once.h 81 #include <google/protobuf/stubs/atomicops.h>
82 #include <google/protobuf/stubs/callback.h>
83 #include <google/protobuf/stubs/common.h>
86 namespace protobuf { namespace in namespace:google
120 #define GOOGLE_PROTOBUF_ONCE_INIT ::google::protobuf::ONCE_STATE_UNINITIALIZED
162 ::google::protobuf::ProtobufOnceType NAME = GOOGLE_PROTOBUF_ONCE_INIT
164 } // namespace protobuf
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-lite/3.0.1/
protobuf-lite-3.0.1.jar 
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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
166 #include <google/protobuf/stubs/atomicops_internals_x86_msvc.h>
173 #include <google/protobuf/stubs/atomicops_internals_macosx.h>
178 #include <google/protobuf/stubs/atomicops_internals_x86_gcc.h>
180 #include <google/protobuf/stubs/atomicops_internals_arm_gcc.h>
182 #include <google/protobuf/stubs/atomicops_internals_arm_qnx.h>
184 #include <google/protobuf/stubs/atomicops_internals_mips_gcc.h
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/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
166 #include <google/protobuf/stubs/atomicops_internals_x86_msvc.h>
173 #include <google/protobuf/stubs/atomicops_internals_macosx.h>
178 #include <google/protobuf/stubs/atomicops_internals_x86_gcc.h>
180 #include <google/protobuf/stubs/atomicops_internals_arm_gcc.h>
182 #include <google/protobuf/stubs/atomicops_internals_arm_qnx.h>
184 #include <google/protobuf/stubs/atomicops_internals_mips_gcc.h
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/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
166 #include <google/protobuf/stubs/atomicops_internals_x86_msvc.h>
173 #include <google/protobuf/stubs/atomicops_internals_macosx.h>
178 #include <google/protobuf/stubs/atomicops_internals_x86_gcc.h>
180 #include <google/protobuf/stubs/atomicops_internals_arm_gcc.h>
182 #include <google/protobuf/stubs/atomicops_internals_arm_qnx.h>
184 #include <google/protobuf/stubs/atomicops_internals_mips_gcc.h
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/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
166 #include <google/protobuf/stubs/atomicops_internals_x86_msvc.h>
173 #include <google/protobuf/stubs/atomicops_internals_macosx.h>
178 #include <google/protobuf/stubs/atomicops_internals_x86_gcc.h>
180 #include <google/protobuf/stubs/atomicops_internals_arm_gcc.h>
182 #include <google/protobuf/stubs/atomicops_internals_arm_qnx.h>
184 #include <google/protobuf/stubs/atomicops_internals_mips_gcc.h
    [all...]

Completed in 733 milliseconds

<<11121314151617181920>>