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

12

  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 216 case FIXED32:
    [all...]
Descriptors.java 824 FIXED32 (JavaType.INT ),
    [all...]
CodedInputStream.java 188 /** Read a {@code fixed32} field value from the stream. */
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 185 /** Read a {@code fixed32} field value from the stream. */
  /external/protobuf/python/google/protobuf/internal/
decoder.py 596 """Skip a fixed32 value. Returns the new position."""
reflection_test.py     [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 100 case FieldDescriptor::TYPE_FIXED32 : return "Fixed32" ;
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 68 result["fixed32" ] = FieldDescriptorProto::TYPE_FIXED32;
    [all...]
parser_unittest.cc 293 " required fixed32 foo = 1;\n"
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc     [all...]
descriptor.cc 95 "fixed32", // TYPE_FIXED32
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 713 /* Fixed32 format is floating-point number with fixed number of fraction
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 81 "FIXED32",
    [all...]

Completed in 517 milliseconds

12