HomeSort by relevance Sort by last modified time
    Searched full:fixed64 (Results 26 - 37 of 37) sorted by null

12

  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 180 /** Read a {@code fixed64} field value from the stream. */
  /external/protobuf/python/google/protobuf/internal/
decoder.py 564 """Skip a fixed64 value. Returns the new position."""
encoder.py 111 # takes parameters specific to a particular field type, e.g. int32 or fixed64.
reflection_test.py     [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 105 case FieldDescriptor::TYPE_FIXED64 : return "Fixed64" ;
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 823 FIXED64 (JavaType.LONG ),
    [all...]
CodedInputStream.java 183 /** Read a {@code fixed64} field value from the stream. */
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 67 result["fixed64" ] = FieldDescriptorProto::TYPE_FIXED64;
    [all...]
parser_unittest.cc 294 " required fixed64 foo = 1;\n"
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc     [all...]
descriptor.cc 94 "fixed64", // TYPE_FIXED64
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 77 "FIXED64",
    [all...]

Completed in 482 milliseconds

12