Home
last modified time | relevance | path

Searched defs:_true (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DJsonToken.cs40 private static readonly JsonToken _true = new JsonToken(TokenType.True); field in Google.Protobuf.JsonToken
/external/clang/test/CodeGenCXX/
Dmangle-ms-templates.cpp94 BoolTemplate<true> _true; in template_mangling() local