Home
last modified time | relevance | path

Searched defs:std (Results 651 - 675 of 1918) sorted by relevance

1...<<21222324252627282930>>...77

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dobjc_allowlist.rs
/third_party/rust/crates/clap/tests/derive/
H A Doptions.rs[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
H A Dlayout_align.rs[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMemoryRequirementsTestsUtils.hpp139 mergeFlags( const std::vector<Flag>& flags1, const std::vector<BitsSet<Flag, Bits, Ignored...>>& flags2 ) mergeFlags() argument
163 mergeFlags( std::vector<BitsSet<Flag, Bits, Ignored...>>& inout, const std::vector<BitsSet<Flag, Bits, Ignored...>>& flags ) mergeFlags() argument
180 combine( std::vector<BitsSet<Flag, Bit, Ignored...>>& result, const BitsSet<Flag, Bit, Ignored...>& bits, std::vector<Flag>& hints ) combine() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmEmptyStructTests.cpp39 bool verifyResult(const std::vector<Resource>&, in verifyResult() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMemoryRequirementsTestsUtils.hpp139 mergeFlags( const std::vector<Flag>& flags1, const std::vector<BitsSet<Flag, Bits, Ignored...>>& flags2 ) mergeFlags() argument
163 mergeFlags( std::vector<BitsSet<Flag, Bits, Ignored...>>& inout, const std::vector<BitsSet<Flag, Bits, Ignored...>>& flags ) mergeFlags() argument
180 combine( std::vector<BitsSet<Flag, Bit, Ignored...>>& result, const BitsSet<Flag, Bit, Ignored...>& bits, std::vector<Flag>& hints ) combine() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DSymbol.cpp52 TSymbol(TSymbolTable *symbolTable, const ImmutableString &name, SymbolType symbolType, SymbolClass symbolClass, const std::array<TExtension, 3u> &extensions) TSymbol() argument
109 TVariable(TSymbolTable *symbolTable, const ImmutableString &name, const TType *type, SymbolType symbolType, const std::array<TExtension, 3u> &extensions) TVariable() argument
171 TInterfaceBlock(TSymbolTable *symbolTable, const ImmutableString &name, const TFieldList *fields, const TLayoutQualifier &layoutQualifier, SymbolType symbolType, const std::array<TExtension, 3u> &extensions) TInterfaceBlock() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp276 assert(Value < 0 && �); if (Value >= std::numeric_limits<int8_t>::min()) emitEncodedSignedInteger() argument
325 assert(Value < 0 && �); if (Value >= std::numeric_limits<int8_t>::min()) writeEncodedSignedInteger() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dinstruction.h140 namespace std { namespace
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dtransformation_add_function_test.cpp26 MakeAccessClampingInfo( uint32_t access_chain_id, const std::vector<std::pair<uint32_t, uint32_t>>& compare_and_select_ids) MakeAccessClampingInfo() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DVertexProcessor.hpp111 namespace std { namespace
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_inline_function.cpp27 TransformationInlineFunction( uint32_t function_call_id, const std::map<uint32_t, uint32_t>& result_id_map) TransformationInlineFunction() argument
265 AdaptInlinedInstruction( const std::map<uint32_t, uint32_t>& result_id_map, opt::IRContext* ir_context, opt::Instruction* instruction_to_be_inlined) const AdaptInlinedInstruction() argument
[all...]
H A Dtransformation_propagate_instruction_down.cpp27 TransformationPropagateInstructionDown( uint32_t block_id, uint32_t phi_fresh_id, const std::map<uint32_t, uint32_t>& successor_id_to_fresh_id) TransformationPropagateInstructionDown() argument
[all...]
H A Dtransformation_propagate_instruction_up.cpp85 TransformationPropagateInstructionUp( uint32_t block_id, const std::map<uint32_t, uint32_t>& predecessor_id_to_fresh_id) TransformationPropagateInstructionUp() argument
[all...]
H A Dtransformation_replace_params_with_struct.cpp28 TransformationReplaceParamsWithStruct( const std::vector<uint32_t>& parameter_id, uint32_t fresh_function_type_id, uint32_t fresh_parameter_id, const std::map<uint32_t, uint32_t>& caller_id_to_fresh_composite_id) TransformationReplaceParamsWithStruct() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dtext_handler.h123 AssemblyContext(spv_text text, const MessageConsumer& consumer, std::set<uint32_t>&& ids_to_preserve = std::set<uint32_t>()) AssemblyContext() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_inline_function.cpp27 TransformationInlineFunction( uint32_t function_call_id, const std::map<uint32_t, uint32_t>& result_id_map) TransformationInlineFunction() argument
265 AdaptInlinedInstruction( const std::map<uint32_t, uint32_t>& result_id_map, opt::IRContext* ir_context, opt::Instruction* instruction_to_be_inlined) const AdaptInlinedInstruction() argument
[all...]
H A Dtransformation_propagate_instruction_down.cpp27 TransformationPropagateInstructionDown( uint32_t block_id, uint32_t phi_fresh_id, const std::map<uint32_t, uint32_t>& successor_id_to_fresh_id) TransformationPropagateInstructionDown() argument
[all...]
H A Dtransformation_propagate_instruction_up.cpp85 TransformationPropagateInstructionUp( uint32_t block_id, const std::map<uint32_t, uint32_t>& predecessor_id_to_fresh_id) TransformationPropagateInstructionUp() argument
[all...]
H A Dtransformation_replace_params_with_struct.cpp28 TransformationReplaceParamsWithStruct( const std::vector<uint32_t>& parameter_id, uint32_t fresh_function_type_id, uint32_t fresh_parameter_id, const std::map<uint32_t, uint32_t>& caller_id_to_fresh_composite_id) TransformationReplaceParamsWithStruct() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dtext_handler.h123 AssemblyContext(spv_text text, const MessageConsumer& consumer, std::set<uint32_t>&& ids_to_preserve = std::set<uint32_t>()) AssemblyContext() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dinstruction.h140 namespace std { namespace
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_add_function_test.cpp26 MakeAccessClampingInfo( uint32_t access_chain_id, const std::vector<std::pair<uint32_t, uint32_t>>& compare_and_select_ids) MakeAccessClampingInfo() argument
[all...]
/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...]

Completed in 20 milliseconds

1...<<21222324252627282930>>...77