Home
last modified time | relevance | path

Searched defs:FlagValue (Results 1 – 5 of 5) 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/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.rs74 enum FlagValue { enum
79 impl TryFrom<&str> for FlagValue { implementation
91 impl std::fmt::Display for FlagValue { implementation
/build/soong/cmd/release_config/release_config_proto/
Dbuild_flags_src.pb.go324 type FlagValue struct { struct
325 state protoimpl.MessageState
326 sizeCache protoimpl.SizeCache
327 unknownFields protoimpl.UnknownFields
331 Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
333 Value *Value `protobuf:"bytes,201,opt,name=value" json:"value,omitempty"`
336 Redacted *bool `protobuf:"varint,202,opt,name=redacted" json:"redacted,omitempty"`
339 func (x *FlagValue) Reset() {
348 func (x *FlagValue) String() string {
352 func (*FlagValue) ProtoMessage() {}
[all …]
Dbuild_flags_src.proto88 message FlagValue { message