Home
last modified time | relevance | path

Searched defs:FlagValue (Results 1 – 4 of 4) sorted by relevance

/build/soong/cmd/release_config/release_config_lib/
Dflag_value.go23 type FlagValue struct { struct
25 path string
28 proto rc_proto.FlagValue
/build/soong/cmd/release_config/release_config_proto/
Dbuild_flags_src.pb.go245 type FlagValue struct { struct
246 state protoimpl.MessageState
247 sizeCache protoimpl.SizeCache
248 unknownFields protoimpl.UnknownFields
252 Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
254 Value *Value `protobuf:"bytes,201,opt,name=value" json:"value,omitempty"`
257 Redacted *bool `protobuf:"varint,202,opt,name=redacted" json:"redacted,omitempty"`
260 func (x *FlagValue) Reset() {
269 func (x *FlagValue) String() string {
273 func (*FlagValue) ProtoMessage() {}
[all …]
/build/make/tools/aconfig/aflags/src/
Ddevice_config_source.rs28 fn parse_device_config(raw: &str) -> Result<HashMap<String, FlagValue>> { in parse_device_config() argument
73 fn parse_staged_flags(raw: &str) -> Result<HashMap<String, FlagValue>> { in parse_staged_flags() argument
97 dc_flags: HashMap<String, FlagValue>, in reconcile() argument
Dmain.rs69 enum FlagValue { enum
74 impl TryFrom<&str> for FlagValue { implementation
86 impl std::fmt::Display for FlagValue { implementation