Home
last modified time | relevance | path

Searched defs:StructValue (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs328 public global::Google.Protobuf.WellKnownTypes.Struct StructValue { property in Google.Protobuf.WellKnownTypes.Value
358 StructValue = 5, enumerator
/external/golang-protobuf/ptypes/struct/
Dstruct.pb.go172 StructValue *Struct `protobuf:"bytes,5,opt,name=struct_value,json=structValue,proto3,oneof"` member
/external/llvm-project/clang-tools-extra/unittests/clang-tidy/
DAddConstTest.cpp900 TEST(Template, StructValue) { in TEST() argument