HomeSort by relevance Sort by last modified time
    Searched refs:proto2 (Results 1 - 25 of 39) sorted by null

1 2

  /external/selinux/libsemanage/src/
ports_local.c 99 int proto2, low2, high2; local
107 proto2 = semanage_port_get_proto(ports[j]);
110 proto_str2 = semanage_port_get_proto_str(proto2);
112 } while (proto != proto2);
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 401 proto2 = unittest_pb2.TestAllTypes()
402 proto2.optional_nested_message.bb = 5
403 proto1.MergeFrom(proto2)
588 proto2 = unittest_pb2.TestRequiredForeign()
589 proto.CopyFrom(proto2)
625 proto2 = unittest_pb2.TestAllTypes()
626 proto2.ParseFromString(proto.SerializeToString())
627 self.assertIsInstance(getattr(proto2, field_name), expected_type)
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
PartialClasses.cs 40 // is really a proto2 file, but the runtime doesn't know about proto2 semantics...
52 // This won't work if we ever need to support proto2, but at that point we'll be
FileDescriptor.cs 215 /// We have only limited proto2 support, so serializing FileDescriptorProto
334 /// annotations. While <c>descriptor.proto</c> is a proto2 file, it is built into the Google.Protobuf
336 /// proto2 semantics for full support, but the file descriptor is available via this property. The
  /external/selinux/libsepol/src/
ports.c 186 int proto2 = c->u.port.protocol; local
190 if (proto == proto2 && low2 == low && high2 == high) {
224 int proto2 = c->u.port.protocol; local
228 if (proto == proto2 && low2 == low && high2 == high) {
  /external/curl/packages/vms/
build_libcurl_pc.com 164 $ proto2 = " LDAP LDAPS POP3 POP3S RTSP SMTP SMTPS TELNET TFTP"
165 $ proto = proto1 + proto2
  /art/runtime/
dex_file_verifier_test.cc     [all...]
  /external/protobuf/js/binary/
constants.js 168 * Field type codes, taken from proto2/public/wire_format_lite.h.
200 * Wire-format type codes, taken from proto2/public/wire_format_lite.h.
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h 101 namespace proto2 { class Message; } namespace
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 130 namespace proto2 { class Message; } namespace
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 77 namespace proto2 { class Message; } namespace
829 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
835 ImplicitlyConvertible<const T*, const ::proto2::Message*>::value> {
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 121 namespace proto2 { class Message; } namespace
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h 77 namespace proto2 { class Message; } namespace
829 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
835 ImplicitlyConvertible<const T*, const ::proto2::Message*>::value> {
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 76 namespace proto2 { class Message; } namespace
818 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
824 ImplicitlyConvertible<const T*, const ::proto2::Message*>::value> {
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 76 namespace proto2 { class Message; } namespace
818 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
824 ImplicitlyConvertible<const T*, const ::proto2::Message*>::value> {
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-actions_test.cc 868 // proto2::Message variable pointed to by the N-th (0-based) argument
878 Action<void(bool, ::proto2::Message*)> a = SetArgPointee<1>(*msg);
887 ::proto2::Message* const dest_base = &dest;
987 // proto2::Message variable pointed to by the N-th (0-based) argument
    [all...]
gmock-internal-utils_test.cc 53 namespace proto2 { namespace
55 } // namespace proto2
  /external/googletest/googlemock/test/
gmock-actions_test.cc 953 // proto2::Message variable pointed to by the N-th (0-based) argument
963 Action<void(bool, ::proto2::Message*)> a = SetArgPointee<1>(*msg);
972 ::proto2::Message* const dest_base = &dest
    [all...]
gmock-internal-utils_test.cc 63 namespace proto2 { namespace
65 } // namespace proto2
  /external/v8/testing/gmock/test/
gmock-actions_test.cc 953 // proto2::Message variable pointed to by the N-th (0-based) argument
963 Action<void(bool, ::proto2::Message*)> a = SetArgPointee<1>(*msg);
972 ::proto2::Message* const dest_base = &dest;
    [all...]
gmock-internal-utils_test.cc 62 namespace proto2 { namespace
64 } // namespace proto2
  /external/googletest/googletest/include/gtest/internal/
gtest-internal.h 80 namespace proto2 { class Message; } namespace
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-internal.h 80 namespace proto2 { class Message; } namespace
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-internal.h 80 namespace proto2 { class Message; } namespace
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_server_test.go 768 config.NextProtos = []string{"proto1", "proto2"}
774 command: []string{"openssl", "s_client", "-alpn", "proto2,proto1"},
795 command: []string{"openssl", "s_client", "-alpn", "proto2,proto1"},
    [all...]

Completed in 817 milliseconds

1 2