HomeSort by relevance Sort by last modified time
    Searched refs:proto_type (Results 1 - 6 of 6) sorted by null

  /external/chromium/net/socket_stream/
socket_stream_metrics.cc 20 ProtocolType proto_type = PROTOCOL_UNKNOWN; local
22 proto_type = PROTOCOL_WEBSOCKET;
24 proto_type = PROTOCOL_WEBSOCKET_SECURE;
26 CountProtocolType(proto_type);
  /external/protobuf/python/google/protobuf/internal/
generator_test.py 58 proto_type = unittest_pb2.TestAllTypes
60 proto_type.NestedMessage.DESCRIPTOR,
61 proto_type.DESCRIPTOR.fields_by_name[field_name].message_type)
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
generator_test.py 61 proto_type = unittest_pb2.TestAllTypes
63 proto_type.NestedMessage.DESCRIPTOR,
64 proto_type.DESCRIPTOR.fields_by_name[field_name].message_type)
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py 469 def ProtoTypeToCppProtoType(proto_type):
477 proto_type: the Python proto type (descriptor.FieldDescriptor.TYPE_*)
484 return FieldDescriptor._PYTHON_TO_CPP_PROTO_TYPE_MAP[proto_type]
486 raise TypeTransformationError('Unknown proto_type: %s' % proto_type)
  /external/chromium_org/components/policy/tools/
generate_policy_source.py 700 proto_type = '%sPolicyProto' % policy.policy_protobuf_type
703 (proto_type, membername))
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider.cc 615 typedef RepeatedPtrField<em::AppPackEntryProto> proto_type; typedef
617 const proto_type& app_pack = policy.app_pack().app_pack();
618 for (proto_type::const_iterator it = app_pack.begin();
    [all...]

Completed in 119 milliseconds