Home
last modified time | relevance | path

Searched defs:std (Results 676 - 700 of 1934) sorted by relevance

1...<<21222324252627282930>>...78

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dwintzimpl.cpp45 AnnualTimeZoneRule *std = NULL, *dst = NULL; in getSystemTimeInformation() local
47 btz->getSimpleRulesNear(uprv_getUTCtime(), initial, std, dst, status); in getSystemTimeInformation() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanInfo.cpp27 GatherInstanceExtensions( const char* layerName, const dawn_native::vulkan::VulkanFunctions& vkFunctions, const std::unordered_map<std::string, InstanceExt>& knownExts) GatherInstanceExtensions() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h393 namespace std { namespace
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DErrorOr.h74 ErrorOr(E ErrorCode, typename std::enable_if<std::is_error_code_enum<E>::value || std::is_error_condition_enum<E>::value, void *>::type = nullptr) ErrorOr() argument
87 ErrorOr(OtherT &&Val, typename std::enable_if<std::is_convertible<OtherT, T>::value>::type * = nullptr) ErrorOr() argument
99 ErrorOr( const ErrorOr<OtherT> &Other, typename std::enable_if<std::is_convertible<OtherT, T>::value>::type * = nullptr) ErrorOr() argument
107 ErrorOr( const ErrorOr<OtherT> &Other, typename std::enable_if< !std::is_convertible<OtherT, const T &>::value>::type * = nullptr) ErrorOr() argument
119 ErrorOr( ErrorOr<OtherT> &&Other, typename std::enable_if<std::is_convertible<OtherT, T>::value>::type * = nullptr) ErrorOr() argument
129 ErrorOr( ErrorOr<OtherT> &&Other, typename std::enable_if<!std::is_convertible<OtherT, T>::value>::type * = nullptr) ErrorOr() argument
[all...]
H A DFormatVariadic.h[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormatVariadic.h[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceStringPool.h168 namespace std { global() namespace
[all...]
/third_party/skia/third_party/externals/tint/src/utils/
H A Denum_set.h243 namespace std { namespace
[all...]
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dscalar_constant.h134 namespace std { namespace
/third_party/skia/third_party/externals/tint/src/writer/
H A Dtext_generator.h[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DMapVector.h117 insert(const std::pair<KeyT, ValueT> &KV) insert() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h266 namespace std { global() namespace
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dinlined_string_field.h176 MutableNoArena(const std::string*) MutableNoArena() argument
190 DestroyNoArena(const std::string*) DestroyNoArena() argument
[all...]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_enum.cc73 EnumGenerator(const EnumDescriptor* descriptor, const std::map<std::string, std::string>& vars, const Options& options) EnumGenerator() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Diostream_state_saver.h82 ostream_state_saver<std::basic_ostream<CharT, Traits>> make_ostream_state_saver( in make_ostream_state_saver() argument
96 make_ostream_state_saver(T& is, std::ios_base::fmtflags flags = std::ios_base::dec) make_ostream_state_saver() argument
149 make_istream_state_saver( std::basic_istream<CharT, Traits>& is, std::ios_base::fmtflags flags = std::ios_base::dec | std::ios_base::scientific | std::ios_base::skipws) make_istream_state_saver() argument
161 make_istream_state_saver(T& is, std::ios_base::fmtflags flags = std::ios_base::dec) make_istream_state_saver() argument
[all...]
H A Dranden_engine.h175 operator <<( std::basic_ostream<CharT, Traits>& os, const randen_engine<T>& engine) operator <<() argument
193 operator >>( std::basic_istream<CharT, Traits>& is, randen_engine<T>& engine) operator >>() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dlog_uniform_int_distribution.h56 param_type( result_type min = 0, result_type max = (std::numeric_limits<result_type>::max)(), result_type base = 2) param_type() argument
123 log_uniform_int_distribution( result_type min, result_type max = (std::numeric_limits<result_type>::max)(), result_type base = 2) log_uniform_int_distribution() argument
218 operator <<( std::basic_ostream<CharT, Traits>& os, const log_uniform_int_distribution<IntType>& x) operator <<() argument
231 operator >>( std::basic_istream<CharT, Traits>& is, log_uniform_int_distribution<IntType>& x) operator >>() argument
[all...]
H A Dbernoulli_distribution.h108 std::basic_ostream<CharT, Traits>& operator<<( in operator <<() argument
118 std::basic_istream<CharT, Traits>& operator>>( in operator >>() argument
H A Dgaussian_distribution.h182 std::basic_ostream<CharT, Traits>& operator<<( in operator <<() argument
192 std::basic_istream<CharT, Traits>& operator>>( in operator >>() argument
[all...]
H A Dzipf_distribution.h236 operator <<( std::basic_ostream<CharT, Traits>& os, const zipf_distribution<IntType>& x) operator <<() argument
249 operator >>( std::basic_istream<CharT, Traits>& is, zipf_distribution<IntType>& x) operator >>() argument
[all...]
H A Ddiscrete_distribution.h206 operator <<( std::basic_ostream<CharT, Traits>& os, const discrete_distribution<IntType>& x) operator <<() argument
221 operator >>( std::basic_istream<CharT, Traits>& is, discrete_distribution<IntType>& x) operator >>() argument
[all...]
H A Duniform_int_distribution.h161 std::basic_ostream<CharT, Traits>& operator<<( in operator <<() argument
173 std::basic_istream<CharT, Traits>& operator>>( in operator >>() argument
70 param_type( result_type lo = 0, result_type hi = (std::numeric_limits<result_type>::max)()) param_type() argument
107 uniform_int_distribution( result_type lo, result_type hi = (std::numeric_limits<result_type>::max)()) uniform_int_distribution() argument
H A Dpoisson_distribution.h232 operator <<( std::basic_ostream<CharT, Traits>& os, const poisson_distribution<IntType>& x) operator <<() argument
242 operator >>( std::basic_istream<CharT, Traits>& is, poisson_distribution<IntType>& x) operator >>() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dconformance_archetype.h968 namespace std { global() namespace
[all...]
H A Doptional.h231 noexcept( std::is_nothrow_move_assignable<T>::value&& std::is_nothrow_move_constructible<T>::value) noexcept() argument
[all...]

Completed in 17 milliseconds

1...<<21222324252627282930>>...78