Home
last modified time | relevance | path

Searched refs:isReservedName (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java738 assertFalse(d.isReservedName("foo")); in testReservedFields()
739 assertTrue(d.isReservedName("bar")); in testReservedFields()
740 assertTrue(d.isReservedName("baz")); in testReservedFields()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc389 static bool isReservedName(StringRef path) {
473 if (isReservedName(path8)) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DPath.inc623 static bool isReservedName(StringRef path) {
711 if (isReservedName(path8)) {
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java746 public boolean isReservedName(final String name) { in isReservedName() method in Descriptors.Descriptor