Home
last modified time | relevance | path

Searched refs:class_type (Results 1 – 21 of 21) sorted by relevance

/external/python/apitools/apitools/base/py/
Dextra_types_test.py178 def JtoM(class_type, json_str): argument
179 return encoding.JsonToMessage(class_type, json_str)
181 def DoRoundtrip(class_type, json_msg=None, message=None, times=4): argument
183 json_msg = MtoJ(JtoM(class_type, json_msg))
185 message = JtoM(class_type, MtoJ(message))
189 return DoRoundtrip(class_type=class_type, json_msg=json_msg,
/external/libcap-ng/libcap-ng-0.7/bindings/python/
Dcapng.py35 def _swig_setattr_nondynamic(self,class_type,name,value,static=1): argument
41 method = class_type.__swig_setmethods__.get(name,None)
48 def _swig_setattr(self,class_type,name,value): argument
49 return _swig_setattr_nondynamic(self,class_type,name,value,0)
51 def _swig_getattr(self,class_type,name): argument
53 method = class_type.__swig_getmethods__.get(name,None)
/external/grpc-grpc/src/php/ext/grpc/
Dserver_credentials.c37 zend_class_entry *class_type TSRMLS_DC) { in PHP_GRPC_FREE_WRAPPED_FUNC_END()
39 zend_object_std_init(&intern->std, class_type TSRMLS_CC); in PHP_GRPC_FREE_WRAPPED_FUNC_END()
40 object_properties_init(&intern->std, class_type); in PHP_GRPC_FREE_WRAPPED_FUNC_END()
Dchannel_credentials.c60 zend_class_entry *class_type TSRMLS_DC) { in PHP_GRPC_FREE_WRAPPED_FUNC_END()
62 zend_object_std_init(&intern->std, class_type TSRMLS_CC); in PHP_GRPC_FREE_WRAPPED_FUNC_END()
63 object_properties_init(&intern->std, class_type); in PHP_GRPC_FREE_WRAPPED_FUNC_END()
Dserver.c50 php_grpc_zend_object create_wrapped_grpc_server(zend_class_entry *class_type in PHP_GRPC_FREE_WRAPPED_FUNC_END()
53 zend_object_std_init(&intern->std, class_type TSRMLS_CC); in PHP_GRPC_FREE_WRAPPED_FUNC_END()
54 object_properties_init(&intern->std, class_type); in PHP_GRPC_FREE_WRAPPED_FUNC_END()
Dcall_credentials.c42 zend_class_entry *class_type TSRMLS_DC) { in PHP_GRPC_FREE_WRAPPED_FUNC_END()
44 zend_object_std_init(&intern->std, class_type TSRMLS_CC); in PHP_GRPC_FREE_WRAPPED_FUNC_END()
45 object_properties_init(&intern->std, class_type); in PHP_GRPC_FREE_WRAPPED_FUNC_END()
Dtimeval.c33 php_grpc_zend_object create_wrapped_grpc_timeval(zend_class_entry *class_type in PHP_GRPC_FREE_WRAPPED_FUNC_START()
36 zend_object_std_init(&intern->std, class_type TSRMLS_CC); in PHP_GRPC_FREE_WRAPPED_FUNC_START()
37 object_properties_init(&intern->std, class_type); in PHP_GRPC_FREE_WRAPPED_FUNC_START()
Dcall.c44 php_grpc_zend_object create_wrapped_grpc_call(zend_class_entry *class_type in PHP_GRPC_FREE_WRAPPED_FUNC_END()
47 zend_object_std_init(&intern->std, class_type TSRMLS_CC); in PHP_GRPC_FREE_WRAPPED_FUNC_END()
48 object_properties_init(&intern->std, class_type); in PHP_GRPC_FREE_WRAPPED_FUNC_END()
Dchannel.c92 php_grpc_zend_object create_wrapped_grpc_channel(zend_class_entry *class_type in PHP_GRPC_FREE_WRAPPED_FUNC_END()
95 zend_object_std_init(&intern->std, class_type TSRMLS_CC); in PHP_GRPC_FREE_WRAPPED_FUNC_END()
96 object_properties_init(&intern->std, class_type); in PHP_GRPC_FREE_WRAPPED_FUNC_END()
Dphp7_wrapper.h214 zend_object_properties_size(class_type));
/external/protobuf/php/ext/google/protobuf/
Ddef.c58 zend_class_entry class_type; \
59 INIT_CLASS_ENTRY(class_type, string_name, name_lower##_methods); \
60 name_lower##_type = zend_register_internal_class(&class_type TSRMLS_CC); \
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.py61 assert self.decl.class_type in ('struct', 'union')
/external/googletest/googlemock/scripts/generator/cpp/
Dast.py1492 def _GetClass(self, class_type, visibility, templated_types): argument
1512 return class_type(class_token.start, class_token.end,
1548 new_class = class_type(class_token.start, class_token.end,
1561 return class_type(class_token.start, class_token.end, class_name,
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dast.py1479 def _GetClass(self, class_type, visibility, templated_types): argument
1499 return class_type(class_token.start, class_token.end,
1535 new_class = class_type(class_token.start, class_token.end,
1548 return class_type(class_token.start, class_token.end, class_name,
/external/llvm/include/llvm/Support/
DDwarf.def47 HANDLE_DW_TAG(0x0002, class_type)
/external/selinux/libsepol/cil/src/
Dcil_write_ast.c438 char *class_type = (node->flavor == CIL_CLASS) ? CIL_KEY_CLASS : CIL_KEY_COMMON; in cil_write_class() local
441 fprintf(cil_out, "(%s %s ", class_type, datum->name); in cil_write_class()
/external/elfutils/libdw/
Dknown-dwarf.h563 DWARF_ONE_KNOWN_DW_TAG (class_type, DW_TAG_class_type) \
DChangeLog2660 * libdw_visit_scopes.c (classify_die): Return walk for class_type and
/external/swiftshader/third_party/llvm-subzero/lib/Demangle/
DItaniumDemangle.cpp1468 auto class_type = std::move(db.names.back()); in parse_pointer_to_member_type() local
1471 std::move(func.first) + "(" + class_type.move_full() + "::*"; in parse_pointer_to_member_type()
1475 std::move(func.first) + " " + class_type.move_full() + "::*"; in parse_pointer_to_member_type()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DDwarf.def105 HANDLE_DW_TAG(0x0002, class_type, 2, DWARF)
/external/selinux/python/sepolicy/sepolicy/
Dgui.py1465 def display_more_detail_init(self, source, target, class_type, permission): argument
1467 …ata_set.set_value(iter, 0, "allow %s %s:%s { %s };" % (source, target, class_type, " ".join(permis…