Home
last modified time | relevance | path

Searched defs:FieldValue (Results 1 – 25 of 77) sorted by relevance

1234

/aosp_15_r20/packages/modules/StatsD/statsd/src/
DFieldValue.h425 struct FieldValue { struct
426 FieldValue() {} in FieldValue() function
427 FieldValue(const Field& field, const Value& value) : mField(field), mValue(value) { in FieldValue() function
465 bool isAttributionUidField(const FieldValue& value); argument
Dstatsd_metadata.proto31 message FieldValue { message
/aosp_15_r20/art/dex2oat/
H A Dtransaction.h205 struct FieldValue : public ValueObject { struct
208 FieldValueKind kind; argument
211 FieldValue() : value(0), kind(FieldValueKind::kBoolean), is_volatile(false) {} in FieldValue() function
/aosp_15_r20/tools/security/remote_provisioning/hwtrust/src/cbor/
H A Dfield_value.rs38 pub(super) struct FieldValue { struct
43 impl FieldValue { argument
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/structured/
H A Dstructured_tensor.py99 FieldValue = Union[ops.Tensor, ragged_tensor.RaggedTensor, 'StructuredTensor'] variable in StructuredTensor
110 def __init__(self, fields: Mapping[str, FieldValue], argument
302 updates: Dict[FieldName, Union[FieldValue, FieldFn, None]],
394 updates: List[Tuple[FieldName, Union[FieldValue, FieldFn]]],
405 def apply_value(name: str, value: Union['FieldValue',
/aosp_15_r20/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DFieldValue.java22 public class FieldValue { class
45 public FieldValue(String name, Type type, Value value) { in FieldValue() method in FieldValue
/aosp_15_r20/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/item/
H A DFieldValue.kt21 interface FieldValue { interface
/aosp_15_r20/tools/security/remote_provisioning/hwtrust/src/cbor/dice/
H A Dentry.rs237 code_hash: FieldValue, in validate_hash_sizes()
239 authority_hash: FieldValue, in validate_hash_sizes()
298 subject_public_key: FieldValue, in validate_subject_public_key()
310 mode: FieldValue, in validate_mode()
350 config_desc: FieldValue, in validate_config()
351 config_hash: FieldValue, in validate_config()
/aosp_15_r20/external/googleapis/google/apps/drive/activity/v2/
H A Daction.proto467 message FieldValue { message
554 optional FieldValue old_value = 2; field
558 optional FieldValue new_value = 3; field
/aosp_15_r20/out/soong/.intermediates/packages/modules/StatsD/statsd/statsd/android_arm64_armv8-2a_cortex-a55_apex30/gen/proto/packages/modules/StatsD/statsd/src/
Dstatsd_metadata.pb.cc55 PROTOBUF_CONSTEXPR FieldValue::FieldValue( in FieldValue() function in android::os::statsd::metadata::FieldValue
665 FieldValue::FieldValue(::PROTOBUF_NAMESPACE_ID::Arena* arena, in FieldValue() function in android::os::statsd::metadata::FieldValue
671 FieldValue::FieldValue(const FieldValue& from) in FieldValue() function in android::os::statsd::metadata::FieldValue
Dstatsd_metadata.pb.h61 class FieldValue; variable
423 inline FieldValue() : FieldValue(nullptr) {} in FieldValue() function
428 FieldValue(FieldValue&& from) noexcept in FieldValue() function
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp173 llvm::APInt FieldValue = CI->getValue(); in AppendBitField() local
485 const APValue &FieldValue = in Build() local
/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/
H A Dutility.hpp182 class FieldValue { class in SimpleWeb::HttpHeader
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
H A DHttp.h220 CHAR8 *FieldValue; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
H A DHttp.h220 CHAR8 *FieldValue; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
H A DHttp.h226 CHAR8 *FieldValue; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
H A DHttp.h219 CHAR8 *FieldValue; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp555 uint64_t FieldValue; in getOrCreateEncodedPointerEdge() local
/aosp_15_r20/external/rust/android-crates-io/crates/prettyplease/src/
Dexpr.rs813 fn field_value(&mut self, field_value: &FieldValue) { in field_value() method
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Dexpr.rs2731 impl Parse for FieldValue { implementation
3580 impl ToTokens for FieldValue { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Dexpr.rs2731 impl Parse for FieldValue { implementation
3580 impl ToTokens for FieldValue { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/
H A Dexpr.rs2649 impl Parse for FieldValue { implementation
3532 impl ToTokens for FieldValue { implementation
/aosp_15_r20/external/aws-sdk-java-v2/services/cloudsearchdomain/src/main/resources/codegen-resources/
H A Dservice-2.json178 "FieldValue":{ object
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/gen/
H A Deq.rs765 impl Eq for crate::FieldValue {} implementation
768 impl PartialEq for crate::FieldValue { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/gen/
H A Deq.rs736 impl Eq for FieldValue {} implementation
739 impl PartialEq for FieldValue { implementation

1234