/third_party/typescript/tests/baselines/reference/ |
H A D | exportStar-amd.js | 64 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
65 desc = { enumerable: true, get: function() { return m[k]; } };
|
H A D | exportsAndImports1.js | 68 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 D | java_message_builder_lite.cc | 106 " 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 D | python_plugin_unittest.cc | 76 io::Printer printer(output.get(), '$'); in TryInsert()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | scc.h | 60 // 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 D | ExtensionRegistryLite.java | 46 * yourself wanting to mix the two. In this case things get more complicated. 160 extensionsByNumber.get(new ObjectIntPair(containingTypeDefaultInstance, fieldNumber)); in findLiteExtensionByNumber()
|
H A D | Protobuf.java | 91 Schema<T> schema = (Schema<T>) schemaCache.get(messageType); in schemaFor()
|
H A D | ProtobufArrayList.java | 124 public E get(int index) { in get() method in ProtobufArrayList
|
H A D | TypeRegistry.java | 67 return types.get(name); in find()
|
/third_party/protobuf/js/ |
H A D | debug.js | 112 var match = /^get([A-Z]\w*)/.exec(name);
|
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyOneofDescriptor.java | 117 RubyFieldDescriptor fieldDescriptor = fields.get(0); in getOneofDescriptor()
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_field.h | 204 const FieldGenerator& get(const FieldDescriptor* field) const;
|
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
H A D | csharp_generator.cc | 104 io::Printer printer(output.get(), '$'); in Generate()
|
/third_party/python/Lib/importlib/ |
H A D | __init__.py | 9 # 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 D | burntsushi.py | 67 norm_type = _aliases.get(type_, type_)
|
/third_party/python/Lib/test/ |
H A D | test_typechecks.py | 15 candidates = cls.__dict__.get("__subclass__", set()) | {cls}
|
/third_party/python/Lib/zoneinfo/ |
H A D | _tzpath.py | 20 env_var = os.environ.get("PYTHONTZPATH", None)
|
/third_party/python/Lib/unittest/ |
H A D | _log.py | 37 self.level = logging._nameToLevel.get(level, level)
|
/third_party/rust/crates/clap/src/ |
H A D | mkeymap.rs | 101 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 D | front_binder.h | 37 absl::forward<Tuple>(bound).template get<Idx>()..., in Apply()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | ostringstream_test.cc | 47 absl::strings_internal::OStringStream strm(s.get()); in TEST()
|
/third_party/skia/docs/examples/ |
H A D | picture_shader.cpp | 11 c->drawTextBlob(b.get(), xy.x(), xy.y(), p); in REG_FIDDLE()
|
/third_party/skia/gm/verifiers/ |
H A D | gmverifier.cpp | 65 // 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 D | git_utils.py | 36 if self._previous_values.get(k):
|
/third_party/skia/infra/bots/recipe_modules/flavor/ |
H A D | ssh.py | 30 self._user_ip = ssh_info.get(u'user_ip')
|