Home
last modified time | relevance | path

Searched defs:extensions_ (Results 1 – 20 of 20) sorted by relevance

/third_party/icu/icu4c/source/common/unicode/
Dlocalebuilder.h303 icu::Locale *extensions_; // Pointer not object. Storage for all other fields. variable
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dlocalebuilder.h303 icu::Locale *extensions_; // Pointer not object. Storage for all other fields. variable
/third_party/node/deps/icu-small/source/common/unicode/
Dlocalebuilder.h301 icu::Locale *extensions_; // Pointer not object. Storage for all other fields. variable
/third_party/cef/tests/cefclient/browser/
Droot_window_manager.h136 ExtensionSet extensions_; variable
Dviews_window.h254 ExtensionInfoSet extensions_; variable
/third_party/spirv-tools/source/opt/
Dfeature_manager.h84 ExtensionSet extensions_; variable
Dmodule.h285 InstructionList extensions_; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfeature_manager.h88 ExtensionSet extensions_; variable
Dmodule.h285 InstructionList extensions_; variable
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfeature_manager.h88 ExtensionSet extensions_; variable
Dmodule.h285 InstructionList extensions_; variable
/third_party/spirv-tools/test/val/
Dval_code_generator.h39 std::string extensions_; variable
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_code_generator.h39 std::string extensions_; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_code_generator.h39 std::string extensions_; variable
/third_party/cef/libcef/browser/native/
Dfile_dialog_runner_mac.mm131 std::vector<std::vector<std::u16string>> extensions_; field
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dmodule.h158 std::vector<std::unique_ptr<Instruction>> extensions_; variable
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.h582 InstructionList extensions_; variable
/third_party/protobuf/src/google/protobuf/
Ddescriptor.h538 FieldDescriptor* extensions_; variable
1579 FieldDescriptor* extensions_; variable
Ddescriptor.cc652 ExtensionsGroupedByDescriptorMap extensions_; member in google::protobuf::DescriptorPool::Tables
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp262 const vector<string>& extensions_, in InstanceContext()