Home
last modified time | relevance | path

Searched refs:repeated_int64_value (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Djson_format_proto3.proto68 repeated int64 repeated_int64_value = 23; field
127 repeated google.protobuf.Int64Value repeated_int64_value = 13; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Djson_format_test.py74 message.repeated_int64_value.append(9007199254740992)
75 message.repeated_int64_value.append(-9007199254740992)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dextension_set.h497 RepeatedField <int64 >* repeated_int64_value; member