Home
last modified time | relevance | path

Searched defs:std (Results 976 - 1000 of 1929) sorted by relevance

1...<<31323334353637383940>>...78

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
H A DGraph.h448 insert(const std::pair<VertexIdentifier, VertexAttribute> &Val) insert() argument
461 insert(const std::pair<EdgeIdentifier, EdgeAttribute> &Val) insert() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DArrayRef.h80 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() argument
85 /*implicit*/ constexpr ArrayRef(const std::array<T, N> &Arr) in ArrayRef() argument
[all...]
H A DSmallPtrSet.h469 namespace std { global() namespace
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DErrc.h83 namespace std { global() namespace
[all...]
H A DErrorOr.h84 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
97 ErrorOr(OtherT &&Val, typename std::enable_if<std::is_convertible<OtherT, T>::value>::type * = nullptr) ErrorOr() argument
109 ErrorOr( const ErrorOr<OtherT> &Other, typename std::enable_if<std::is_convertible<OtherT, T>::value>::type * = nullptr) ErrorOr() argument
117 ErrorOr( const ErrorOr<OtherT> &Other, typename std::enable_if< !std::is_convertible<OtherT, const 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
139 ErrorOr( ErrorOr<OtherT> &&Other, typename std::enable_if<!std::is_convertible<OtherT, T>::value>::type * = nullptr) ErrorOr() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600OptimizeVectorRegisters.cpp164 tryMergeVector(const RegSeqInfo *Untouched, RegSeqInfo *ToMerge, std::vector< std::pair<unsigned, unsigned>> &Remap) const tryMergeVector() argument
187 getReassignedChan( const std::vector<std::pair<unsigned, unsigned>> &RemapChan, unsigned Chan) getReassignedChan() argument
197 RebuildVector( RegSeqInfo *RSI, const RegSeqInfo *BaseRSI, const std::vector<std::pair<unsigned, unsigned>> &RemapChan) const RebuildVector() argument
264 SwizzleInput(MachineInstr &MI, const std::vector<std::pair<unsigned, unsigned>> &RemapChan) const SwizzleInput() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dplatform.h514 namespace std { namespace
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DArrayRef.h87 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() argument
92 /*implicit*/ constexpr ArrayRef(const std::array<T, N> &Arr) in ArrayRef() argument
496 makeArrayRef(const std::array<T, N> &Arr) makeArrayRef() argument
[all...]
H A DSmallPtrSet.h501 namespace std { global() namespace
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dprinter.cc113 void Printer::Print(const std::map<std::string, std argument
277 FormatInternal(const std::vector<std::string>& args, const std::map<std::string, std::string>& vars, const char* format) FormatInternal() argument
307 WriteVariable( const std::vector<std::string>& args, const std::map<std::string, std::string>& vars, const char* format, int* arg_index, std::vector<AnnotationCollector::Annotation>* annotations) WriteVariable() argument
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Darray.c54 zend_object std; member
434 zend_object std; global() member
[all...]
H A Dmap.c50 zend_object std; member
415 zend_object std; global() member
[all...]
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_field_base.cc53 SetCommonFieldVariables( std::map<string, string>* variables) SetCommonFieldVariables() argument
125 SetCommonOneofFieldVariables( std::map<string, string>* variables) SetCommonOneofFieldVariables() argument
[all...]
/third_party/pulseaudio/speex/libspeexdsp/
H A Dmath_approx.h49 static inline spx_word16_t speex_rand(spx_word16_t std, spx_int32_t *seed) in speex_rand() argument
122 static inline spx_word16_t speex_rand(spx_word16_t std, spx_int32_t *seed) in speex_rand() argument
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.h221 StringPiece( const std::basic_string<char, std::char_traits<char>, Allocator>& str) StringPiece() argument
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dfunction.rs
/third_party/rust/crates/clap/src/error/
H A Dmod.rs
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dstr_split_internal.h[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhash_function_defaults_test.cc355 namespace std { global() namespace
[all...]
H A Dcontainer_memory.h185 PairArgs( const std::pair<F, S>& p) PairArgs() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dbeta_distribution.h397 operator <<( std::basic_ostream<CharT, Traits>& os, const beta_distribution<RealType>& x) operator <<() argument
407 operator >>( std::basic_istream<CharT, Traits>& is, beta_distribution<RealType>& x) operator >>() argument
[all...]
/third_party/skia/experimental/graphite/src/
H A DUniformManager.cpp159 if constexpr (std::is_same<MemType, float>::value && in CopyUniforms() argument
/third_party/rust/crates/nix/src/
H A Dtime.rs
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_access_chain.cpp29 TransformationAccessChain( uint32_t fresh_id, uint32_t pointer_id, const std::vector<uint32_t>& index_id, const protobufs::InstructionDescriptor& instruction_to_insert_before, const std::vector<std::pair<uint32_t, uint32_t>>& fresh_ids_for_clamping) TransformationAccessChain() argument
[all...]
H A Dtransformation_duplicate_region_with_selection.cpp28 TransformationDuplicateRegionWithSelection( uint32_t new_entry_fresh_id, uint32_t condition_id, uint32_t merge_label_fresh_id, uint32_t entry_block_id, uint32_t exit_block_id, const std::map<uint32_t, uint32_t>& original_label_to_duplicate_label, const std::map<uint32_t, uint32_t>& original_id_to_duplicate_id, const std::map<uint32_t, uint32_t>& original_id_to_phi_id) TransformationDuplicateRegionWithSelection() argument
[all...]

Completed in 40 milliseconds

1...<<31323334353637383940>>...78