Home
last modified time | relevance | path

Searched refs:TYPE_CHECK (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dmap_field.h62 #define TYPE_CHECK(EXPECTEDTYPE, METHOD) \ macro
124 TYPE_CHECK(FieldDescriptor::CPPTYPE_INT64, "MapKey::GetInt64Value"); in GetInt64Value()
128 TYPE_CHECK(FieldDescriptor::CPPTYPE_UINT64, "MapKey::GetUInt64Value"); in GetUInt64Value()
132 TYPE_CHECK(FieldDescriptor::CPPTYPE_INT32, "MapKey::GetInt32Value"); in GetInt32Value()
136 TYPE_CHECK(FieldDescriptor::CPPTYPE_UINT32, "MapKey::GetUInt32Value"); in GetUInt32Value()
140 TYPE_CHECK(FieldDescriptor::CPPTYPE_BOOL, "MapKey::GetBoolValue"); in GetBoolValue()
144 TYPE_CHECK(FieldDescriptor::CPPTYPE_STRING, "MapKey::GetStringValue"); in GetStringValue()
589 TYPE_CHECK(FieldDescriptor::CPPTYPE_INT64, "MapValueRef::SetInt64Value");
593 TYPE_CHECK(FieldDescriptor::CPPTYPE_UINT64, "MapValueRef::SetUInt64Value");
597 TYPE_CHECK(FieldDescriptor::CPPTYPE_INT32, "MapValueRef::SetInt32Value");
[all …]
/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc1862 #define TYPE_CHECK(found) \ in consume_init_expr() macro
1886 TYPE_CHECK(kWasmI32) in consume_init_expr()
1906 TYPE_CHECK(type) in consume_init_expr()
1918 TYPE_CHECK(ValueType::Ref(type, kNullable)) in consume_init_expr()
1927 #undef TYPE_CHECK in consume_init_expr()