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

  /hardware/google/av/media/sfplugin/
ReflectedParamUpdater.cpp 47 uint32_t uint32Value;
60 (void)c2Value.get(&uint32Value);
61 s << "c2::u32 " << it.first << " = " << uint32Value;
65 (void)c2Value.get((c2_cntr32_t*)&uint32Value);
66 s << "c2::c32 " << it.first << " = " << uint32Value;
CCodecConfig.cpp 102 uint32_t uint32Value;
111 } else if (value.get(&uint32Value) && uint32Value <= uint32_t(INT32_MAX)) {
113 item.set((int32_t)uint32Value);
    [all...]
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
Extension.java 432 Integer uint32Value = (Integer) value;
433 output.writeUInt32NoTag(uint32Value);
682 Integer uint32Value = (Integer) value;
683 return CodedOutputByteBufferNano.computeUInt32Size(fieldNumber, uint32Value);
CodedOutputByteBufferNano.java     [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/nano/protobuf-javanano/3.0.0-alpha-5/
protobuf-javanano-3.0.0-alpha-5.jar 

Completed in 92 milliseconds