HomeSort by relevance Sort by last modified time
    Searched defs:fixed64 (Results 1 - 16 of 16) sorted by null

  /external/protobuf/src/google/protobuf/
unknown_field_set.h 189 inline uint64 fixed64() const;
289 inline uint64 UnknownField::fixed64() const { function in class:google::protobuf::UnknownField
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
unknown_field_set.h 176 inline uint64 fixed64() const;
265 inline uint64 UnknownField::fixed64() const { function in class:google::protobuf::UnknownField
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
unknown_field_set.h 176 inline uint64 fixed64() const;
265 inline uint64 UnknownField::fixed64() const { function in class:google::protobuf::UnknownField
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
unknown_field_set.h 176 inline uint64 fixed64() const;
265 inline uint64 UnknownField::fixed64() const { function in class:google::protobuf::UnknownField
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
unknown_field_set.h 189 inline uint64 fixed64() const;
289 inline uint64 UnknownField::fixed64() const { function in class:google::protobuf::UnknownField
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
unknown_field_set.h 176 inline uint64 fixed64() const;
265 inline uint64 UnknownField::fixed64() const { function in class:google::protobuf::UnknownField
  /external/protobuf/conformance/
conformance_test.cc 129 string fixed64(void *data) { return string(static_cast<char*>(data), 8); } function in namespace:__anon29606
133 string uint64(uint64_t u64) { return fixed64(&u64); }
135 string dbl(double d) { return fixed64(&d); }
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
UnknownFieldSet.java 739 /** Get the list of fixed64 values for this field. */
740 public List<Long> getFixed64List() { return fixed64; }
777 fixed64,
794 for (final long value : fixed64) {
817 for (final long value : fixed64) {
857 private List<Long> fixed64; field in class:UnknownFieldSet.Field
895 if (result.fixed64 == null) {
896 result.fixed64 = Collections.emptyList();
898 result.fixed64 = Collections.unmodifiableList(result.fixed64);
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /prebuilts/misc/common/robolectric/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/
protobuf-java-3.0.2.jar 

Completed in 506 milliseconds