Searched defs:FlagValue (Results 1 – 5 of 5) sorted by relevance
| /build/soong/cmd/release_config/release_config_lib/ |
| D | flag_value.go | 23 type FlagValue struct { struct 25 path string 28 proto rc_proto.FlagValue
|
| /build/make/tools/aconfig/aflags/src/ |
| D | device_config_source.rs | 28 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
|
| D | main.rs | 74 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/ |
| D | build_flags_src.pb.go | 324 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 …]
|
| D | build_flags_src.proto | 88 message FlagValue { message
|