Home
last modified time | relevance | path

Searched defs:get (Results 501 - 525 of 905) sorted by relevance

1...<<21222324252627282930>>...37

/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
H A Drestricted_trace_gold_tests.py196 def get(self): member in get_skia_gold_keys.Filter
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DIOSurfaceWrappingTests.cpp47 IOSurfaceRef get() const { in get() function in __anon20553::ScopedIOSurfaceRef
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-bit-set-invertible.hh120 bool get (hb_codepoint_t g) const { return s.get (g) ^ inverted; } in get() function
H A Dhb-machinery.hh234 const Returned * get () const { return Funcs::convert (get_stored ()); } in get() function
H A Dhb-map.hh179 V get (K key) const in get() function
H A Dhb-set.hh105 bool get (hb_codepoint_t g) const { return s.get (g); } in get() function
/third_party/python/Lib/
H A Dwebbrowser.py38 def get(using=None): function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h259 ValueT get(const Key &K, TraitsT &Traits) const { in get() function in llvm::pdb::HashTable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DIntrinsics.h157 static IITDescriptor get(IITDescriptorKind K, unsigned Field) { in get() function
162 static IITDescriptor get(IITDescriptorKind K, unsigned short Hi, in get() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DPointerUnion.h244 template <typename T> T get() const { get() function
253 template <typename T> T get() const { return Val.template get<T>(); } get() function
281 template <typename T> T get() const { get() function in llvm::PointerUnion3
385 template <typename T> T get() const { get() function in llvm::PointerUnion4
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DIntrinsics.h137 static IITDescriptor get(IITDescriptorKind K, unsigned Field) { in get() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DErrorOr.h35 T &get() const { return *Storage; } in get() function in llvm::ReferenceStorage
166 reference get() { return *getStorage(); } in get() function in llvm::ErrorOr
167 const_reference get() const { return const_cast<ErrorOr<T> *>(this)->get(); } in get() function in llvm::ErrorOr
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DTimer.cpp198 Timer &get(StringRef Name, StringRef Description, StringRef GroupName, in get() function in __anon25401::Name2PairMap
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFRegisters.h39 T get(uint32_t Idx) const { in get() function
/third_party/skia/third_party/externals/icu/source/common/
H A Dservls.cpp45 ICULocaleService::get(const Locale& locale, UErrorCode& status) const in get() function in ICULocaleService
51 ICULocaleService::get(const Locale& locale, int32_t kind, UErrorCode& status) const in get() function in ICULocaleService
57 ICULocaleService::get(const Locale& locale, Locale* actualReturn, UErrorCode& status) const in get() function in ICULocaleService
63 ICULocaleService::get(const Locale& locale, int32_t kind, Locale* actualReturn, UErrorCode& status) const in get() function in ICULocaleService
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DIntervalMap.h526 NodeT &get() const { in get() function in llvm::IntervalMapImpl::NodeRef
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DMemoryLocation.h204 static MemoryLocation get(const Instruction *Inst) { in get() function
[all...]
H A DValueLattice.h119 static ValueLatticeElement get(Constant *C) { in get() function in llvm::ValueLatticeElement
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h163 unsigned get(unsigned idx) const { return NewRegs[idx + FirstNew]; } in get() function in llvm::LiveRangeEdit
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_field.cc428 const FieldGenerator& FieldGeneratorMap::get( in get() function in google::protobuf::compiler::objectivec::FieldGeneratorMap
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DRepeatedFieldBuilderV3.java589 public MType get(int index) { get() method in RepeatedFieldBuilderV3.MessageExternalList
623 public BType get(int index) { get() method in RepeatedFieldBuilderV3.BuilderExternalList
657 public IType get(int index) { get() method in RepeatedFieldBuilderV3.MessageOrBuilderExternalList
[all...]
H A DRepeatedFieldBuilder.java589 public MType get(int index) { get() method in RepeatedFieldBuilder.MessageExternalList
623 public BType get(int index) { get() method in RepeatedFieldBuilder.BuilderExternalList
657 public IType get(int index) { get() method in RepeatedFieldBuilder.MessageOrBuilderExternalList
[all...]
/third_party/protobuf/python/google/protobuf/internal/
H A Dcontainers.py76 def get(self, key, default=None): member in Mapping
503 def get(self, key, default=None): member in ScalarMap
604 def get(self, key, default=None): member in MessageMap
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_config_key.py24 get = Func() variable in ValidationTest.Validator.__init__.list_keys_final
165 get = Func() variable in KeySelectionTest.Basic.__init__.list_keys_final
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmessage_lite.h136 constexpr const T& get() const { return reinterpret_cast<const T&>(union_); } in get() function in google::protobuf::internal::ExplicitlyConstructed

Completed in 27 milliseconds

1...<<21222324252627282930>>...37