Home
last modified time | relevance | path

Searched refs:get (Results 6801 - 6825 of 11095) sorted by relevance

1...<<271272273274275276277278279280>>...444

/third_party/typescript/tests/baselines/reference/
H A DexportStar-amd.js64 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
65 desc = { enumerable: true, get: function() { return m[k]; } };
H A DexportsAndImports1.js68 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
69 desc = { enumerable: true, get: function() { return m[k]; } };
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_message_builder_lite.cc106 " get$oneof_capitalized_name$Case() {\n" in Generate()
107 " return instance.get$oneof_capitalized_name$Case();\n" in Generate()
120 field_generators_.get(descriptor_->field(i)) in Generate()
/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_plugin_unittest.cc76 io::Printer printer(output.get(), '$'); in TryInsert()
/third_party/protobuf/src/google/protobuf/compiler/
H A Dscc.h60 // instead of quadratic performance, if we do this per message we would get
86 return garbage_bin_.back().get(); in CreateSCC()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DExtensionRegistryLite.java46 * yourself wanting to mix the two. In this case things get more complicated.
160 extensionsByNumber.get(new ObjectIntPair(containingTypeDefaultInstance, fieldNumber)); in findLiteExtensionByNumber()
H A DProtobuf.java91 Schema<T> schema = (Schema<T>) schemaCache.get(messageType); in schemaFor()
H A DProtobufArrayList.java124 public E get(int index) { in get() method in ProtobufArrayList
H A DTypeRegistry.java67 return types.get(name); in find()
/third_party/protobuf/js/
H A Ddebug.js112 var match = /^get([A-Z]\w*)/.exec(name);
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyOneofDescriptor.java117 RubyFieldDescriptor fieldDescriptor = fields.get(0); in getOneofDescriptor()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_field.h204 const FieldGenerator& get(const FieldDescriptor* field) const;
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_generator.cc104 io::Printer printer(output.get(), '$'); in Generate()
/third_party/python/Lib/importlib/
H A D__init__.py9 # modules would get an uninitialised copy of the source version, instead
146 if sys.modules.get(name) is not module:
/third_party/python/Lib/test/test_tomllib/
H A Dburntsushi.py67 norm_type = _aliases.get(type_, type_)
/third_party/python/Lib/test/
H A Dtest_typechecks.py15 candidates = cls.__dict__.get("__subclass__", set()) | {cls}
/third_party/python/Lib/zoneinfo/
H A D_tzpath.py20 env_var = os.environ.get("PYTHONTZPATH", None)
/third_party/python/Lib/unittest/
H A D_log.py37 self.level = logging._nameToLevel.get(level, level)
/third_party/rust/crates/clap/src/
H A Dmkeymap.rs101 pub(crate) fn get<K: ?Sized>(&self, key: &K) -> Option<&Arg>
151 self.get(key).expect(INTERNAL_ERROR_MSG) in index()
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/internal/
H A Dfront_binder.h37 absl::forward<Tuple>(bound).template get<Idx>()..., in Apply()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dostringstream_test.cc47 absl::strings_internal::OStringStream strm(s.get()); in TEST()
/third_party/skia/docs/examples/
H A Dpicture_shader.cpp11 c->drawTextBlob(b.get(), xy.x(), xy.y(), p); in REG_FIDDLE()
/third_party/skia/gm/verifiers/
H A Dgmverifier.cpp65 // Call into the GM instance to get the initial image. in RenderGoldBmp()
118 fFailedVerifier = v.get(); in verifyAll()
/third_party/skia/infra/bots/
H A Dgit_utils.py36 if self._previous_values.get(k):
/third_party/skia/infra/bots/recipe_modules/flavor/
H A Dssh.py30 self._user_ip = ssh_info.get(u'user_ip')

Completed in 15 milliseconds

1...<<271272273274275276277278279280>>...444