Home
last modified time | relevance | path

Searched refs:field_type_name (Results 1 – 25 of 89) sorted by relevance

1234

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/services/
H A Dcompound_id.cpp527 if (field_type_name == CIT_BOOLEAN_TYPE_NAME) in ParseID()
535 if (field_type_name == CIT_FLAGS_TYPE_NAME) in ParseID()
539 if (field_type_name == CIT_HOST_TYPE_NAME) in ParseID()
543 if (field_type_name == CIT_ID_TYPE_NAME) in ParseID()
555 else if (field_type_name == CIT_CUE_TYPE_NAME) in ParseID()
559 if (field_type_name == CIT_OBJECTREF_TYPE_NAME) in ParseID()
561 else if (field_type_name == CIT_PORT_TYPE_NAME) in ParseID()
565 if (field_type_name == CIT_RANDOM_TYPE_NAME) in ParseID()
569 if (field_type_name == CIT_SEQ_ID_TYPE_NAME) in ParseID()
577 if (field_type_name == CIT_LABEL_TYPE_NAME) in ParseID()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/services/
H A Dcompound_id.cpp527 if (field_type_name == CIT_BOOLEAN_TYPE_NAME) in ParseID()
535 if (field_type_name == CIT_FLAGS_TYPE_NAME) in ParseID()
539 if (field_type_name == CIT_HOST_TYPE_NAME) in ParseID()
543 if (field_type_name == CIT_ID_TYPE_NAME) in ParseID()
555 else if (field_type_name == CIT_CUE_TYPE_NAME) in ParseID()
559 if (field_type_name == CIT_OBJECTREF_TYPE_NAME) in ParseID()
561 else if (field_type_name == CIT_PORT_TYPE_NAME) in ParseID()
565 if (field_type_name == CIT_RANDOM_TYPE_NAME) in ParseID()
569 if (field_type_name == CIT_SEQ_ID_TYPE_NAME) in ParseID()
577 if (field_type_name == CIT_LABEL_TYPE_NAME) in ParseID()
[all …]
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DFieldIcon.cpp103 const std::string& field_type_name = field->FieldTypeName(); in RClick() local
104 if (field_type_name.empty()) in RClick()
107 …pup_label = boost::io::str(FlexibleFormat(UserString("ENC_LOOKUP")) % UserString(field_type_name)); in RClick()
109 …uto pedia_lookup_field_type_action = [field_type_name]() { ClientUI::GetClientUI()->ZoomToFieldTyp… in RClick()
H A DClientUI.h88 …bool ZoomToFieldType(const std::string& field_type_name); //!< Opens the ??? screen and pres…
193 static std::shared_ptr<GG::Texture> FieldTexture(const std::string& field_type_name);
H A DBuildDesignatorWnd.h94 void ShowFieldTypeInEncyclopedia(const std::string& field_type_name);
H A DProductionWnd.h67 void ShowFieldTypeInEncyclopedia(const std::string& field_type_name);
H A DEncyclopediaDetailPanel.h69 void SetFieldType(const std::string& field_type_name);
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/data_model/
H A Dautofill_structured_address_component.h329 bool IsValueForTypeValid(const std::string& field_type_name,
340 bool GetIsValueForTypeValidIfPossible(const std::string& field_type_name,
419 const std::string& field_type_name,
429 const std::string& field_type_name,
H A Dautofill_structured_address_component.cc126 bool AddressComponent::IsValueForTypeValid(const std::string& field_type_name, in IsValueForTypeValid() argument
129 if (GetIsValueForTypeValidIfPossible(field_type_name, &validity_status, in IsValueForTypeValid()
141 const std::string& field_type_name, in GetIsValueForTypeValidIfPossible() argument
144 if (field_type_name == GetStorageTypeName()) { in GetIsValueForTypeValidIfPossible()
153 field_type_name, validity_status, wipe_if_not)) in GetIsValueForTypeValidIfPossible()
199 const std::string& field_type_name, in ConvertAndSetValueForAdditionalFieldTypeName() argument
206 const std::string& field_type_name, in ConvertAndGetTheValueForAdditionalFieldTypeName() argument
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Compiler/
H A DBuiltin.py54 def __init__(self, py_name, cname=None, field_type=None, field_type_name=None): argument
57 self.field_type_name = field_type_name # can't do the lookup before the type is declared!
61 if self.field_type_name is not None:
63 field_type = builtin_scope.lookup(self.field_type_name).type
263 ("complex", "PyComplex_Type", [BuiltinAttribute('cval', field_type_name = 'Py_complex'),
/dports/lang/cython/Cython-0.29.24/Cython/Compiler/
H A DBuiltin.py54 def __init__(self, py_name, cname=None, field_type=None, field_type_name=None): argument
57 self.field_type_name = field_type_name # can't do the lookup before the type is declared!
61 if self.field_type_name is not None:
63 field_type = builtin_scope.lookup(self.field_type_name).type
263 ("complex", "PyComplex_Type", [BuiltinAttribute('cval', field_type_name = 'Py_complex'),
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Compiler/
H A DBuiltin.py54 def __init__(self, py_name, cname=None, field_type=None, field_type_name=None): argument
57 self.field_type_name = field_type_name # can't do the lookup before the type is declared!
61 if self.field_type_name is not None:
63 field_type = builtin_scope.lookup(self.field_type_name).type
263 ("complex", "PyComplex_Type", [BuiltinAttribute('cval', field_type_name = 'Py_complex'),
/dports/lang/cython-devel/cython-2b1e743/Cython/Compiler/
H A DBuiltin.py56 def __init__(self, py_name, cname=None, field_type=None, field_type_name=None): argument
59 self.field_type_name = field_type_name # can't do the lookup before the type is declared!
63 if self.field_type_name is not None:
65 field_type = builtin_scope.lookup(self.field_type_name).type
265 ("complex", "PyComplex_Type", [BuiltinAttribute('cval', field_type_name = 'Py_complex'),
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Compiler/
H A DBuiltin.py54 def __init__(self, py_name, cname=None, field_type=None, field_type_name=None): argument
57 self.field_type_name = field_type_name # can't do the lookup before the type is declared!
61 if self.field_type_name is not None:
63 field_type = builtin_scope.lookup(self.field_type_name).type
263 ("complex", "PyComplex_Type", [BuiltinAttribute('cval', field_type_name = 'Py_complex'),
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dmessage.c129 char* field_type_name = rb_class2name(field_type_class(field)); in is_wrapper_type_field() local
131 return strcmp(field_type_name, "Google::Protobuf::DoubleValue") == 0 || in is_wrapper_type_field()
132 strcmp(field_type_name, "Google::Protobuf::FloatValue") == 0 || in is_wrapper_type_field()
133 strcmp(field_type_name, "Google::Protobuf::Int32Value") == 0 || in is_wrapper_type_field()
134 strcmp(field_type_name, "Google::Protobuf::Int64Value") == 0 || in is_wrapper_type_field()
135 strcmp(field_type_name, "Google::Protobuf::UInt32Value") == 0 || in is_wrapper_type_field()
136 strcmp(field_type_name, "Google::Protobuf::UInt64Value") == 0 || in is_wrapper_type_field()
137 strcmp(field_type_name, "Google::Protobuf::BoolValue") == 0 || in is_wrapper_type_field()
138 strcmp(field_type_name, "Google::Protobuf::StringValue") == 0 || in is_wrapper_type_field()
139 strcmp(field_type_name, "Google::Protobuf::BytesValue") == 0; in is_wrapper_type_field()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dmessage.c129 char* field_type_name = rb_class2name(field_type_class(field)); in is_wrapper_type_field() local
131 return strcmp(field_type_name, "Google::Protobuf::DoubleValue") == 0 || in is_wrapper_type_field()
132 strcmp(field_type_name, "Google::Protobuf::FloatValue") == 0 || in is_wrapper_type_field()
133 strcmp(field_type_name, "Google::Protobuf::Int32Value") == 0 || in is_wrapper_type_field()
134 strcmp(field_type_name, "Google::Protobuf::Int64Value") == 0 || in is_wrapper_type_field()
135 strcmp(field_type_name, "Google::Protobuf::UInt32Value") == 0 || in is_wrapper_type_field()
136 strcmp(field_type_name, "Google::Protobuf::UInt64Value") == 0 || in is_wrapper_type_field()
137 strcmp(field_type_name, "Google::Protobuf::BoolValue") == 0 || in is_wrapper_type_field()
138 strcmp(field_type_name, "Google::Protobuf::StringValue") == 0 || in is_wrapper_type_field()
139 strcmp(field_type_name, "Google::Protobuf::BytesValue") == 0; in is_wrapper_type_field()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/metrics/android/
H A Dunmapped_java_symbols.sql46 SELECT DISTINCT upid, field_type_name, field_name
63 'field_type_name', field_type_name)) AS fields
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/rust_hawktracer_sys-0.4.2/hawktracer/docs/design/
H A Dhtdump_format.md57 string field_type_name; // name of the field's data type
100 field_type_name: "string",
109 field_type_name: "usage_t",
118 field_type_name: "uint32_t",
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/rust_hawktracer_sys-0.4.2/hawktracer/docs/design/
H A Dhtdump_format.md57 string field_type_name; // name of the field's data type
100 field_type_name: "string",
109 field_type_name: "usage_t",
118 field_type_name: "uint32_t",
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/test/trace_processor/profiling/
H A Dheap_graph_interleaved_reference.out1 "id","type","reference_set_id","owner_id","owned_id","field_name","field_type_name","deobfuscated_f…
H A Dheap_graph_reference.out1 "id","type","reference_set_id","owner_id","owned_id","field_name","field_type_name","deobfuscated_f…
/dports/games/freeorion/freeorion-0.4.10.2/server/
H A DServerWrapper.cpp891 std::shared_ptr<Field> CreateFieldImpl(const std::string& field_type_name, in CreateFieldImpl() argument
895 const FieldType* field_type = GetFieldType(field_type_name); in CreateFieldImpl()
897 … ErrorLogger() << "CreateFieldImpl: couldn't get field type with name: " << field_type_name; in CreateFieldImpl()
923 int CreateField(const std::string& field_type_name, double x, double y, double size) { in CreateField() argument
924 auto field = CreateFieldImpl(field_type_name, x, y, size); in CreateField()
931 int CreateFieldInSystem(const std::string& field_type_name, double size, int system_id) { in CreateFieldInSystem() argument
939 auto field = CreateFieldImpl(field_type_name, system->X(), system->Y(), size); in CreateFieldInSystem()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/protos/perfetto/metrics/android/
H A Dunmapped_java_symbols.proto26 optional string field_type_name = 2; field
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/generate/
H A DTlDocumentationGenerator.php255 $field_type_name = $this->getTypeName($field_type);
256 …$this->addFieldDocumentation($class_name, $field_name, $field_type_name, $info[$name], $may_be_nul…
/dports/java/jikes/jikes-1.22/src/
H A Dbytecode.h544 Utf8LiteralValue* field_type_name = variable -> signature; in RegisterFieldref() local
546 assert(class_name && field_name && field_type_name && in RegisterFieldref()
554 u2 name_type_index = RegisterNameAndType(field_name, field_type_name); in RegisterFieldref()

1234