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

  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Duration.cs 105 nanos_ = other.nanos_;
128 private int nanos_; field in class:Google.Protobuf.WellKnownTypes.Duration
138 get { return nanos_; }
140 nanos_ = value;
Timestamp.cs 117 nanos_ = other.nanos_;
141 private int nanos_; field in class:Google.Protobuf.WellKnownTypes.Timestamp
149 get { return nanos_; }
151 nanos_ = value;
  /external/protobuf/src/google/protobuf/
duration.pb.h 118 ::google::protobuf::int32 nanos_; member in class:google::protobuf::Duration
151 nanos_ = 0;
155 return nanos_;
159 nanos_ = value;
timestamp.pb.h 131 ::google::protobuf::int32 nanos_; member in class:google::protobuf::Timestamp
164 nanos_ = 0;
168 return nanos_;
172 nanos_ = value;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
duration.pb.h 118 ::google::protobuf::int32 nanos_; member in class:google::protobuf::Duration
151 nanos_ = 0;
155 return nanos_;
159 nanos_ = value;
timestamp.pb.h 131 ::google::protobuf::int32 nanos_; member in class:google::protobuf::Timestamp
164 nanos_ = 0;
168 return nanos_;
172 nanos_ = value;
  /external/llvm/include/llvm/Support/
TimeValue.h 95 TimeValue() : seconds_(0), nanos_(0) {}
101 : seconds_( seconds ), nanos_( nanos ) { this->normalize(); }
107 : seconds_( 0 ) , nanos_ ( 0 ) {
110 nanos_ = static_cast<NanoSecondsType>( (new_time -
129 this->nanos_ += that.nanos_ ;
139 this->nanos_ -= that.nanos_ ;
156 if ( this->nanos_ > that.nanos_ ) return 1
363 NanoSecondsType nanos_; \/\/\/< Stores the nanoseconds part of the TimeVal member in class:llvm::sys::TimeValue
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TimeValue.h 89 : seconds_( seconds ), nanos_( nanos ) { this->normalize(); }
95 : seconds_( 0 ) , nanos_ ( 0 ) {
98 nanos_ = static_cast<NanoSecondsType>( (new_time -
117 this->nanos_ += that.nanos_ ;
127 this->nanos_ -= that.nanos_ ;
144 if ( this->nanos_ > that.nanos_ ) return 1;
161 if ( this->nanos_ >= that.nanos_ ) return 1
362 NanoSecondsType nanos_; \/\/\/< Stores the nanoseconds part of the TimeVal member in class:llvm::sys::TimeValue
    [all...]
  /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 741 milliseconds