Searched refs:FloatingPointConvertAndCheck (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
H A Ddatapiece.cc98 StatusOr<To> FloatingPointConvertAndCheck(From before) { function in namespace:google::protobuf::util::converter::__anon16507
165 return FloatingPointConvertAndCheck<double, float>(float_);
178 return FloatingPointConvertAndCheck<float, double>(double_);

Completed in 91 milliseconds