Home
last modified time | relevance | path

Searched defs:FloatValue (Results 1 – 9 of 9) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/
DFloatValue.php17 class FloatValue extends \Google\Protobuf\Internal\Message class
/third_party/protobuf/src/google/protobuf/
Dwrappers.proto64 message FloatValue { message
Dwrappers.pb.h67 class FloatValue; variable
241 inline FloatValue() : FloatValue(nullptr) {} in FloatValue() function
245 FloatValue(FloatValue&& from) noexcept in FloatValue() function
Dwrappers.pb.cc507 FloatValue::FloatValue(::PROTOBUF_NAMESPACE_ID::Arena* arena) in FloatValue() function in FloatValue
513 FloatValue::FloatValue(const FloatValue& from) in FloatValue() function in FloatValue
/third_party/protobuf/php/tests/
DWrapperTypeSettersTest.php10 use Google\Protobuf\FloatValue; alias
DWellKnownTest.php20 use Google\Protobuf\FloatValue; alias
DEncodeDecodeTest.php25 use Google\Protobuf\FloatValue; alias
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs240 public sealed partial class FloatValue : pb::IMessage<FloatValue> class
261 public FloatValue() { in FloatValue() method in Google.Protobuf.WellKnownTypes.FloatValue
268 public FloatValue(FloatValue other) : this() { in FloatValue() method in Google.Protobuf.WellKnownTypes.FloatValue
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp2158 float FloatValue = FPC->getValueAPF().convertToFloat(); in FoldOperand() local