/external/golang-protobuf/ptypes/wrappers/ |
D | wrappers.pb.go | 206 type Int32Value struct { struct 214 func (m *Int32Value) Reset() { *m = Int32Value{} } argument 215 func (m *Int32Value) String() string { return proto.CompactTextString(m) } argument 216 func (*Int32Value) ProtoMessage() {} argument 217 func (*Int32Value) Descriptor() ([]byte, []int) { argument 221 func (*Int32Value) XXX_WellKnownType() string { return "Int32Value" } argument 223 func (m *Int32Value) XXX_Unmarshal(b []byte) error { argument 226 func (m *Int32Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument 229 func (m *Int32Value) XXX_Merge(src proto.Message) { argument 232 func (m *Int32Value) XXX_Size() int { argument [all …]
|
D | wrappers.proto | 82 // The JSON representation for `Int32Value` is JSON number. 83 message Int32Value { message
|
/external/protobuf/src/google/protobuf/ |
D | wrappers.pb.cc | 124 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Int32Value, value_), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto() 129 Int32Value::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto() 134 sizeof(Int32Value), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto() 135 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Int32Value, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto() 136 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Int32Value, _is_default_instance_)); in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto() 218 Int32Value_descriptor_, &Int32Value::default_instance()); in protobuf_RegisterTypes() 240 delete Int32Value::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fwrappers_2eproto() 277 Int32Value::default_instance_ = new Int32Value(); in protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto() 286 Int32Value::default_instance_->InitAsDefaultInstance(); in protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto() 1350 const int Int32Value::kValueFieldNumber; [all …]
|
D | wrappers.pb.h | 44 class Int32Value; variable 416 class LIBPROTOBUF_EXPORT Int32Value : public ::google::protobuf::Message { 418 Int32Value(); 419 virtual ~Int32Value(); 421 Int32Value(const Int32Value& from); 423 inline Int32Value& operator=(const Int32Value& from) { 433 static const Int32Value& default_instance(); 435 void UnsafeArenaSwap(Int32Value* other); 436 void Swap(Int32Value* other); 440 inline Int32Value* New() const { return New(NULL); } in New() [all …]
|
D | unittest_well_known_types.proto | 37 google.protobuf.Int32Value int32_field = 14; 62 repeated google.protobuf.Int32Value int32_field = 14; 84 google.protobuf.Int32Value int32_field = 14; 109 map<int32,google.protobuf.Int32Value> int32_field = 14;
|
D | wrappers.proto | 83 // The JSON representation for `Int32Value` is JSON number. 84 message Int32Value { message
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Wrappers.cs | 43 …ypeof(global::Google.Protobuf.WellKnownTypes.Int32Value), global::Google.Protobuf.WellKnownTypes.I… in WrappersReflection() 504 public sealed partial class Int32Value : pb::IMessage<Int32Value> { class 505 …ate static readonly pb::MessageParser<Int32Value> _parser = new pb::MessageParser<Int32Value>(() =… 506 public static pb::MessageParser<Int32Value> Parser { get { return _parser; } } 516 public Int32Value() { in Int32Value() method in Google.Protobuf.WellKnownTypes.Int32Value 522 public Int32Value(Int32Value other) : this() { in Int32Value() method in Google.Protobuf.WellKnownTypes.Int32Value 526 public Int32Value Clone() { in Clone() 527 return new Int32Value(this); in Clone() 544 return Equals(other as Int32Value); in Equals() 547 public bool Equals(Int32Value other) { in Equals() [all …]
|
D | WrappersPartial.cs | 40 internal const int WrapperValueFieldNumber = Int32Value.ValueFieldNumber;
|
/external/tensorflow/tensorflow/contrib/decision_trees/proto/ |
D | generic_tree_model.proto | 46 google.protobuf.Int32Value submodel_id = 2; 82 google.protobuf.Int32Value node_id = 1; 83 google.protobuf.Int32Value depth = 2; 84 google.protobuf.Int32Value subtree_size = 3; 97 google.protobuf.Int32Value left_child_id = 1; 98 google.protobuf.Int32Value right_child_id = 2;
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
D | FuzzTestData.cs | 31 public static readonly int Int32Value = BitConverter.ToInt32(_overflowInt32, 0); field in FlatBuffers.Test.FuzzTestData
|
D | FlatBuffersFuzzTests.cs | 680 builder.AddInt(j, FuzzTestData.Int32Value, 0); in CheckObjects() 762 Assert.AreEqual(FuzzTestData.Int32Value, table.GetSlot(f, (int)0)); in CheckObjects()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | JsonParserTest.cs | 136 [TestCase(typeof(Int32Value), "32", 32)] 225 Assert.AreEqual(new Int32Value { Value = 1 }, Int32Value.Parser.ParseJson("1")); in IndividualWrapperTypes() 227 Assert.AreEqual(new Int32Value { Value = 1 }, Int32Value.Parser.ParseJson("\"1\"")); in IndividualWrapperTypes()
|
/external/v8/src/ |
D | d8-posix.cc | 226 ->Int32Value(args.GetIsolate()->GetCurrentContext()) in GetTimeouts() 239 ->Int32Value(args.GetIsolate()->GetCurrentContext()) in GetTimeouts() 580 args[0]->Int32Value(args.GetIsolate()->GetCurrentContext()).FromJust()); in SetUMask() 651 ->Int32Value(args.GetIsolate()->GetCurrentContext()) in MakeDirectory()
|
/external/protobuf/src/google/protobuf/util/ |
D | json_format_proto3.proto | 115 google.protobuf.Int32Value int32_value = 2; 125 repeated google.protobuf.Int32Value repeated_int32_value = 12;
|
/external/golang-protobuf/conformance/internal/conformance_proto/ |
D | conformance.pb.go | 434 …OptionalInt32Wrapper *wrappers.Int32Value `protobuf:"bytes,202,opt,name=optional_int32_wrapper… 443 …RepeatedInt32Wrapper []*wrappers.Int32Value `protobuf:"bytes,212,rep,name=repeated_int32_wrapper… 1010 func (m *TestAllTypes) GetOptionalInt32Wrapper() *wrappers.Int32Value { 1073 func (m *TestAllTypes) GetRepeatedInt32Wrapper() []*wrappers.Int32Value {
|
D | conformance.proto | 217 google.protobuf.Int32Value optional_int32_wrapper = 202; 227 repeated google.protobuf.Int32Value repeated_int32_wrapper = 212;
|
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
D | WrappersTest.cs | 333 … var valueTag = WireFormat.MakeTag(Int32Value.ValueFieldNumber, WireFormat.WireType.Varint); in MergingStreamExplicitValue() 395 … var valueTag = WireFormat.MakeTag(Int32Value.ValueFieldNumber, WireFormat.WireType.Varint); in UnknownFieldInWrapper()
|
/external/protobuf/src/google/protobuf/util/internal/testdata/ |
D | wrappers.proto | 79 google.protobuf.Int32Value int32 = 1;
|
/external/protobuf/conformance/ |
D | conformance.proto | 217 google.protobuf.Int32Value optional_int32_wrapper = 202; 227 repeated google.protobuf.Int32Value repeated_int32_wrapper = 212;
|
D | Makefile.am | 42 com/google/protobuf/Int32Value.java \ 106 lite/com/google/protobuf/Int32Value.java \
|
/external/opencensus-java/exporters/trace/stackdriver/src/test/java/io/opencensus/exporter/trace/stackdriver/ |
D | StackdriverV2ExporterHandlerProtoTest.java | 37 import com.google.protobuf.Int32Value; 314 .isEqualTo(Int32Value.newBuilder().setValue(CHILD_SPAN_COUNT).build()); in generateSpan()
|
/external/opencensus-java/exporters/trace/stackdriver/src/main/java/io/opencensus/exporter/trace/stackdriver/ |
D | StackdriverV2ExporterHandler.java | 38 import com.google.protobuf.Int32Value; 205 spanBuilder.setChildSpanCount(Int32Value.newBuilder().setValue(childSpanCount).build()); in generateSpan()
|
/external/golang-protobuf/jsonpb/jsonpb_test_proto/ |
D | test_objects.proto | 151 optional google.protobuf.Int32Value i32 = 7;
|
/external/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
D | JsonFormatTest.java | 39 import com.google.protobuf.Int32Value; 845 anyMessage = Any.pack(Int32Value.newBuilder().setValue(12345).build()); in testAnyFields()
|
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
D | JsonFormat.java | 57 import com.google.protobuf.Int32Value; 493 printers.put(Int32Value.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters() 1025 parsers.put(Int32Value.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypeParsers()
|