Home
last modified time | relevance | path

Searched refs:intern (Results 1 - 25 of 62) sorted by relevance

123

/third_party/protobuf/php/ext/google/protobuf/
H A Dmap.c70 MapField *intern = emalloc(sizeof(MapField)); in MapField_create() local
71 zend_object_std_init(&intern->std, class_type); in MapField_create()
72 intern->std.handlers = &MapField_object_handlers; in MapField_create()
73 Arena_Init(&intern->arena); in MapField_create()
74 intern->map = NULL; in MapField_create()
76 return &intern->std; in MapField_create()
87 MapField* intern = (MapField*)obj; in MapField_destructor() local
88 ObjCache_Delete(intern->map); in MapField_destructor()
89 zval_ptr_dtor(&intern->arena); in MapField_destructor()
90 zend_object_std_dtor(&intern in MapField_destructor()
117 MapField *intern = emalloc(sizeof(MapField)); MapField_GetPhpWrapper() local
172 MapField *intern = (MapField*)Z_OBJ_P(val); MapField_GetUpbMap() local
199 MapField *intern = (MapField*)Z_OBJ_P(getThis()); PHP_METHOD() local
250 MapField *intern = (MapField*)Z_OBJ_P(getThis()); PHP_METHOD() local
275 MapField *intern = (MapField*)Z_OBJ_P(getThis()); PHP_METHOD() local
308 MapField *intern = (MapField*)Z_OBJ_P(getThis()); PHP_METHOD() local
334 MapField *intern = (MapField*)Z_OBJ_P(getThis()); PHP_METHOD() local
357 MapField *intern = (MapField*)Z_OBJ_P(getThis()); PHP_METHOD() local
430 MapFieldIter *intern = emalloc(sizeof(MapFieldIter)); MapFieldIter_create() local
447 MapFieldIter* intern = (MapFieldIter*)obj; map_field_iter_dtor() local
489 MapFieldIter *intern = (MapFieldIter*)Z_OBJ_P(getThis()); PHP_METHOD() local
501 MapFieldIter *intern = (MapFieldIter*)Z_OBJ_P(getThis()); PHP_METHOD() local
515 MapFieldIter *intern = (MapFieldIter*)Z_OBJ_P(getThis()); PHP_METHOD() local
529 MapFieldIter *intern = (MapFieldIter*)Z_OBJ_P(getThis()); PHP_METHOD() local
540 MapFieldIter *intern = (MapFieldIter*)Z_OBJ_P(getThis()); PHP_METHOD() local
[all...]
H A Darray.c73 RepeatedField *intern = emalloc(sizeof(RepeatedField)); in RepeatedField_create() local
74 zend_object_std_init(&intern->std, class_type); in RepeatedField_create()
75 intern->std.handlers = &RepeatedField_object_handlers; in RepeatedField_create()
76 Arena_Init(&intern->arena); in RepeatedField_create()
77 intern->array = NULL; in RepeatedField_create()
78 intern->desc = NULL; in RepeatedField_create()
80 return &intern->std; in RepeatedField_create()
91 RepeatedField* intern = (RepeatedField*)obj; in RepeatedField_destructor() local
92 ObjCache_Delete(intern->array); in RepeatedField_destructor()
93 zval_ptr_dtor(&intern in RepeatedField_destructor()
119 RepeatedField *intern = emalloc(sizeof(RepeatedField)); RepeatedField_GetPhpWrapper() local
164 RepeatedField *intern = (RepeatedField*)Z_OBJ_P(val); RepeatedField_GetUpbArray() local
190 RepeatedField *intern = (RepeatedField*)Z_OBJ_P(getThis()); PHP_METHOD() local
219 RepeatedField *intern = (RepeatedField*)Z_OBJ_P(getThis()); PHP_METHOD() local
244 RepeatedField *intern = (RepeatedField*)Z_OBJ_P(getThis()); PHP_METHOD() local
267 RepeatedField *intern = (RepeatedField*)Z_OBJ_P(getThis()); PHP_METHOD() local
301 RepeatedField *intern = (RepeatedField*)Z_OBJ_P(getThis()); PHP_METHOD() local
343 RepeatedField *intern = (RepeatedField*)Z_OBJ_P(getThis()); PHP_METHOD() local
372 RepeatedField *intern = (RepeatedField*)Z_OBJ_P(getThis()); PHP_METHOD() local
449 RepeatedFieldIter *intern = emalloc(sizeof(RepeatedFieldIter)); RepeatedFieldIter_create() local
466 RepeatedFieldIter* intern = (RepeatedFieldIter*)obj; RepeatedFieldIter_dtor() local
504 RepeatedFieldIter *intern = (RepeatedFieldIter*)Z_OBJ_P(getThis()); PHP_METHOD() local
514 RepeatedFieldIter *intern = (RepeatedFieldIter*)Z_OBJ_P(getThis()); PHP_METHOD() local
537 RepeatedFieldIter *intern = (RepeatedFieldIter*)Z_OBJ_P(getThis()); PHP_METHOD() local
547 RepeatedFieldIter *intern = (RepeatedFieldIter*)Z_OBJ_P(getThis()); PHP_METHOD() local
557 RepeatedFieldIter *intern = (RepeatedFieldIter*)Z_OBJ_P(getThis()); PHP_METHOD() local
[all...]
H A Dmessage.c70 Message *intern = emalloc(sizeof(Message)); in Message_create() local
73 zend_object_std_init(&intern->std, class_type); in Message_create()
74 intern->std.handlers = &message_object_handlers; in Message_create()
75 Arena_Init(&intern->arena); in Message_create()
76 return &intern->std; in Message_create()
87 Message* intern = (Message*)obj; in Message_dtor() local
88 ObjCache_Delete(intern->msg); in Message_dtor()
89 zval_dtor(&intern->arena); in Message_dtor()
90 zend_object_std_dtor(&intern->std); in Message_dtor()
132 Message* intern in Message_has_property() local
167 Message* intern = PROTO_MSG_P(obj); Message_unset_property() local
203 Message* intern = PROTO_MSG_P(obj); Message_read_property() local
247 Message* intern = PROTO_MSG_P(obj); Message_write_property() local
317 Message *intern = emalloc(sizeof(Message)); Message_GetPhpWrapper() local
345 Message *intern = (Message*)Z_OBJ_P(val); Message_GetUpbMessage() local
450 Message* intern = (Message*)Z_OBJ_P(getThis()); PHP_METHOD() local
475 Message* intern = (Message*)Z_OBJ_P(getThis()); PHP_METHOD() local
485 Message* intern = (Message*)Z_OBJ_P(getThis()); PHP_METHOD() local
496 Message* intern = (Message*)Z_OBJ_P(getThis()); PHP_METHOD() local
536 Message* intern = (Message*)Z_OBJ_P(getThis()); PHP_METHOD() local
565 Message* intern = (Message*)Z_OBJ_P(getThis()); PHP_METHOD() local
590 Message* intern = (Message*)Z_OBJ_P(getThis()); PHP_METHOD() local
630 Message* intern = (Message*)Z_OBJ_P(getThis()); PHP_METHOD() local
684 Message* intern = (Message*)Z_OBJ_P(getThis()); PHP_METHOD() local
731 Message* intern = (Message*)Z_OBJ_P(getThis()); PHP_METHOD() local
782 Message* intern = (Message*)Z_OBJ_P(getThis()); PHP_METHOD() local
818 Message* intern = (Message*)Z_OBJ_P(getThis()); PHP_METHOD() local
866 Message* intern = (Message*)Z_OBJ_P(getThis()); PHP_METHOD() local
[all...]
H A Ddef.c76 EnumValueDescriptor *intern = emalloc(sizeof(EnumValueDescriptor)); in EnumValueDescriptor_Make() local
77 zend_object_std_init(&intern->std, EnumValueDescriptor_class_entry); in EnumValueDescriptor_Make()
78 intern->std.handlers = &EnumValueDescriptor_object_handlers; in EnumValueDescriptor_Make()
79 intern->name = name; in EnumValueDescriptor_Make()
80 intern->number = number; in EnumValueDescriptor_Make()
82 ZVAL_OBJ(val, &intern->std); in EnumValueDescriptor_Make()
91 EnumValueDescriptor *intern = (EnumValueDescriptor*)Z_OBJ_P(getThis()); in PHP_METHOD() local
92 RETURN_STRING(intern->name); in PHP_METHOD()
101 EnumValueDescriptor *intern = (EnumValueDescriptor*)Z_OBJ_P(getThis()); in PHP_METHOD() local
102 RETURN_LONG(intern in PHP_METHOD()
179 EnumDescriptor *intern = (EnumDescriptor*)Z_OBJ_P(getThis()); PHP_METHOD() local
211 EnumDescriptor *intern = (EnumDescriptor*)Z_OBJ_P(getThis()); PHP_METHOD() local
271 OneofDescriptor *intern = (OneofDescriptor*)Z_OBJ_P(getThis()); PHP_METHOD() local
282 OneofDescriptor *intern = (OneofDescriptor*)Z_OBJ_P(getThis()); PHP_METHOD() local
314 OneofDescriptor *intern = (OneofDescriptor*)Z_OBJ_P(getThis()); PHP_METHOD() local
396 FieldDescriptor *intern = (FieldDescriptor*)Z_OBJ_P(getThis()); PHP_METHOD() local
406 FieldDescriptor *intern = (FieldDescriptor*)Z_OBJ_P(getThis()); PHP_METHOD() local
416 FieldDescriptor *intern = (FieldDescriptor*)Z_OBJ_P(getThis()); PHP_METHOD() local
426 FieldDescriptor *intern = (FieldDescriptor*)Z_OBJ_P(getThis()); PHP_METHOD() local
436 FieldDescriptor *intern = (FieldDescriptor*)Z_OBJ_P(getThis()); PHP_METHOD() local
446 FieldDescriptor *intern = (FieldDescriptor*)Z_OBJ_P(getThis()); PHP_METHOD() local
467 FieldDescriptor *intern = (FieldDescriptor*)Z_OBJ_P(getThis()); PHP_METHOD() local
600 Descriptor *intern = (Descriptor*)Z_OBJ_P(getThis()); PHP_METHOD() local
611 Descriptor *intern = (Descriptor*)Z_OBJ_P(getThis()); PHP_METHOD() local
643 Descriptor *intern = (Descriptor*)Z_OBJ_P(getThis()); PHP_METHOD() local
654 Descriptor *intern = (Descriptor*)Z_OBJ_P(getThis()); PHP_METHOD() local
686 Descriptor *intern = (Descriptor*)Z_OBJ_P(getThis()); PHP_METHOD() local
696 Descriptor *intern = (Descriptor*)Z_OBJ_P(getThis()); PHP_METHOD() local
733 DescriptorPool *intern = emalloc(sizeof(DescriptorPool)); DescriptorPool_create() local
745 DescriptorPool* intern = (DescriptorPool*)obj; DescriptorPool_destructor() local
757 DescriptorPool *intern = GetPool(zv); DescriptorPool_CreateWithSymbolTable() local
764 DescriptorPool *intern = GetPool(zv); DescriptorPool_Steal() local
771 DescriptorPool *intern = GetPool(get_generated_pool()); DescriptorPool_GetSymbolTable() local
850 DescriptorPool *intern = GetPool(getThis()); PHP_METHOD() local
960 DescriptorPool *intern = GetPool(getThis()); PHP_METHOD() local
[all...]
H A Darena.c50 Arena *intern = emalloc(sizeof(Arena)); in Arena_Create() local
51 zend_object_std_init(&intern->std, class_type); in Arena_Create()
52 intern->std.handlers = &Arena_object_handlers; in Arena_Create()
53 intern->arena = upb_arena_new(); in Arena_Create()
55 return &intern->std; in Arena_Create()
59 Arena* intern = (Arena*)obj; in Arena_Free() local
60 upb_arena_free(intern->arena); in Arena_Free()
61 zend_object_std_dtor(&intern->std); in Arena_Free()
/third_party/node/deps/v8/third_party/jinja2/
H A Dlexer.py13 from ._compat import intern namespace
59 TOKEN_ADD = intern("add")
60 TOKEN_ASSIGN = intern("assign")
61 TOKEN_COLON = intern("colon")
62 TOKEN_COMMA = intern("comma")
63 TOKEN_DIV = intern("div")
64 TOKEN_DOT = intern("dot")
65 TOKEN_EQ = intern("eq")
66 TOKEN_FLOORDIV = intern("floordiv")
67 TOKEN_GT = intern("g
[all...]
H A D_compat.py34 intern = sys.intern variable
63 intern = intern variable
/third_party/node/tools/inspector_protocol/jinja2/
H A Dlexer.py21 from jinja2._compat import implements_iterator, intern, iteritems, text_type namespace
59 TOKEN_ADD = intern('add')
60 TOKEN_ASSIGN = intern('assign')
61 TOKEN_COLON = intern('colon')
62 TOKEN_COMMA = intern('comma')
63 TOKEN_DIV = intern('div')
64 TOKEN_DOT = intern('dot')
65 TOKEN_EQ = intern('eq')
66 TOKEN_FLOORDIV = intern('floordiv')
67 TOKEN_GT = intern('g
[all...]
H A D_compat.py43 intern = sys.intern variable
67 intern = intern variable
/third_party/skia/third_party/externals/jinja2/
H A Dlexer.py13 from ._compat import intern namespace
59 TOKEN_ADD = intern("add")
60 TOKEN_ASSIGN = intern("assign")
61 TOKEN_COLON = intern("colon")
62 TOKEN_COMMA = intern("comma")
63 TOKEN_DIV = intern("div")
64 TOKEN_DOT = intern("dot")
65 TOKEN_EQ = intern("eq")
66 TOKEN_FLOORDIV = intern("floordiv")
67 TOKEN_GT = intern("g
[all...]
H A D_compat.py34 intern = sys.intern variable
63 intern = intern variable
/third_party/jinja2/
H A Dlexer.py10 from sys import intern namespace
61 TOKEN_ADD = intern("add")
62 TOKEN_ASSIGN = intern("assign")
63 TOKEN_COLON = intern("colon")
64 TOKEN_COMMA = intern("comma")
65 TOKEN_DIV = intern("div")
66 TOKEN_DOT = intern("dot")
67 TOKEN_EQ = intern("eq")
68 TOKEN_FLOORDIV = intern("floordiv")
69 TOKEN_GT = intern("g
[all...]
H A D_compat.py34 intern = sys.intern variable
63 intern = intern variable
/third_party/rust/crates/cxx/gen/build/src/
H A Dvec.rs1 use crate::intern::{self, InternedString};
20 pub fn intern<T>(elements: &[&T]) -> Vec<InternedString> in intern() functions
24 elements.iter().copied().map(Element::intern).collect() in intern()
28 fn intern(&self) -> InternedString; in intern() functions
33 fn intern(&self) -> InternedString { in unintern() functions
34 intern::intern(self) in unintern()
43 fn intern(&self) -> InternedString { in intern() functions
44 intern::intern( in intern()
[all...]
H A Dcfg.rs344 use crate::intern::{intern, InternedString};
365 .map(|pkg| intern(&pkg.to_string_lossy())) in default()
485 current.include_prefix = intern(include_prefix); in drop()
486 current.exported_header_dirs = vec::intern(exported_header_dirs); in drop()
487 current.exported_header_prefixes = vec::intern(exported_header_prefixes); in drop()
488 current.exported_header_links = vec::intern(exported_header_links); in drop()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DBaseLocale.java31 _language = AsciiUtil.toLowerString(language).intern(); in BaseLocale()
34 _script = AsciiUtil.toTitleString(script).intern(); in BaseLocale()
37 _region = AsciiUtil.toUpperString(region).intern(); in BaseLocale()
42 _variant = variant.intern(); in BaseLocale()
44 _variant = AsciiUtil.toUpperString(variant).intern(); in BaseLocale()
237 String lang = AsciiUtil.toLowerString(key._lang).intern(); in normalize()
238 String scrt = AsciiUtil.toTitleString(key._scrt).intern(); in normalize()
239 String regn = AsciiUtil.toUpperString(key._regn).intern(); in normalize()
243 vart = key._vart.intern(); in normalize()
245 vart = AsciiUtil.toUpperString(key._vart).intern(); in normalize()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DBaseLocale.java35 _language = AsciiUtil.toLowerString(language).intern(); in BaseLocale()
38 _script = AsciiUtil.toTitleString(script).intern(); in BaseLocale()
41 _region = AsciiUtil.toUpperString(region).intern(); in BaseLocale()
46 _variant = variant.intern(); in BaseLocale()
48 _variant = AsciiUtil.toUpperString(variant).intern(); in BaseLocale()
241 String lang = AsciiUtil.toLowerString(key._lang).intern(); in normalize()
242 String scrt = AsciiUtil.toTitleString(key._scrt).intern(); in normalize()
243 String regn = AsciiUtil.toUpperString(key._regn).intern(); in normalize()
247 vart = key._vart.intern(); in normalize()
249 vart = AsciiUtil.toUpperString(key._vart).intern(); in normalize()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp70 LookupSet.add(ES.intern(KV.first), LookupFlags);
73 // OnResolve -- De-intern the symbols and pass the result to the linker.
76 auto Main = Layer.getExecutionSession().intern("_main");
103 auto InternedName = ES.intern(Sym->getName());
122 auto InternedName = ES.intern(Sym->getName());
186 if (!MR.getSymbols().count(ES.intern(Sym->getName()))) in externalizeWeakAndCommonSymbols()
192 if (!MR.getSymbols().count(ES.intern(Sym->getName()))) in externalizeWeakAndCommonSymbols()
202 if (Sym->hasName() && MR.getSymbols().count(ES.intern(Sym->getName()))) in markResponsibilitySymbolsLive()
218 auto SymName = ES.intern(Sym->getName()); in computeNamedSymbolDependencies()
225 SymDeps.insert(ES.intern(TargetSy in computeNamedSymbolDependencies()
[all...]
H A DLegacy.cpp24 InternedSymbols.insert(ES.intern(S)); in lookup()
55 InternedSymbols.insert(ES.intern(S)); in getResponsibilitySet()
H A DRTDyldObjectLinkingLayer.cpp27 InternedSymbols.add(ES.intern(S)); in lookup()
184 R.getSymbols().count(ES.intern(*Name))) in onObjLoad()
204 auto InternedName = getExecutionSession().intern(KV.first); in onObjLoad()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTree.java500 * must recursively intern the targets of any nodes to ensure that once a Node is interned, all
517 intern(Node.TERMINAL); in SetOperations()
527 Node target = intern(edge.target); in internTarget()
539 private Node intern(Node node) { in intern() method in RangeTree.SetOperations
554 // intern map. If our edges were not interned (and we aren't in the map yet) then we must in intern()
675 // (empty or terminating nodes) create and intern a new minimal node for the edges. in recurse()
679 return intern(new Node(ImmutableList.copyOf(out), canTerminate)); in recurse()
693 return unionFn.apply(intern(lhs), intern(rhs)); in unionImpl()
705 return intersectionFn.apply(intern(lh in intersectImpl()
[all...]
/third_party/python/Modules/
H A Dpyexpat.c79 PyObject *intern; /* Dictionary to intern strings */ member
236 if (!self->intern) in string_intern()
238 value = PyDict_GetItemWithError(self->intern, result); in string_intern()
241 PyDict_SetItem(self->intern, result, result) == 0) in string_intern()
962 new_parser->intern = self->intern; in pyexpat_xmlparser_ExternalEntityParserCreate_impl()
963 Py_XINCREF(new_parser->intern); in pyexpat_xmlparser_ExternalEntityParserCreate_impl()
1134 const char *namespace_separator, PyObject *intern) in newxmlparseobject()
1151 self->intern in newxmlparseobject()
1133 newxmlparseobject(pyexpat_state *state, const char *encoding, const char *namespace_separator, PyObject *intern) newxmlparseobject() argument
1526 pyexpat_ParserCreate_impl(PyObject *module, const char *encoding, const char *namespace_separator, PyObject *intern) pyexpat_ParserCreate_impl() argument
[all...]
/third_party/python/Modules/clinic/
H A Dpyexpat.c.h312 " intern=<unrepresentable>)\n"
322 const char *namespace_separator, PyObject *intern);
328 static const char * const _keywords[] = {"encoding", "namespace_separator", "intern", NULL}; in pyexpat_ParserCreate()
334 PyObject *intern = NULL; in pyexpat_ParserCreate() local
389 intern = args[2]; in pyexpat_ParserCreate()
391 return_value = pyexpat_ParserCreate_impl(module, encoding, namespace_separator, intern); in pyexpat_ParserCreate()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneGenericNames.java257 _genericLocationNamesMap.putIfAbsent(canonicalTzID.intern(), ""); in getGenericLocationName()
260 canonicalTzID = canonicalTzID.intern(); in getGenericLocationName()
261 String tmp = _genericLocationNamesMap.putIfAbsent(canonicalTzID, name.intern()); in getGenericLocationName()
571 String tmp = _genericPartialLocationNamesMap.putIfAbsent(key.intern(), name.intern()); in getPartialLocationName()
573 NameInfo info = new NameInfo(tzID.intern(), in getPartialLocationName()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTimeZoneGenericNames.java261 _genericLocationNamesMap.putIfAbsent(canonicalTzID.intern(), ""); in getGenericLocationName()
264 canonicalTzID = canonicalTzID.intern(); in getGenericLocationName()
265 String tmp = _genericLocationNamesMap.putIfAbsent(canonicalTzID, name.intern()); in getGenericLocationName()
575 String tmp = _genericPartialLocationNamesMap.putIfAbsent(key.intern(), name.intern()); in getPartialLocationName()
577 NameInfo info = new NameInfo(tzID.intern(), in getPartialLocationName()

Completed in 18 milliseconds

123